Searched defs:serverip (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drelease.c73 ipaddr_t serverip; local
85 IN6_V4MAPPED_TO_IPADDR(&dsmp->dsm_server, serverip);
86 (void) add_pkt_opt32(dpkt, CD_SERVER_ID, serverip);
143 ipaddr_t serverip; local
195 IN6_V4MAPPED_TO_IPADDR(&dsmp->dsm_server, serverip);
196 (void) add_pkt_opt32(dpkt, CD_SERVER_ID, serverip);
198 (void) send_pkt(dsmp, dpkt, serverip, NULL);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.c1268 int eb_pxenv_tftp_open(char *file, IP4_t serverip, IP4_t gatewayip, argument
1273 undi.pxs->tftp_open.ServerIPAddress = serverip;
1310 int eb_pxenv_tftp_get_fsize(char *file, IP4_t serverip, IP4_t gatewayip, argument
1315 undi.pxs->tftp_open.ServerIPAddress = serverip;

Completed in 60 milliseconds