Searched refs:bp_whoami (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dbootparam.h3 int bp_whoami(int sock);
H A Dbootparam.c107 bp_whoami(sockfd) function
137 RPC_PRINTF(("bp_whoami: myip=%s\n", inet_ntoa(myip)));
140 RPC_PRINTF(("bp_whoami: bad socket. %d\n", sockfd));
184 RPC_PRINTF(("bp_whoami: server at %s:%d\n",
198 printf("bp_whoami: short reply, %d < %d\n", len, x);
206 RPC_PRINTF(("bp_whoami: bad hostname\n"));
213 RPC_PRINTF(("bp_whoami: bad domainname\n"));
219 RPC_PRINTF(("bp_whoami: bad gateway\n"));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c72 void notsupported(), usage(), bp_whoami();
81 { "bootparams", bp_whoami },
102 * If no interface name is specified, bp_whoami will cycle through the
390 bp_whoami(device, addr) function
401 fprintf(stdout, "bp_whoami on interface %s addr %s\n", device,
/illumos-gate/usr/src/boot/sys/boot/common/
H A Ddev_net.c283 if (bp_whoami(sock)) {

Completed in 55 milliseconds