Searched refs:jrefproto (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/includes/ |
H A D | osdep.h | 204 #ifndef jrefproto 205 # define jrefproto jmp_buf * macro
|
H A D | dhcpd.h | 3134 void convert_host_statement (struct parse *, jrefproto); 3135 void convert_host_name (struct parse *, jrefproto); 3136 void convert_class_statement (struct parse *, jrefproto, int); 3137 void convert_class_decl (struct parse *, jrefproto); 3138 void convert_lease_time (struct parse *, jrefproto, char *); 3139 void convert_shared_net_statement (struct parse *, jrefproto); 3140 void convert_subnet_statement (struct parse *, jrefproto); 3141 void convert_subnet_decl (struct parse *, jrefproto); 3142 void convert_host_decl (struct parse *, jrefproto); 3143 void convert_hardware_decl (struct parse *, jrefproto); [all …]
|