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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dbootp.h123 struct bootp_packet { struct
129 #define BOOTP_PKTSIZE (sizeof (struct bootp_packet))
H A Din_dhcp.c538 if (request_size < (int)sizeof(struct bootp_packet)) {
540 request_size = sizeof(struct bootp_packet);
744 if (request_size < (int)sizeof(struct bootp_packet)) {
746 request_size = sizeof(struct bootp_packet);

Completed in 11 milliseconds