Searched refs:extlen (Results 1 – 1 of 1) sorted by relevance
701 int extlen, pktlen, iplen; in bootp_request() local775 extlen = dhcp_extended((u8 *)bp->bp_vend, DHCP_DISCOVER, zero_ip, in bootp_request()778 extlen = bootp_extended((u8 *)bp->bp_vend); in bootp_request()798 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in bootp_request()957 int pktlen, iplen, extlen; in dhcp_send_request_packet() local1004 extlen = dhcp_extended((u8 *)bp->bp_vend, DHCP_REQUEST, in dhcp_send_request_packet()1007 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in dhcp_send_request_packet()