/src/include/rpc/ |
rpcb_clnt.h | 65 const struct netconfig *, const struct netbuf *); 76 const struct netbuf *) 80 const struct netconfig *, struct netbuf *, 86 extern char *rpcb_taddr2uaddr(struct netconfig *, struct netbuf *); 87 extern struct netbuf *rpcb_uaddr2taddr(struct netconfig *, char *);
|
rpcb_clnt.h | 65 const struct netconfig *, const struct netbuf *); 76 const struct netbuf *) 80 const struct netconfig *, struct netbuf *, 86 extern char *rpcb_taddr2uaddr(struct netconfig *, struct netbuf *); 87 extern struct netbuf *rpcb_uaddr2taddr(struct netconfig *, char *);
|
rpc.h | 88 char *taddr2uaddr(const struct netconfig *, const struct netbuf *); 89 struct netbuf *uaddr2taddr(const struct netconfig *, const char *);
|
rpc.h | 88 char *taddr2uaddr(const struct netconfig *, const struct netbuf *); 89 struct netbuf *uaddr2taddr(const struct netconfig *, const char *);
|
rpcb_prot.x | 81 % * RPCBPROC_UADDR2TADDR(strint) RETURNS (struct netbuf) 82 % * Returns the netbuf address from universal address. 84 % * RPCBPROC_TADDR2UADDR(struct netbuf) RETURNS (string) 85 % * Returns the universal address from netbuf address. 323 % * We don't define netbuf in RPCL, since it would contain structure member 324 % * names that would conflict with the definition of struct netbuf in 329 %extern "C" bool_t xdr_netbuf(XDR *, struct netbuf *); 332 %extern bool_t xdr_netbuf(XDR *, struct netbuf *); 363 struct netbuf 367 RPCBPROC_TADDR2UADDR(struct netbuf) = 8 [all...] |
rpcb_prot.x | 81 % * RPCBPROC_UADDR2TADDR(strint) RETURNS (struct netbuf) 82 % * Returns the netbuf address from universal address. 84 % * RPCBPROC_TADDR2UADDR(struct netbuf) RETURNS (string) 85 % * Returns the universal address from netbuf address. 323 % * We don't define netbuf in RPCL, since it would contain structure member 324 % * names that would conflict with the definition of struct netbuf in 329 %extern "C" bool_t xdr_netbuf(XDR *, struct netbuf *); 332 %extern bool_t xdr_netbuf(XDR *, struct netbuf *); 363 struct netbuf 367 RPCBPROC_TADDR2UADDR(struct netbuf) = 8 [all...] |
clnt.h | 261 #define CLGET_SVC_ADDR 7 /* get server's address (netbuf) */ 270 #define CLSET_SVC_ADDR 16 /* get server's address (netbuf) */ 367 const struct netbuf *, const rpcprog_t, 373 * const struct netbuf *svcaddr; -- servers address 383 extern CLIENT *clnt_vc_create(const int, const struct netbuf *, 388 * const struct netbuf *svcaddr; -- servers address 398 extern CLIENT *clnt_dg_create(const int, const struct netbuf *, 403 * const struct netbuf *svcaddr; -- servers address 502 * struct netbuf *raddr;
|
/src/lib/libc/compat/include/rpc/ |
rpcb_clnt.h | 47 const struct timeval50, const struct netbuf *); 52 const struct timeval, const struct netbuf *);
|
rpcb_clnt.h | 47 const struct timeval50, const struct netbuf *); 52 const struct timeval, const struct netbuf *);
|
/src/lib/libc/rpc/ |
rpc_internal.h | 46 char *__rpc_taddr2uaddr_af(int, const struct netbuf *); 47 struct netbuf *__rpc_uaddr2taddr_af(int, const char *); 48 int __rpc_fixup_addr(struct netbuf *, const struct netbuf *); 55 struct netbuf *__rpcb_findaddr(rpcprog_t, rpcvers_t, const struct netconfig *,
|
rpc_internal.h | 46 char *__rpc_taddr2uaddr_af(int, const struct netbuf *); 47 struct netbuf *__rpc_uaddr2taddr_af(int, const char *); 48 int __rpc_fixup_addr(struct netbuf *, const struct netbuf *); 55 struct netbuf *__rpcb_findaddr(rpcprog_t, rpcvers_t, const struct netconfig *,
|
rpcb_clnt.c | 100 struct netbuf *ac_taddr; 112 static void delete_cache(struct netbuf *); 113 static void add_cache(const char *, const char *, struct netbuf *, char *); 116 static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *); 190 delete_cache(struct netbuf *addr) 218 add_cache(const char *host, const char *netid, struct netbuf *taddr, 308 struct netbuf *addr, taddr; 309 struct netbuf addr_to_delete; 438 struct netbuf nbuf; 534 const struct netbuf *address) /* Services netconfig address * [all...] |
rpcb_clnt.c | 100 struct netbuf *ac_taddr; 112 static void delete_cache(struct netbuf *); 113 static void add_cache(const char *, const char *, struct netbuf *, char *); 116 static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *); 190 delete_cache(struct netbuf *addr) 218 add_cache(const char *host, const char *netid, struct netbuf *taddr, 308 struct netbuf *addr, taddr; 309 struct netbuf addr_to_delete; 438 struct netbuf nbuf; 534 const struct netbuf *address) /* Services netconfig address * [all...] |
pmap_clnt.c | 74 struct netbuf *na;
|
pmap_clnt.c | 74 struct netbuf *na;
|
/src/common/include/rpc/ |
types.h | 83 * The netbuf structure is defined here, because NetBSD only uses it inside 89 * The netbuf structure is used for transport-independent address storage. 91 struct netbuf { struct 103 struct netbuf addr;
|
types.h | 83 * The netbuf structure is defined here, because NetBSD only uses it inside 89 * The netbuf structure is used for transport-independent address storage. 91 struct netbuf { struct 103 struct netbuf addr;
|
/src/usr.sbin/rpcbind/ |
rpcbind.h | 88 int add_bndlist(struct netconfig *, struct netbuf *); 131 int is_loopback(struct netbuf *); 140 char *addrmerge(struct netbuf *caller, char *serv_uaddr, char *clnt_uaddr,
|
rpcbind.h | 88 int add_bndlist(struct netconfig *, struct netbuf *); 131 int is_loopback(struct netbuf *); 140 char *addrmerge(struct netbuf *caller, char *serv_uaddr, char *clnt_uaddr,
|
rpcb_svc_com.c | 94 struct netbuf *caller_addr; 111 static int forward_register(u_int32_t, struct netbuf *, int, char *, 116 static int netbufcmp(struct netbuf *, struct netbuf *); 117 static struct netbuf *netbufdup(struct netbuf *); 118 static void netbuffree(struct netbuf *); 383 static struct netbuf nbuf; 384 static struct netbuf *taddr; 393 (void) memset(&nbuf, 0, sizeof (struct netbuf)); [all...] |
rpcb_svc_com.c | 94 struct netbuf *caller_addr; 111 static int forward_register(u_int32_t, struct netbuf *, int, char *, 116 static int netbufcmp(struct netbuf *, struct netbuf *); 117 static struct netbuf *netbufdup(struct netbuf *); 118 static void netbuffree(struct netbuf *); 383 static struct netbuf nbuf; 384 static struct netbuf *taddr; 393 (void) memset(&nbuf, 0, sizeof (struct netbuf)); [all...] |
check_bound.c | 90 struct netbuf *na; 121 add_bndlist(struct netconfig *nconf, struct netbuf *baddr __unused)
|
check_bound.c | 90 struct netbuf *na; 121 add_bndlist(struct netconfig *nconf, struct netbuf *baddr __unused)
|
/src/lib/libc/compat/rpc/ |
compat_rpcb.c | 68 const struct timeval50 tout50, const struct netbuf *nb)
|
compat_rpcb.c | 68 const struct timeval50 tout50, const struct netbuf *nb)
|