Home
last modified time | relevance | path

Searched refs:extlen (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/net/
H A Dbootp.c701 int extlen, pktlen, iplen; in bootp_request() local
775 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() local
1004 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()