Home | History | Annotate | Download | only in net

Lines Matching refs:bootp_hdr

120 	struct bootp_hdr *bp = (struct bootp_hdr *)pkt;
125 else if (len < sizeof(struct bootp_hdr) - OPT_FIELD_SIZE)
146 static void store_net_params(struct bootp_hdr *bp)
353 struct bootp_hdr *bp;
356 src, dest, len, sizeof(struct bootp_hdr));
358 bp = (struct bootp_hdr *)pkt;
712 struct bootp_hdr *bp;
763 sizeof (struct bootp_hdr)); */
767 bp = (struct bootp_hdr *)pkt;
919 static void dhcp_packet_process_options(struct bootp_hdr *bp)
968 static void dhcp_send_request_packet(struct bootp_hdr *bp_offer)
971 struct bootp_hdr *bp;
988 bp = (struct bootp_hdr *)pkt;
1040 struct bootp_hdr *bp = (struct bootp_hdr *)pkt;