Searched refs:bootp_hdr (Results 1 – 2 of 2) sorted by relevance
120 struct bootp_hdr *bp = (struct bootp_hdr *)pkt; in check_reply_packet()125 else if (len < sizeof(struct bootp_hdr) - OPT_FIELD_SIZE) in check_reply_packet()146 static void store_net_params(struct bootp_hdr *bp) in store_net_params()353 struct bootp_hdr *bp; in bootp_handler()356 src, dest, len, sizeof(struct bootp_hdr)); in bootp_handler()358 bp = (struct bootp_hdr *)pkt; in bootp_handler()712 struct bootp_hdr *bp; in bootp_request()767 bp = (struct bootp_hdr *)pkt; in bootp_request()971 struct bootp_hdr *bp; in dhcp_send_request_packet()988 bp = (struct bootp_hdr *)pkt; in dhcp_send_request_packet()[all …]
32 struct bootp_hdr { struct54 #define BOOTP_HDR_SIZE sizeof(struct bootp_hdr) argument