Searched refs:server_ip (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c216 getfile(char *fileid, char *server_name, struct in_addr *server_ip, argument
345 (caddr_t)server_ip, sizeof (struct in_addr));
350 server_ip->s_addr = htonl(INADDR_ANY);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c280 static uchar_t server_ip[4]; variable
996 /* remember the server_ip in dhcack */
1188 if (inet_aton(str, server_ip) != 0)
1194 inet_ntoa(*(struct in_addr *)server_ip));
1230 if ((*(uint_t *)server_ip) == 0) {
1233 bcopy(doptp->value, server_ip, sizeof (server_ip));
1236 inet_ntoa(*(struct in_addr *)server_ip));
1243 bcopy(dhcp_server_ip, server_ip, sizeof (server_ip));
[all...]

Completed in 48 milliseconds