Home
last modified time | relevance | path

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

/titanic_44/usr/src/stand/lib/inet/
H A Ddhcpv4.c57 static int dhcp_buf_size; variable
91 bzero(pkt, dhcp_buf_size); in init_msg()
382 (int)dhcp_buf_size, MSG_DONTWAIT, NULL, in inet()
665 size = (uint16_t)(dhcp_buf_size - sizeof (struct ip) - in dhcp_selecting()
766 size = (uint16_t)(dhcp_buf_size - sizeof (struct ip) - in dhcp_requesting()
1138 dhcp_buf_size = mac_get_mtu(); in dhcp()
1139 dhcp_snd_bufp = (PKT *)bkmem_alloc(dhcp_buf_size); in dhcp()
1140 dhcp_rcv_bufp = (PKT *)bkmem_alloc(dhcp_buf_size); in dhcp()
1144 bkmem_free((char *)dhcp_snd_bufp, dhcp_buf_size); in dhcp()
1146 bkmem_free((char *)dhcp_rcv_bufp, dhcp_buf_size); in dhcp()
[all …]