Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Ddhclient.c1702 int hwlen = (ip->hw_address.hlen < sizeof(client_ident)-1) ? in make_discover() local
1705 memcpy(&client_ident[1], ip->hw_address.haddr, hwlen); in make_discover()
1708 options[DHO_DHCP_CLIENT_IDENTIFIER]->len = hwlen+1; in make_discover()
1709 options[DHO_DHCP_CLIENT_IDENTIFIER]->buf_size = hwlen+1; in make_discover()
1825 int hwlen = (ip->hw_address.hlen < sizeof(client_ident)-1) ? in make_request() local
1828 memcpy(&client_ident[1], ip->hw_address.haddr, hwlen); in make_request()
1831 options[DHO_DHCP_CLIENT_IDENTIFIER]->len = hwlen+1; in make_request()
1832 options[DHO_DHCP_CLIENT_IDENTIFIER]->buf_size = hwlen+1; in make_request()