/titanic_44/usr/src/lib/libnsl/nss/ |
H A D | nss.h | 40 extern struct hostent *_switch_gethostbyname_r(const char *, struct hostent *, 42 extern struct hostent *_switch_gethostbyaddr_r(const char *, int, int, 43 struct hostent *, char *, int, int *); 44 extern struct hostent *_switch_getipnodebyname_r(const char *, 45 struct hostent *, char *, int, int, int, int *); 46 extern struct hostent *_switch_getipnodebyaddr_r(const char *, int, int, 47 struct hostent *, char *, int, int *); 48 extern struct hostent *_door_gethostbyname_r(const char *, struct hostent *, 50 extern struct hostent *_door_gethostbyaddr_r(const char *, int, int, 51 struct hostent *, char *, int, int *); [all …]
|
H A D | gethostbyname_r.c | 68 extern struct hostent * 69 _switch_gethostbyname_r(const char *nam, struct hostent *result, char *buffer, 72 extern struct hostent * 74 struct hostent *result, char *buffer, int buflen, int *h_errnop); 77 struct hostent * 78 _uncached_gethostbyname_r(const char *nam, struct hostent *result, in _uncached_gethostbyname_r() 85 struct hostent * 87 struct hostent *result, char *buffer, int buflen, int *h_errnop) in _uncached_gethostbyaddr_r() 95 extern struct hostent * 96 gethostbyname_r(const char *nam, struct hostent *result, char *buffer, [all …]
|
H A D | gethostby_door.c | 41 struct hostent * 42 _door_gethostbyname_r(const char *name, struct hostent *result, char *buffer, in _door_gethostbyname_r() 45 return ((struct hostent *)_switch_gethostbyname_r(name, in _door_gethostbyname_r() 49 struct hostent * 51 struct hostent *result, char *buffer, int buflen, int *h_errnop) in _door_gethostbyaddr_r() 53 return ((struct hostent *)_switch_gethostbyaddr_r(addr, in _door_gethostbyaddr_r()
|
H A D | getipnodeby_door.c | 42 struct hostent * 43 _door_getipnodebyname_r(const char *name, struct hostent *result, char *buffer, in _door_getipnodebyname_r() 46 return ((struct hostent *)_switch_getipnodebyname_r(name, in _door_getipnodebyname_r() 50 struct hostent * 52 struct hostent *result, char *buffer, int buflen, int *h_errnop) in _door_getipnodebyaddr_r() 54 return ((struct hostent *)_switch_getipnodebyaddr_r(addr, in _door_getipnodebyaddr_r()
|
H A D | getipnodeby.c | 103 static struct hostent *__mapv4tov6(struct hostent *, struct hostent *, 105 struct hostent *__mappedtov4(struct hostent *, int *); 106 static struct hostent *__filter_addresses(int, struct hostent *); 107 static int __find_mapped(struct hostent *, int); 114 struct hostent * 115 _uncached_getipnodebyname(const char *nam, struct hostent *result, in _uncached_getipnodebyname() 122 struct hostent * 124 struct hostent *result, char *buffer, int buflen, int *h_errnop) in _uncached_getipnodebyaddr() 223 struct hostent * 226 struct hostent *hp = NULL; in getipnodebyname() [all …]
|
H A D | gethostent.c | 60 NSS_XbyY_ALLOC(&buffer, sizeof (struct hostent), NSS_BUFLEN_HOSTS) 63 struct hostent * 74 struct hostent * 89 struct hostent * 109 struct hostent *host = (struct hostent *)ent; in __str2hostent()
|
H A D | gethostent6.c | 86 struct hostent * 87 __gethostent6(struct hostent *result, char *buffer, int buflen, int *h_errnop) in __gethostent6() 97 return ((struct hostent *)NSS_XbyY_FINI(&arg)); in __gethostent6()
|
H A D | gethostent_r.c | 90 struct hostent * 91 gethostent_r(struct hostent *result, char *buffer, int buflen, int *h_errnop) in gethostent_r() 101 return ((struct hostent *)NSS_XbyY_FINI(&arg)); in gethostent_r()
|
/titanic_44/usr/src/lib/libresolv/ |
H A D | netdb.h | 56 struct hostent { struct 90 struct hostent *gethostbyname_r 91 (const char *, struct hostent *, char *, int, int *h_errnop); 92 struct hostent *gethostbyaddr_r 93 (const char *, int, int, struct hostent *, char *, int, int *h_errnop); 94 struct hostent *gethostent_r(struct hostent *, char *, int, int *h_errnop); 117 struct hostent *gethostbyname(const char *); 118 struct hostent *gethostbyaddr(const char *, int, int); 119 struct hostent *gethostent(void); 148 struct hostent *gethostbyname_r(); [all …]
|
H A D | res_gethost.c | 49 static struct hostent host; 79 static struct hostent * 109 return ((struct hostent *) NULL); 125 return ((struct hostent *) NULL); 221 return ((struct hostent *) NULL); 225 static struct hostent *_gethtbyname(); 227 struct hostent * 234 struct hostent *hp, *gethostdomain(); 246 return ((struct hostent *) NULL); 260 return ((struct hostent *) NULL); [all …]
|
/titanic_44/usr/src/head/ |
H A D | netdb.h | 96 struct hostent { struct 238 struct hostent *gethostbyname_r 239 (const char *, struct hostent *, char *, int, int *h_errnop); 240 struct hostent *gethostbyaddr_r 241 (const char *, int, int, struct hostent *, char *, int, int *h_errnop); 242 struct hostent *getipnodebyname(const char *, int, int, int *); 243 struct hostent *getipnodebyaddr(const void *, size_t, int, int *); 244 void freehostent(struct hostent *); 245 struct hostent *gethostent_r(struct hostent *, char *, int, int *h_errnop); 269 struct hostent *gethostbyname(const char *); [all …]
|
/titanic_44/usr/src/lib/libresolv2/include/ |
H A D | port_netdb.h | 32 void freehostent __P((struct hostent *)); 37 struct hostent *gethostbyaddr __P((const char *, int, int)); 39 struct hostent *gethostbyname __P((const char *)); 41 struct hostent *gethostbyname2 __P((const char *, int)); 43 struct hostent *gethostent __P((void)); 45 struct hostent *getipnodebyaddr __P((const void *, size_t, int, int *)); 47 struct hostent *getipnodebyname __P((const char *, int, int, int *)); 87 struct hostent *gethostbyaddr_r __P((const char *addr, int len, int type, 88 struct hostent *hptr, char *buf, 93 struct hostent *gethostbyname_r __P((const char *name, struct hostent *hptr, [all …]
|
H A D | irs.h | 109 struct hostent *(*byname) __P((struct irs_ho *, const char *)); 110 struct hostent *(*byname2) __P((struct irs_ho *, const char *, int)); 111 struct hostent *(*byaddr) __P((struct irs_ho *, 113 struct hostent *(*next) __P((struct irs_ho *)); 290 extern struct hostent *gethostbyname_p __P((const char *, 292 extern struct hostent *gethostbyname2_p __P((const char *, int, 294 extern struct hostent *gethostbyaddr_p __P((const char *, int, int, 296 extern struct hostent *gethostent_p __P((struct net_data *)); 299 extern struct hostent *getipnodebyname_p __P((const char *, int, int, int *, 301 extern struct hostent *getipnodebyaddr_p __P((const void *, size_t,
|
/titanic_44/usr/src/cmd/sendmail/libmilter/ |
H A D | sm_gethost.c | 35 static struct hostent *getipnodebyname __P((char *, int, int, int *)); 47 static struct hostent * 55 struct hostent *h; 73 struct hostent *h; in freehostent() 84 struct hostent * 89 struct hostent *h = NULL; 92 static struct hostent hp; 94 extern struct hostent *_switch_gethostbyname_r(); 98 extern struct hostent *__switch_gethostbyname();
|
/titanic_44/usr/src/lib/libresolv2/common/irs/ |
H A D | irp_ho.c | 66 struct hostent host; 72 static struct hostent * ho_byname(struct irs_ho *this, const char *name); 73 static struct hostent * ho_byname2(struct irs_ho *this, const char *name, 75 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr, 77 static struct hostent * ho_next(struct irs_ho *this); 81 static void free_host(struct hostent *ho); 154 static struct hostent * 168 static struct hostent * 171 struct hostent *ho = &pvt->host; in ho_byname2() 221 static struct hostent * [all …]
|
H A D | gethostent_r.c | 38 copy_hostent(struct hostent *, struct hostent *, HOST_R_COPY_ARGS); 41 gethostbyname_r(const char *name, struct hostent *hptr, HOST_R_ARGS) { in gethostbyname_r() 42 struct hostent *he = gethostbyname(name); in gethostbyname_r() 68 struct hostent *hptr, HOST_R_ARGS) { in gethostbyaddr_r() 69 struct hostent *he = gethostbyaddr(addr, len, type); in gethostbyaddr_r() 100 gethostent_r(struct hostent *hptr, HOST_R_ARGS) { in gethostent_r() 101 struct hostent *he = gethostent(); in gethostent_r() 159 copy_hostent(struct hostent *he, struct hostent *hptr, HOST_R_COPY_ARGS) { in copy_hostent() 219 copy_hostent(struct hostent *he, struct hostent *hptr, HOST_R_COPY_ARGS) { in copy_hostent()
|
H A D | gethostent.c | 67 struct hostent host; 74 static struct hostent *fakeaddr(const char *, int, struct net_data *); 84 struct hostent * 91 struct hostent * 98 struct hostent * 105 struct hostent * 127 struct hostent * 129 struct hostent *hp; in gethostbyname_p() 142 struct hostent * 146 struct hostent *hp; in gethostbyname2_p() [all …]
|
H A D | gen_ho.c | 59 static struct hostent * ho_byname(struct irs_ho *this, const char *name); 60 static struct hostent * ho_byname2(struct irs_ho *this, const char *name, 62 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr, 64 static struct hostent * ho_next(struct irs_ho *this); 124 static struct hostent * 128 struct hostent *rval; in ho_byname() 167 static struct hostent * 171 struct hostent *rval; in ho_byname2() 206 static struct hostent * 210 struct hostent *rval; in ho_byaddr() [all …]
|
H A D | lcl_ho.c | 108 struct hostent host; 128 static struct hostent * ho_byname(struct irs_ho *this, const char *name); 129 static struct hostent * ho_byname2(struct irs_ho *this, const char *name, 131 static struct hostent * ho_byaddr(struct irs_ho *this, const void *addr, 133 static struct hostent * ho_next(struct irs_ho *this); 201 static struct hostent * 204 struct hostent *hp; in ho_byname() 217 static struct hostent * 220 struct hostent *hp; in ho_byname2() 252 static struct hostent * [all …]
|
/titanic_44/usr/src/lib/nsswitch/dns/common/ |
H A D | gethostent.c | 51 struct hostent *_gethostbyname(int *h_errnop, const char *name); 52 static struct hostent *_gethostbyaddr(int *h_errnop, const char *addr, 54 struct hostent *_nss_dns_gethostbyname2(int *h_errnop, const char *name); 73 static struct hostent * 76 struct hostent *hp; in _gethostbyaddr() 83 struct hostent * 86 struct hostent *hp; in _nss_dns_gethostbyname2() 93 struct hostent * 96 struct hostent *hp; in _gethostbyname() 137 struct hostent *he; [all …]
|
/titanic_44/usr/src/cmd/tcpd/ |
H A D | scaffold.c | 44 static struct hostent *dup_hostent(hp) in dup_hostent() 45 struct hostent *hp; in dup_hostent() 48 struct hostent host; 80 struct hostent *find_inet_addr(host) in find_inet_addr() 84 struct hostent *hp; 85 static struct hostent h; 129 struct hostent *hp;
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_doorclt.c | 202 struct hostent *hptr in kfreehostent() 234 struct hostent * 249 struct hostent *hptr; in kgetipnodebyname() 284 hptr = (struct hostent *)((char *)buffer + sizeof (mybuffer_t)); in kgetipnodebyname() 288 hostent_size -= sizeof (struct hostent); in kgetipnodebyname() 320 sizeof (struct hostent)); in kgetipnodebyname() 395 sizeof (struct hostent)); in kgetipnodebyname()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | get_addrs.c | 50 struct hostent *gethostbyname(); 58 struct hostent *hp; 67 if (hp == (struct hostent *) 0) { 96 if (hp == (struct hostent *) 0) {
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | sn2princ.c | 54 extern struct hostent *res_getipnodebyname(const char *, int, int, int *); 55 extern struct hostent *res_getipnodebyaddr(const void *, size_t, int, int *); 56 extern void res_freehostent(struct hostent *); 119 struct hostent *hp = NULL; in krb5_sname_to_principal() 120 struct hostent *hp2 = NULL; in krb5_sname_to_principal()
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | rpc_bootstrap.c | 53 struct hostent *__files_gethostbyname(char *, sa_family_t); 58 static struct hostent host; 145 struct hostent *hent, tmphent; 170 if (hent == (struct hostent *)NULL) { 175 memset(&tmphent, 0, sizeof (struct hostent)); 378 static struct hostent *__files_gethostent(); 380 struct hostent * 383 register struct hostent *hp; in __files_gethostbyname() 418 static struct hostent *
|