Home
last modified time | relevance | path

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

/freebsd-12.1/libexec/bootpd/
H A Dreadfile.c1906 if (hostptr == NULL)
1908 assert(hostptr->linkcount > 0);
1909 if (--(hostptr->linkcount))
1913 del_iplist(hostptr->gateway);
1928 del_string(hostptr->hostname);
1929 del_string(hostptr->homedir);
1930 del_string(hostptr->bootfile);
1931 del_string(hostptr->tftpdir);
1932 del_string(hostptr->root_path);
1947 del_bindata(hostptr->generic);
[all …]
/freebsd-12.1/crypto/openssl/crypto/x509v3/
H A Dv3_ncons.c603 const char *hostptr = (char *)uri->data; in nc_uri() local
604 const char *p = strchr(hostptr, ':'); in nc_uri()
609 hostptr = p + 3; in nc_uri()
615 p = strchr(hostptr, ':'); in nc_uri()
618 p = strchr(hostptr, '/'); in nc_uri()
621 hostlen = strlen(hostptr); in nc_uri()
623 hostlen = p - hostptr; in nc_uri()
631 p = hostptr + hostlen - base->length; in nc_uri()
639 || ia5ncasecmp(hostptr, baseptr, hostlen)) in nc_uri()
649 unsigned char *hostptr, *baseptr, *maskptr; in nc_ip() local
[all …]
/freebsd-12.1/usr.sbin/nfsd/
H A Dnfsd.c851 const char *hostptr; in setbindhost() local
854 hostptr = NULL; in setbindhost()
856 hostptr = bindhost; in setbindhost()
858 if (hostptr != NULL) { in setbindhost()
861 if (inet_pton(AF_INET, hostptr, host_addr) == 1) { in setbindhost()
864 if (inet_pton(AF_INET6, hostptr, in setbindhost()
870 if (inet_pton(AF_INET6, hostptr, host_addr) == 1) { in setbindhost()
873 if (inet_pton(AF_INET, hostptr, in setbindhost()
883 ecode = getaddrinfo(hostptr, "nfs", &hints, ai); in setbindhost()
/freebsd-12.1/contrib/sendmail/src/
H A Dmci.c1264 char *hostptr = host; variable
1273 if (hostptr != host)
1274 *(hostptr++) = '.';
1283 *(hostptr++) = *scan;
1288 *hostptr = '\0';