Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/bootpd/
H A Dreadfile.c1863 if (hostptr == NULL) in free_host()
1865 assert(hostptr->linkcount > 0); in free_host()
1866 if (--(hostptr->linkcount)) in free_host()
1870 del_iplist(hostptr->gateway); in free_host()
1885 del_string(hostptr->hostname); in free_host()
1886 del_string(hostptr->homedir); in free_host()
1887 del_string(hostptr->bootfile); in free_host()
1888 del_string(hostptr->tftpdir); in free_host()
1889 del_string(hostptr->root_path); in free_host()
1904 del_bindata(hostptr->generic); in free_host()
[all …]
/freebsd-14.2/crypto/openssl/crypto/x509/
H A Dv3_ncons.c758 const char *hostptr = (char *)uri->data; in nc_uri() local
768 hostptr = p + 3; in nc_uri()
774 p = ia5memchr(uri, hostptr, ':'); in nc_uri()
777 p = ia5memchr(uri, hostptr, '/'); in nc_uri()
780 hostlen = IA5_OFFSET_LEN(uri, hostptr); in nc_uri()
782 hostlen = p - hostptr; in nc_uri()
790 p = hostptr + hostlen - base->length; in nc_uri()
798 || ia5ncasecmp(hostptr, baseptr, hostlen)) in nc_uri()
808 unsigned char *hostptr, *baseptr, *maskptr; in nc_ip() local
809 hostptr = ip->data; in nc_ip()
[all …]
/freebsd-14.2/usr.sbin/nfsd/
H A Dnfsd.c893 const char *hostptr; in setbindhost() local
896 hostptr = NULL; in setbindhost()
898 hostptr = bindhost; in setbindhost()
900 if (hostptr != NULL) { in setbindhost()
903 if (inet_pton(AF_INET, hostptr, host_addr) == 1) { in setbindhost()
906 if (inet_pton(AF_INET6, hostptr, in setbindhost()
912 if (inet_pton(AF_INET6, hostptr, host_addr) == 1) { in setbindhost()
915 if (inet_pton(AF_INET, hostptr, in setbindhost()
925 ecode = getaddrinfo(hostptr, "nfs", &hints, ai); in setbindhost()
/freebsd-14.2/contrib/sendmail/src/
H A Dmci.c1310 char *hostptr = host; variable
1319 if (hostptr != host)
1320 *(hostptr++) = '.';
1329 *(hostptr++) = *scan;
1334 *hostptr = '\0';