Home
last modified time | relevance | path

Searched refs:BOOTP_MIN_LEN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/dhclient/
H A Ddhcp.h56 #define BOOTP_MIN_LEN 300 macro
H A Ddhclient.c1716 if (ip->client->packet_length < BOOTP_MIN_LEN) in make_discover()
1717 ip->client->packet_length = BOOTP_MIN_LEN; in make_discover()
1839 if (ip->client->packet_length < BOOTP_MIN_LEN) in make_request()
1840 ip->client->packet_length = BOOTP_MIN_LEN; in make_request()
1923 if (ip->client->packet_length < BOOTP_MIN_LEN) in make_decline()
1924 ip->client->packet_length = BOOTP_MIN_LEN; in make_decline()
/freebsd/sys/nfs/
H A Dbootp_subr.c85 #define BOOTP_MIN_LEN 300 /* Minimum size of bootp udp packet */ macro
711 if (len < BOOTP_MIN_LEN) in bootpc_call()