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

/freebsd-13-stable/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-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_ncons.c603 const char *hostptr = (char *)uri->data;
604 const char *p = strchr(hostptr, ':');
609 hostptr = p + 3;
615 p = strchr(hostptr, ':');
618 p = strchr(hostptr, '/');
621 hostlen = strlen(hostptr);
623 hostlen = p - hostptr;
631 p = hostptr + hostlen - base->length;
639 || ia5ncasecmp(hostptr, baseptr, hostlen))
649 unsigned char *hostptr, *basept
[all...]
/freebsd-13-stable/usr.sbin/nfsd/
H A Dnfsd.c857 const char *hostptr; local
860 hostptr = NULL;
862 hostptr = bindhost;
864 if (hostptr != NULL) {
867 if (inet_pton(AF_INET, hostptr, host_addr) == 1) {
870 if (inet_pton(AF_INET6, hostptr,
876 if (inet_pton(AF_INET6, hostptr, host_addr) == 1) {
879 if (inet_pton(AF_INET, hostptr,
889 ecode = getaddrinfo(hostptr, "nfs", &hints, ai);
/freebsd-13-stable/contrib/sendmail/src/
H A Dmci.c1307 char *hostptr = host; local
1316 if (hostptr != host)
1317 *(hostptr++) = '.';
1326 *(hostptr++) = *scan;
1331 *hostptr = '\0';

Completed in 102 milliseconds