Searched refs:rpcent (Results 1 – 14 of 14) sorted by relevance
/freebsd/lib/libc/tests/nss/ |
H A D | getrpc_test.c | 49 DECLARE_TEST_DATA(rpcent) 50 DECLARE_TEST_FILE_SNAPSHOT(rpcent) 51 DECLARE_1PASS_TEST(rpcent) 52 DECLARE_2PASS_TEST(rpcent) 54 static void clone_rpcent(struct rpcent *, struct rpcent const *); 55 static int compare_rpcent(struct rpcent *, struct rpcent *, void *); 56 static void dump_rpcent(struct rpcent *); 57 static void free_rpcent(struct rpcent *); 59 static void sdump_rpcent(struct rpcent *, char *, size_t); 60 static int rpcent_read_snapshot_func(struct rpcent *, char *); [all …]
|
/freebsd/lib/libc/rpc/ |
H A D | getrpcent.c | 113 struct rpcent rpc; 118 NSS_TLS_HANDLING(rpcent); 125 static int wrap_getrpcbyname_r(union key, struct rpcent *, char *, 126 size_t, struct rpcent **); 127 static int wrap_getrpcbynumber_r(union key, struct rpcent *, char *, 128 size_t, struct rpcent **); 129 static int wrap_getrpcent_r(union key, struct rpcent *, char *, 130 size_t, struct rpcent **); 131 static struct rpcent *getrpc(int (*fn)(union key, struct rpcent *, char *, 132 size_t, struct rpcent **), union key); [all …]
|
/freebsd/include/rpc/ |
H A D | rpcent.h | 45 struct rpcent { struct 56 extern struct rpcent *getrpcbyname(const char *); argument 57 extern struct rpcent *getrpcbynumber(int); 58 extern struct rpcent *getrpcent(void);
|
H A D | Makefile | 14 rpc.h rpc_msg.h rpcb_clnt.h rpcent.h rpc_com.h rpcsec_gss.h \
|
/freebsd/contrib/tcpdump/ |
H A D | print-sunrpc.c | 223 struct rpcent *rp; in progstr()
|
H A D | cmakeconfig.h.in | 159 /* Define to 1 if you have the <rpc/rpcent.h> header file. */
|
H A D | config.h.in | 156 /* Define to 1 if you have the <rpc/rpcent.h> header file. */
|
H A D | configure.in | 35 AC_CHECK_HEADERS(fcntl.h rpc/rpc.h rpc/rpcent.h netdnet/dnetdb.h)
|
H A D | configure.ac | 34 AC_CHECK_HEADERS(rpc/rpc.h rpc/rpcent.h net/if.h)
|
H A D | CMakeLists.txt | 423 check_include_files("rpc/rpc.h;rpc/rpcent.h" HAVE_RPC_RPCENT_H)
|
/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 466 struct rpcent *rpc; 674 struct rpcent *rpc; 876 struct rpcent *rpc; 1479 register struct rpcent *rpc; 1615 struct rpcent *rpc; 1640 register struct rpcent *rpc;
|
/freebsd/usr.sbin/rpcbind/ |
H A D | security.c | 168 struct rpcent *rpc; in logit()
|
/freebsd/usr.bin/getent/ |
H A D | getent.c | 459 struct rpcent *re; in rpc()
|
/freebsd/usr.sbin/inetd/ |
H A D | inetd.c | 257 static struct rpcent *rpc;
|