Searched refs:bp_vend (Results 1 – 2 of 2) sorted by relevance
387 if (net_read_u32((u32 *)&bp->bp_vend[0]) == htonl(BOOTP_VENDOR_MAGIC)) in bootp_handler()388 bootp_process_vendor((uchar *)&bp->bp_vend[4], len); in bootp_handler()800 extlen = dhcp_extended((u8 *)bp->bp_vend, DHCP_DISCOVER, zero_ip, in bootp_request()803 extlen = bootp_extended((u8 *)bp->bp_vend); in bootp_request()934 uchar *popt = (uchar *)&bp->bp_vend[4]; in dhcp_packet_process_options()937 if (net_read_u32((u32 *)&bp->bp_vend[0]) != htonl(BOOTP_VENDOR_MAGIC)) in dhcp_packet_process_options()1032 extlen = dhcp_extended((u8 *)bp->bp_vend, DHCP_REQUEST, in dhcp_send_request_packet()1109 if (dhcp_message_type((u8 *)bp->bp_vend) == DHCP_ACK) { in dhcp_handler()
51 char bp_vend[OPT_FIELD_SIZE]; /* Vendor information */ member
Completed in 4 milliseconds