Searched refs:hostent (Results 1 - 25 of 236) sorted by relevance

12345678910

/opensolaris-onvv-gate/usr/src/cmd/tcpd/
H A Dscaffold.h7 extern struct hostent *find_inet_addr();
H A Dscaffold.c42 /* dup_hostent - create hostent in one memory block */
44 static struct hostent *dup_hostent(hp)
45 struct hostent *hp;
48 struct hostent host;
80 struct hostent *find_inet_addr(host)
84 struct hostent *hp;
85 static struct hostent h;
129 struct hostent *hp;
/opensolaris-onvv-gate/usr/src/lib/libnsl/nss/
H A Dnss.h40 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 *,
[all...]
H A Dgethostby_door.c41 struct hostent *
42 _door_gethostbyname_r(const char *name, struct hostent *result, char *buffer,
45 return ((struct hostent *)_switch_gethostbyname_r(name,
49 struct hostent *
51 struct hostent *result, char *buffer, int buflen, int *h_errnop)
53 return ((struct hostent *)_switch_gethostbyaddr_r(addr,
H A Dgetipnodeby_door.c42 struct hostent *
43 _door_getipnodebyname_r(const char *name, struct hostent *result, char *buffer,
46 return ((struct hostent *)_switch_getipnodebyname_r(name,
50 struct hostent *
52 struct hostent *result, char *buffer, int buflen, int *h_errnop)
54 return ((struct hostent *)_switch_getipnodebyaddr_r(addr,
H A Dgethostbyname_r.c68 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,
85 struct hostent *
87 struct hostent *result, char *buffer, int buflen, int *h_errnop)
95 extern struct hostent *
96 gethostbyname_r(const char *nam, struct hostent *resul
[all...]
H A Dgethostent6.c86 struct hostent *
87 __gethostent6(struct hostent *result, char *buffer, int buflen, int *h_errnop)
97 return ((struct hostent *)NSS_XbyY_FINI(&arg));
H A Dgethostent_r.c90 struct hostent *
91 gethostent_r(struct hostent *result, char *buffer, int buflen, int *h_errnop)
101 return ((struct hostent *)NSS_XbyY_FINI(&arg));
/opensolaris-onvv-gate/usr/src/stand/lib/sa/
H A Dnetdb.h57 struct hostent { struct
68 extern struct hostent *gethostbyname(const char *);
/opensolaris-onvv-gate/usr/src/lib/libresolv/
H A Dnetdb.h56 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 *gethosten
[all...]
H A Dres_gethost.c49 static struct hostent host;
79 static struct hostent *
109 return ((struct hostent *) NULL);
125 return ((struct hostent *) NULL);
130 #if BSD >= 43 || defined(h_addr) /* new-style hostent structure */
213 #if BSD >= 43 || defined(h_addr) /* new-style hostent structure */
221 return ((struct hostent *) NULL);
225 static struct hostent *_gethtbyname();
227 struct hostent *
234 struct hostent *h
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libmilter/
H A Dsm_gethost.c35 static struct hostent *getipnodebyname __P((char *, int, int, int *));
47 static struct hostent *
55 struct hostent *h;
73 struct hostent *h;
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();
/opensolaris-onvv-gate/usr/src/head/
H A Dnetdb.h94 struct hostent { struct
234 struct hostent *gethostbyname_r
235 (const char *, struct hostent *, char *, int, int *h_errnop);
236 struct hostent *gethostbyaddr_r
237 (const char *, int, int, struct hostent *, char *, int, int *h_errnop);
238 struct hostent *getipnodebyname(const char *, int, int, int *);
239 struct hostent *getipnodebyaddr(const void *, size_t, int, int *);
240 void freehostent(struct hostent *);
241 struct hostent *gethostent_r(struct hostent *, cha
[all...]
/opensolaris-onvv-gate/usr/src/lib/libresolv2/include/
H A Dport_netdb.h32 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_
[all...]
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcompat.c45 struct hostent *
46 nsldapi_compat_gethostbyname_r( const char *name, struct hostent *result,
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dget_addrs.c50 struct hostent *gethostbyname();
58 struct hostent *hp;
67 if (hp == (struct hostent *) 0) {
96 if (hp == (struct hostent *) 0) {
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp_ho.c66 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);
150 * struct hostent * ho_byname(struct irs_ho *this, const char *name)
154 static struct hostent *
164 * struct hostent * ho_byname2(struct irs_ho *this, const char *name, int af)
168 static struct hostent *
[all...]
H A Dgethostent_r.c38 copy_hostent(struct hostent *, struct hostent *, HOST_R_COPY_ARGS);
41 gethostbyname_r(const char *name, struct hostent *hptr, HOST_R_ARGS) {
42 struct hostent *he = gethostbyname(name);
68 struct hostent *hptr, HOST_R_ARGS) {
69 struct hostent *he = gethostbyaddr(addr, len, type);
100 gethostent_r(struct hostent *hptr, HOST_R_ARGS) {
101 struct hostent *he = gethostent();
159 copy_hostent(struct hostent *he, struct hostent *hpt
[all...]
H A Dirs_data.h43 struct hostent * ho_last;
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dnetdb.h32 struct hostent { struct
71 struct hostent *gethostbyname(), *gethostbyaddr(), *gethostent();
/opensolaris-onvv-gate/usr/src/lib/libresolv2/include/isc/
H A Dirpmarshall.h56 int irp_marshall_ho(struct hostent *, char **, size_t *);
57 int irp_unmarshall_ho(struct hostent *, char *);
77 * (char **) like a hostent h_addr field. Building (for example) the
99 * separated by colons (except for the hostent marshalling, which uses '@'
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/net/
H A Dgetrpcport.c38 struct hostent *hp;
/opensolaris-onvv-gate/usr/src/lib/nsswitch/dns/common/
H A Dgethostent.c51 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;
83 struct hostent *
86 struct hostent *hp;
93 struct hostent *
96 struct hostent *hp;
137 struct hostent *h
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_door.h113 struct hostent { struct
137 struct hostent *hptr
140 struct hostent *
/opensolaris-onvv-gate/usr/src/ucblib/librpcsoc/
H A Dgetrpcport.c40 struct hostent *hp;

Completed in 137 milliseconds

12345678910