Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c56 static PKT *dhcp_snd_bufp, *dhcp_rcv_bufp; variable
252 PKT *s = (PKT *)dhcp_snd_bufp; in bootp_collect()
295 PKT *s = (PKT *)dhcp_snd_bufp; in bootp_success()
360 if (sendto(sd, (char *)dhcp_snd_bufp, size, flags, in inet()
613 pkt = (PKT *)dhcp_snd_bufp; in dhcp_decline()
659 pkt = (PKT *)dhcp_snd_bufp; in dhcp_selecting()
760 pkt = (PKT *)dhcp_snd_bufp; in dhcp_requesting()
1139 dhcp_snd_bufp = (PKT *)bkmem_alloc(dhcp_buf_size); in dhcp()
1143 if (dhcp_snd_bufp != NULL) in dhcp()
1144 bkmem_free((char *)dhcp_snd_bufp, dhcp_buf_size); in dhcp()
[all …]