Lines Matching refs:bootp_hdr
121 struct bootp_hdr *bp = (struct bootp_hdr *)pkt; in check_reply_packet()
126 else if (len < sizeof(struct bootp_hdr) - OPT_FIELD_SIZE) in check_reply_packet()
147 static void store_net_params(struct bootp_hdr *bp) in store_net_params()
348 struct bootp_hdr *bp; in bootp_handler()
351 src, dest, len, sizeof(struct bootp_hdr)); in bootp_handler()
353 bp = (struct bootp_hdr *)pkt; in bootp_handler()
700 struct bootp_hdr *bp; in bootp_request()
755 bp = (struct bootp_hdr *)pkt; in bootp_request()
904 static void dhcp_packet_process_options(struct bootp_hdr *bp) in dhcp_packet_process_options()
953 static void dhcp_send_request_packet(struct bootp_hdr *bp_offer) in dhcp_send_request_packet()
956 struct bootp_hdr *bp; in dhcp_send_request_packet()
973 bp = (struct bootp_hdr *)pkt; in dhcp_send_request_packet()
1025 struct bootp_hdr *bp = (struct bootp_hdr *)pkt; in dhcp_handler()