Searched refs:getnetbyaddr (Results 1 - 12 of 12) sorted by relevance
/osnet-11/usr/src/lib/libsocket/inet/ |
H A D | getnetent.c | 62 getnetbyaddr(in_addr_t net, int type) function
|
/osnet-11/usr/src/lib/libresolv/ |
H A D | netdb.h | 121 struct netent *getnetbyaddr(long, int); 168 struct netent *getnetbyaddr();
|
/osnet-11/usr/src/lib/libresolv2/include/ |
H A D | port_netdb.h | 49 #define getnetbyaddr res_getnetbyaddr /* libsocket */ macro 50 struct netent *getnetbyaddr __P((unsigned long, int));
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | XSUB.h | 368 # undef getnetbyaddr macro 496 # define getnetbyaddr PerlSock_getnetbyaddr macro
|
H A D | reentr.c | 406 retptr = getnetbyaddr(net, anint); break;
|
H A D | iperlsys.h | 1354 #define PerlSock_getnetbyaddr(n, t) getnetbyaddr(n, t)
|
H A D | config_h.SH | 1720 * This symbol, if defined, indicates that the getnetbyaddr() routine is 3433 * getnetbyaddr(). Otherwise, it is up to the program to guess 3476 * getnetbyaddr(). 3741 * is available to getnetbyaddr re-entrantly.
|
H A D | pp_sys.c | 4768 DIE(aTHX_ PL_no_sock_func, "getnetbyaddr"); 4780 struct netent *getnetbyaddr(Netdb_net_t, int); 4801 DIE(aTHX_ PL_no_sock_func, "getnetbyaddr");
|
/osnet-11/usr/src/lib/libresolv2/common/irs/ |
H A D | getnetent_r.c | 66 struct netent *ne = getnetbyaddr(addr, type);
|
H A D | getnetent.c | 87 getnetbyaddr(unsigned long net, int type) { function
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
H A D | Functions.t | 153 gethostent, getnetbyaddr, getnetbyname, getnetent,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/ |
H A D | safeops.t | 388 gnbyaddr getnetbyaddr 'foo'
|
Completed in 67 milliseconds