Searched refs:BOOTP_MIN_LEN (Results 1 – 3 of 3) sorted by relevance
56 #define BOOTP_MIN_LEN 300 macro
1716 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()
85 #define BOOTP_MIN_LEN 300 /* Minimum size of bootp udp packet */ macro711 if (len < BOOTP_MIN_LEN) in bootpc_call()