Home
last modified time | relevance | path

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

/u-boot/net/
A Dbootp.c726 int extlen, pktlen, iplen; in bootp_request() local
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()
823 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in bootp_request()
985 int pktlen, iplen, extlen; in dhcp_send_request_packet() local
1032 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