Searched refs:hostptr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/libexec/bootpd/ |
| H A D | readfile.c | 1898 if (hostptr == NULL) 1900 assert(hostptr->linkcount > 0); 1901 if (--(hostptr->linkcount)) 1905 del_iplist(hostptr->gateway); 1920 del_string(hostptr->hostname); 1921 del_string(hostptr->homedir); 1922 del_string(hostptr->bootfile); 1923 del_string(hostptr->tftpdir); 1924 del_string(hostptr->root_path); 1939 del_bindata(hostptr->generic); [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/x509v3/ |
| H A D | v3_ncons.c | 629 const char *hostptr = (char *)uri->data; in nc_uri() local 639 hostptr = p + 3; in nc_uri() 645 p = ia5memchr(uri, hostptr, ':'); in nc_uri() 648 p = ia5memchr(uri, hostptr, '/'); in nc_uri() 651 hostlen = IA5_OFFSET_LEN(uri, hostptr); in nc_uri() 653 hostlen = p - hostptr; in nc_uri() 661 p = hostptr + hostlen - base->length; in nc_uri() 669 || ia5ncasecmp(hostptr, baseptr, hostlen)) in nc_uri() 679 unsigned char *hostptr, *baseptr, *maskptr; in nc_ip() local 680 hostptr = ip->data; in nc_ip() [all …]
|
| /freebsd-13.1/usr.sbin/nfsd/ |
| H A D | nfsd.c | 857 const char *hostptr; in setbindhost() local 860 hostptr = NULL; in setbindhost() 862 hostptr = bindhost; in setbindhost() 864 if (hostptr != NULL) { in setbindhost() 867 if (inet_pton(AF_INET, hostptr, host_addr) == 1) { in setbindhost() 870 if (inet_pton(AF_INET6, hostptr, in setbindhost() 876 if (inet_pton(AF_INET6, hostptr, host_addr) == 1) { in setbindhost() 879 if (inet_pton(AF_INET, hostptr, in setbindhost() 889 ecode = getaddrinfo(hostptr, "nfs", &hints, ai); in setbindhost()
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | mci.c | 1307 char *hostptr = host; variable 1316 if (hostptr != host) 1317 *(hostptr++) = '.'; 1326 *(hostptr++) = *scan; 1331 *hostptr = '\0';
|