Lines Matching refs:bootp_hdr
126 struct bootp_hdr *bp = (struct bootp_hdr *)pkt; in check_reply_packet()
131 else if (len < sizeof(struct bootp_hdr) - OPT_FIELD_SIZE) in check_reply_packet()
149 static void store_bootp_params(struct bootp_hdr *bp) in store_bootp_params()
188 static void store_net_params(struct bootp_hdr *bp) in store_net_params()
366 struct bootp_hdr *bp; in bootp_handler()
369 src, dest, len, sizeof(struct bootp_hdr)); in bootp_handler()
371 bp = (struct bootp_hdr *)pkt; in bootp_handler()
725 struct bootp_hdr *bp; in bootp_request()
780 bp = (struct bootp_hdr *)pkt; in bootp_request()
932 static void dhcp_packet_process_options(struct bootp_hdr *bp) in dhcp_packet_process_options()
981 static void dhcp_send_request_packet(struct bootp_hdr *bp_offer) in dhcp_send_request_packet()
984 struct bootp_hdr *bp; in dhcp_send_request_packet()
1001 bp = (struct bootp_hdr *)pkt; in dhcp_send_request_packet()
1053 struct bootp_hdr *bp = (struct bootp_hdr *)pkt; in dhcp_handler()