Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dreadfile.c1862 struct host *hostptr = (struct host *) hmp; in free_host() local
1863 if (hostptr == NULL) in free_host()
1865 assert(hostptr->linkcount > 0); in free_host()
1866 if (--(hostptr->linkcount)) in free_host()
1868 del_iplist(hostptr->cookie_server); in free_host()
1869 del_iplist(hostptr->domain_server); in free_host()
1870 del_iplist(hostptr->gateway); in free_host()
1871 del_iplist(hostptr->impress_server); in free_host()
1872 del_iplist(hostptr->log_server); in free_host()
1873 del_iplist(hostptr->lpr_server); in free_host()
[all …]
/freebsd/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/usr.sbin/nfsd/
H A Dnfsd.c885 const char *hostptr; in setbindhost() local
888 hostptr = NULL; in setbindhost()
890 hostptr = bindhost; in setbindhost()
892 if (hostptr != NULL) { in setbindhost()
895 if (inet_pton(AF_INET, hostptr, host_addr) == 1) { in setbindhost()
898 if (inet_pton(AF_INET6, hostptr, in setbindhost()
904 if (inet_pton(AF_INET6, hostptr, host_addr) == 1) { in setbindhost()
907 if (inet_pton(AF_INET, hostptr, in setbindhost()
917 ecode = getaddrinfo(hostptr, "nfs", &hints, ai); in setbindhost()
/freebsd/contrib/sendmail/src/
H A Dmci.c1310 char *hostptr = host; variable
1319 if (hostptr != host)
1320 *(hostptr++) = '.';
1329 *(hostptr++) = *scan;
1334 *hostptr = '\0';