Home
last modified time | relevance | path

Searched refs:bootpp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcp.c3901 int nulltp, bootpp, unicastp = 1; local
3968 bootpp = 0;
3970 bootpp = 1;
3978 bufs, nulltp, bootpp,
/netbsd-src/external/mpl/dhcp/dist/common/
H A Doptions.c557 int overload_avail, int terminate, int bootpp, in cons_options()
622 } else if (bootpp) { in cons_options()
554 cons_options(struct packet * inpacket,struct dhcp_packet * outpacket,struct lease * lease,struct client_state * client_state,int mms,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,int overload_avail,int terminate,int bootpp,struct data_string * prl,const char * vuname) cons_options() argument