Searched refs:extlen (Results 1 – 1 of 1) sorted by relevance
726 int extlen, pktlen, iplen; in bootp_request() local800 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()823 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in bootp_request()985 int pktlen, iplen, extlen; in dhcp_send_request_packet() local1032 extlen = dhcp_extended((u8 *)bp->bp_vend, DHCP_REQUEST, in dhcp_send_request_packet()1035 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in dhcp_send_request_packet()
Completed in 4 milliseconds