Searched refs:BOOTP_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
54 #define BOOTP_HDR_SIZE sizeof(struct bootp_hdr) macro
819 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in bootp_request()931 uchar *end = popt + BOOTP_HDR_SIZE; in dhcp_packet_process_options()1031 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in dhcp_send_request_packet()
Completed in 6 milliseconds