Searched refs:hostptr (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/libexec/bootpd/
H A Dreadfile.c1925 struct host *hostptr = (struct host *) hmp;
1926 if (hostptr == NULL)
1928 assert(hostptr->linkcount > 0);
1929 if (--(hostptr->linkcount))
1931 del_iplist(hostptr->cookie_server);
1932 del_iplist(hostptr->domain_server);
1933 del_iplist(hostptr->gateway);
1934 del_iplist(hostptr->impress_server);
1935 del_iplist(hostptr->log_server);
1936 del_iplist(hostptr
1905 struct host *hostptr = (struct host *) hmp; local
[all...]
/freebsd-9.3-release/usr.sbin/nfsd/
H A Dnfsd.c814 const char *hostptr; local
817 hostptr = NULL;
819 hostptr = bindhost;
821 if (hostptr != NULL) {
824 if (inet_pton(AF_INET, hostptr, host_addr) == 1) {
827 if (inet_pton(AF_INET6, hostptr,
833 if (inet_pton(AF_INET6, hostptr, host_addr) == 1) {
836 if (inet_pton(AF_INET, hostptr,
846 ecode = getaddrinfo(hostptr, "nfs", &hints, ai);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmci.c1263 char *hostptr = host; local
1272 if (hostptr != host)
1273 *(hostptr++) = '.';
1282 *(hostptr++) = *scan;
1287 *hostptr = '\0';

Completed in 114 milliseconds