| /src/lib/libc/net/ |
| hostent.h | 1 /* $NetBSD: hostent.h,v 1.3 2022/04/19 20:32:15 rillig Exp $ */ 42 struct hostent *gethostent_r(FILE *, struct hostent *, char *, size_t, int *); 45 struct hostent *gethostbyname_r(const char *, struct hostent *, char *, size_t, 47 struct hostent *gethostbyname2_r(const char *, int, struct hostent *, char *, 49 struct hostent *gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, 58 struct hostent *hp [all...] |
| /src/external/bsd/libbind/dist/include/ |
| netdb.h | 141 struct hostent { struct 386 void freehostent __P((struct hostent *)); 387 struct hostent *gethostbyaddr __P((const char *, int, int)); 388 struct hostent *gethostbyname __P((const char *)); 389 struct hostent *gethostbyname2 __P((const char *, int)); 390 struct hostent *gethostent __P((void)); 391 struct hostent *getipnodebyaddr __P((const void *, size_t, int, int *)); 392 struct hostent *getipnodebyname __P((const char *, int, int, int *)); 415 struct hostent *getipnodebyname __P((const char *, int, int, int *)); 416 struct hostent *getipnodebyaddr __P((const void *, size_t, int, int *)) [all...] |
| irs.h | 111 struct hostent *(*byname) __P((struct irs_ho *, const char *)); 112 struct hostent *(*byname2) __P((struct irs_ho *, const char *, int)); 113 struct hostent *(*byaddr) __P((struct irs_ho *, 115 struct hostent *(*next) __P((struct irs_ho *)); 292 extern struct hostent *gethostbyname_p __P((const char *, 294 extern struct hostent *gethostbyname2_p __P((const char *, int, 296 extern struct hostent *gethostbyaddr_p __P((const char *, int, int, 298 extern struct hostent *gethostent_p __P((struct net_data *)); 301 extern struct hostent *getipnodebyname_p __P((const char *, int, int, int *, 303 extern struct hostent *getipnodebyaddr_p __P((const void *, size_t [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| getipnodebyaddr.c | 42 * to a malloced struct hostent or NULL. 45 ROKEN_LIB_FUNCTION struct hostent * ROKEN_LIB_CALL 48 struct hostent *tmp;
|
| getipnodebyname.c | 46 * to a malloced struct hostent or NULL. 49 ROKEN_LIB_FUNCTION struct hostent * ROKEN_LIB_CALL 52 struct hostent *tmp;
|
| hostent_find_fqdn.c | 45 hostent_find_fqdn (const struct hostent *he)
|
| copyhostent.c | 44 ROKEN_LIB_FUNCTION struct hostent * ROKEN_LIB_CALL 45 copyhostent (const struct hostent *h) 47 struct hostent *res;
|
| freehostent.c | 41 * free a malloced hostent 45 freehostent (struct hostent *h)
|
| roken_gethostby.c | 52 struct hostent *he = gethostbyname(address); 138 static struct hostent* 191 /* make a hostent to return */ 193 static struct hostent he; 219 ROKEN_LIB_FUNCTION struct hostent* ROKEN_LIB_CALL 222 struct hostent *he; 229 ROKEN_LIB_FUNCTION struct hostent* ROKEN_LIB_CALL 234 struct hostent *he; 261 struct hostent *he;
|
| /src/external/bsd/libbind/dist/irs/ |
| irp_ho.c | 68 struct hostent host; 74 static struct hostent * ho_byname(struct irs_ho *this, const char *name); 75 static struct hostent * ho_byname2(struct irs_ho *this, const char *name, 77 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr, 79 static struct hostent * ho_next(struct irs_ho *this); 83 static void free_host(struct hostent *ho); 152 * struct hostent * ho_byname(struct irs_ho *this, const char *name) 156 static struct hostent * 166 * struct hostent * ho_byname2(struct irs_ho *this, const char *name, int af) 170 static struct hostent * [all...] |
| gethostent_r.c | 40 copy_hostent(struct hostent *, struct hostent *, HOST_R_COPY_ARGS); 43 gethostbyname_r(const char *name, struct hostent *hptr, HOST_R_ARGS) { 44 struct hostent *he = gethostbyname(name); 70 struct hostent *hptr, HOST_R_ARGS) { 71 struct hostent *he = gethostbyaddr(addr, len, type); 102 gethostent_r(struct hostent *hptr, HOST_R_ARGS) { 103 struct hostent *he = gethostent(); 161 copy_hostent(struct hostent *he, struct hostent *hptr, HOST_R_COPY_ARGS) [all...] |
| irs_data.h | 45 struct hostent * ho_last;
|
| gen_ho.c | 61 static struct hostent * ho_byname(struct irs_ho *this, const char *name); 62 static struct hostent * ho_byname2(struct irs_ho *this, const char *name, 64 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr, 66 static struct hostent * ho_next(struct irs_ho *this); 126 static struct hostent * 130 struct hostent *rval; 169 static struct hostent * 173 struct hostent *rval; 208 static struct hostent * 212 struct hostent *rval [all...] |
| gethostent.c | 63 struct hostent host; 70 static struct hostent *fakeaddr(const char *, int, struct net_data *); 75 struct hostent * 82 struct hostent * 89 struct hostent * 96 struct hostent * 118 struct hostent * 120 struct hostent *hp; 133 struct hostent * 137 struct hostent *hp [all...] |
| /src/external/bsd/libbind/dist/include/isc/ |
| irpmarshall.h | 58 int irp_marshall_ho(struct hostent *, char **, size_t *); 59 int irp_unmarshall_ho(struct hostent *, char *); 79 * (char **) like a hostent h_addr field. Building (for example) the 101 * separated by colons (except for the hostent marshalling, which uses '@'
|
| /src/distrib/utils/libhack/ |
| gethost.c | 69 #include "hostent.h" 78 static struct hostent h_ent; 81 static struct hostent * 98 struct hostent * 99 gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t bufsiz, 111 struct hostent * 117 struct hostent * 118 gethostbyaddr_r(const void *addr, socklen_t len, int type, struct hostent *hp, 129 struct hostent * 136 struct hostent * [all...] |
| /src/include/ |
| netdb.h | 148 struct hostent { struct 318 void freehostent(struct hostent *); 321 struct hostent *gethostbyaddr(const void *, socklen_t, int); 322 struct hostent *gethostbyname(const char *); 324 struct hostent *gethostbyname2(const char *, int); 326 struct hostent *gethostent(void);
|
| /src/external/bsd/ipf/dist/lib/ |
| connecttcp.c | 21 struct hostent *host;
|
| hostname.c | 17 struct hostent *hp;
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| get_addrs.c | 53 struct hostent *hostent; local 60 hostent = roken_gethostbyname (hostname); 61 if (hostent == NULL) { 71 res->val[0].addr_type = hostent->h_addrtype; 75 hostent->h_addr, 76 hostent->h_length);
|
| /src/crypto/external/bsd/heimdal/include/ |
| roken.h | 227 ROKEN_LIB_FUNCTION struct hostent * ROKEN_LIB_CALL 231 ROKEN_LIB_FUNCTION struct hostent * ROKEN_LIB_CALL 236 freehostent (struct hostent *); 239 ROKEN_LIB_FUNCTION struct hostent * ROKEN_LIB_CALL 240 copyhostent (const struct hostent *); 279 ROKEN_LIB_FUNCTION struct hostent* ROKEN_LIB_CALL 281 ROKEN_LIB_FUNCTION struct hostent* ROKEN_LIB_CALL
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_machine.h | 139 struct hostent { struct 158 struct hostent *gethostbyname (char * netnum); 159 struct hostent *gethostbyaddr (char * netnum, int size, int addr_type);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| netdb.d | 42 struct hostent 129 hostent* gethostbyaddr(const(void)*, socklen_t, int); 130 hostent* gethostbyname(const(char)*); 131 hostent* gethostent(); 150 struct hostent 234 struct hostent 318 struct hostent 402 struct hostent 509 struct hostent 605 struct hostent [all...] |
| /src/usr.bin/talk/ |
| get_addrs.c | 51 struct hostent *hp;
|
| /src/external/ibm-public/postfix/dist/src/local/ |
| biff_notify.c | 60 struct hostent *hp;
|