Searched refs:bootp_packet (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dbootp.h123 struct bootp_packet { struct
129 #define BOOTP_PKTSIZE (sizeof (struct bootp_packet))
H A Din_dhcp.c520 if (request_size < (int)sizeof(struct bootp_packet)) {
522 request_size = sizeof(struct bootp_packet);
726 if (request_size < (int)sizeof(struct bootp_packet)) {
728 request_size = sizeof(struct bootp_packet);

Completed in 75 milliseconds