/titanic_41/usr/src/lib/libresolv/ |
H A D | netdb.h | 69 struct netent { struct 102 struct netent *getnetbyname_r 103 (const char *, struct netent *, char *, int); 104 struct netent *getnetbyaddr_r(long, int, struct netent *, char *, int); 105 struct netent *getnetent_r(struct netent *, char *, int); 120 struct netent *getnetbyname(const char *); 121 struct netent *getnetbyaddr(long, int); 122 struct netent *getnetent(void); 154 struct netent *getnetbyname_r(); 155 struct netent *getnetbyaddr_r(); [all …]
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | getnetent.c | 52 struct netent netent; member 60 static struct netent *nw_to_net(struct nwent *, struct net_data *); 62 static struct netent *fakeaddr(const char *, int af, struct net_data *); 72 struct netent * 79 struct netent * 86 struct netent * 110 struct netent * 121 struct netent * 124 struct netent *np; in getnetbyname_p() 145 struct netent * [all …]
|
H A D | getnetent_r.c | 38 copy_netent(struct netent *, struct netent *, NET_R_COPY_ARGS); 41 getnetbyname_r(const char *name, struct netent *nptr, NET_R_ARGS) { in getnetbyname_r() 42 struct netent *ne = getnetbyname(name); in getnetbyname_r() 65 getnetbyaddr_r(GETNETBYADDR_ADDR_T addr, int type, struct netent *nptr, NET_R_ARGS) { in getnetbyaddr_r() 66 struct netent *ne = getnetbyaddr(addr, type); in getnetbyaddr_r() 93 getnetent_r(struct netent *nptr, NET_R_ARGS) { in getnetent_r() 94 struct netent *ne = getnetent(); in getnetent_r() 148 copy_netent(struct netent *ne, struct netent *nptr, NET_R_COPY_ARGS) { in copy_netent() 193 copy_netent(struct netent *ne, struct netent *nptr, NET_R_COPY_ARGS) { in copy_netent()
|
H A D | irs_data.h | 41 struct netent * nw_last; /*%< should have been ne_last */
|
H A D | irpmarshall.c | 1488 irp_marshall_ne(struct netent *ne, char **buffer, size_t *len) { in irp_marshall_ne() 1554 irp_unmarshall_ne(struct netent *ne, char *buffer) { in irp_unmarshall_ne() 2016 struct netent *np1 = getnetbyname(argv[1]); in main()
|
/titanic_41/usr/src/lib/libsocket/inet/ |
H A D | getnetent.c | 46 NSS_XbyY_ALLOC(&buffer, (int)sizeof (struct netent), NSS_BUFLEN_NETWORKS) 49 struct netent * 53 struct netent *res = 0; in getnetbyname() 61 struct netent * 65 struct netent *res = 0; in getnetbyaddr() 74 struct netent * 78 struct netent *res = 0; in getnetent()
|
H A D | getnetent_r.c | 57 struct netent * 58 getnetbyname_r(const char *name, struct netent *result, in getnetbyname_r() 75 return ((struct netent *)arg.returnval); in getnetbyname_r() 78 struct netent * 79 getnetbyaddr_r(long net, int type, struct netent *result, in getnetbyaddr_r() 93 return ((struct netent *)arg.returnval); in getnetbyaddr_r() 113 struct netent * 114 getnetent_r(struct netent *result, char *buffer, int buflen) in getnetent_r() 124 return ((struct netent *)arg.returnval); in getnetent_r() 137 struct netent *net = (struct netent *)ent; in str2netent()
|
/titanic_41/usr/src/head/ |
H A D | netdb.h | 217 struct netent { struct 253 struct netent *getnetbyname_r 254 (const char *, struct netent *, char *, int); 255 struct netent *getnetbyaddr_r(long, int, struct netent *, char *, int); 256 struct netent *getnetent_r(struct netent *, char *, int); 271 struct netent *getnetbyaddr(in_addr_t, int); 272 struct netent *getnetbyname(const char *); 273 struct netent *getnetent(void);
|
/titanic_41/usr/src/lib/libresolv2/include/ |
H A D | port_netdb.h | 50 struct netent *getnetbyaddr __P((unsigned long, int)); 52 struct netent *getnetbyname __P((const char *)); 54 struct netent *getnetent __P((void)); 108 struct netent *getnetbyaddr_r __P((long, int, struct netent *, char *, int)); 112 struct netent *getnetbyname_r __P((const char *, struct netent *, char *, int)); 116 struct netent *getnetent_r __P((struct netent *, char *, int));
|
H A D | irs.h | 304 extern struct netent *getnetent_p __P((struct net_data *)); 305 extern struct netent *getnetbyname_p __P((const char *, struct net_data *)); 306 extern struct netent *getnetbyaddr_p __P((unsigned long, int,
|
H A D | port_before.h | 81 #define NET_R_RETURN struct netent *
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | netdb.h | 45 struct netent { struct 72 struct netent *getnetbyname(), *getnetbyaddr(), *getnetent(); argument
|
/titanic_41/usr/src/lib/libresolv2/include/isc/ |
H A D | irpmarshall.h | 63 int irp_marshall_ne(struct netent *, char **, size_t *); 64 int irp_unmarshall_ne(struct netent *, char *);
|
/titanic_41/usr/src/cmd/getent/ |
H A D | dogetnet.c | 64 putnetent(const struct netent *np, FILE *fp) in putnetent() 93 struct netent *np; in dogetnet()
|
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | hostname.c | 21 struct netent *np;
|
H A D | gethost.c | 20 struct netent *n;
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | common.c | 43 struct netent *np; in getnet()
|
H A D | rtquery.c | 567 struct netent *np; in rip_input()
|
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslog_ipaddr.c | 101 struct netent *np;
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ipaddr.c | 94 struct netent *np; in iplookup()
|
H A D | snoop_pf.c | 909 struct netent *np;
|
/titanic_41/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_util.c | 377 struct netent n, *np; in smb_chk_hostaccess()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 936 struct netent *np; in netname() 2197 struct netent *np; in in_getaddr()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 1686 struct netent *np;
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 2430 struct netent *ptr; in __s_cvt_networks() 2448 ptr = (struct netent *)data; in __s_cvt_networks()
|