Home
last modified time | relevance | path

Searched refs:netbuf (Results 1 – 25 of 41) sorted by relevance

12

/dragonfly/lib/libc/rpc/
H A Drpcb_clnt.c100 struct netbuf *ac_taddr;
225 ad_cache->ac_taddr = (struct netbuf *)malloc(sizeof (struct netbuf)); in add_cache()
451 struct netbuf nbuf; in local_rpcb()
637 static struct netbuf *
723 struct netbuf *
756 struct netbuf remote; in __rpcb_findaddr_timed()
1039 struct netbuf *na; in rpcb_getaddr()
1151 struct netbuf *na; in rpcb_rmtcall()
1282 struct netbuf *
1286 struct netbuf *taddr; in rpcb_uaddr2taddr()
[all …]
H A Drpc_com.h65 char *__rpc_taddr2uaddr_af(int, const struct netbuf *);
66 struct netbuf *__rpc_uaddr2taddr_af(int, const char *);
67 int __rpc_fixup_addr(struct netbuf *, const struct netbuf *);
74 struct netbuf *__rpcb_findaddr_timed(rpcprog_t, rpcvers_t,
H A Drpc_generic.c572 taddr2uaddr(const struct netconfig *nconf, const struct netbuf *nbuf) in taddr2uaddr()
581 struct netbuf *
592 __rpc_taddr2uaddr_af(int af, const struct netbuf *nbuf) in __rpc_taddr2uaddr_af()
641 struct netbuf *
644 struct netbuf *ret = NULL; in __rpc_uaddr2taddr_af()
678 ret = (struct netbuf *)malloc(sizeof *ret); in __rpc_uaddr2taddr_af()
777 __rpc_fixup_addr(struct netbuf *new, const struct netbuf *svc) in __rpc_fixup_addr()
H A Drpc_soc.c74 static bool_t rpc_wrap_bcast(char *, struct netbuf *, struct netconfig *);
91 struct netbuf bindaddr; in clnt_com_create()
321 struct netbuf *addr, /* address of the guy who responded */ in rpc_wrap_bcast()
404 struct netbuf *svcaddr; in clntunix_create()
411 ((svcaddr = malloc(sizeof(struct netbuf))) == NULL ) || in clntunix_create()
H A Dclnt_dg.c141 const struct netbuf *svcaddr, /* servers address */ in clnt_dg_create()
564 struct netbuf *addr; in clnt_dg_control()
625 addr = (struct netbuf *)info; in clnt_dg_control()
631 addr = (struct netbuf *)info; in clnt_dg_control()
H A Dpmap_clnt.c63 struct netbuf *na; in pmap_set()
/dragonfly/include/rpc/
H A Drpcb_clnt.h65 const struct netconfig *, const struct netbuf *);
75 const struct netbuf *);
77 const struct netconfig *, struct netbuf *,
80 extern char *rpcb_taddr2uaddr(struct netconfig *, struct netbuf *);
81 extern struct netbuf *rpcb_uaddr2taddr(struct netconfig *, char *);
H A Drpc_com.h65 char *__rpc_taddr2uaddr_af(int, const struct netbuf *);
66 struct netbuf *__rpc_uaddr2taddr_af(int, const char *);
67 int __rpc_fixup_addr(struct netbuf *, const struct netbuf *);
74 struct netbuf *__rpcb_findaddr(rpcprog_t, rpcvers_t, const struct netconfig *,
H A Drpcb_prot.x327 %extern "C" bool_t xdr_netbuf(XDR *, struct netbuf *);
330 %extern bool_t xdr_netbuf(XDR *, struct netbuf *);
358 struct netbuf
362 RPCBPROC_TADDR2UADDR(struct netbuf) = 8;
390 struct netbuf
394 RPCBPROC_TADDR2UADDR(struct netbuf) = 8;
H A Drpc.h88 char *taddr2uaddr(const struct netconfig *, const struct netbuf *);
89 struct netbuf *uaddr2taddr(const struct netconfig *, const char *);
H A Dtypes.h78 struct netbuf { struct
90 struct netbuf addr; argument
H A Dclnt.h357 struct netbuf *, const rpcprog_t,
372 extern CLIENT *clnt_vc_create(const int, const struct netbuf *,
392 extern CLIENT *clnt_dg_create(const int, const struct netbuf *,
H A Dsvc.h119 struct netbuf xp_ltaddr; /* local transport address */
120 struct netbuf xp_rtaddr; /* remote transport address */
H A Dauth_des.h119 int rtime(dev_t, struct netbuf *, int, struct timeval *, struct timeval *);
H A Dauth_kerb.h134 struct netbuf *, int *, dev_t, int, AUTH **);
/dragonfly/usr.sbin/rpcbind/
H A Drpcb_svc_com.c107 static int netbufcmp(struct netbuf *, struct netbuf *);
108 static struct netbuf *netbufdup(struct netbuf *);
371 static struct netbuf nbuf; in rpcbproc_uaddr2taddr_com()
396 struct netbuf *taddr = (struct netbuf *)arg; in rpcbproc_taddr2uaddr_com()
606 struct netbuf *caller; in rpcbproc_callit_com()
611 struct netbuf *na = NULL; in rpcbproc_callit_com()
622 struct netbuf tbuf; in rpcbproc_callit_com()
1049 netbufcmp(struct netbuf *n1, struct netbuf *n2) in netbufcmp()
1055 netbuf_copybuf(struct netbuf *dst, const struct netbuf *src) in netbuf_copybuf()
1068 static struct netbuf *
[all …]
H A Drpcbind.h81 int add_bndlist(struct netconfig *, struct netbuf *);
124 int is_loopback(struct netbuf *);
133 char *addrmerge(struct netbuf *, char *, char *, char *);
H A Dcheck_bound.c77 struct netbuf *na; in check_bound()
104 add_bndlist(struct netconfig *nconf, struct netbuf *baddr __unused) in add_bndlist()
H A Dsecurity.c64 struct netbuf *caller = svc_getrpccaller(xprt); in check_access()
126 is_loopback(struct netbuf *nbuf) in is_loopback()
H A Drpcbind.c108 struct netbuf *);
434 struct netbuf nb; in init_transport()
482 struct netbuf nb; in init_transport()
646 struct netbuf *addr) in rbllist_add()
H A Dutil.c124 addrmerge(struct netbuf *caller, char *serv_uaddr, char *clnt_uaddr, in addrmerge()
128 struct netbuf *serv_nbp = NULL, *hint_nbp = NULL, tbuf; in addrmerge()
/dragonfly/lib/libc/net/
H A Dgetnetbynis.c87 bp = ned->netbuf; in _getnetbynis()
88 ep = ned->netbuf + sizeof ned->netbuf; in _getnetbynis()
H A Dgetnetbyht.c99 bp = ned->netbuf; in getnetent_p()
100 ep = ned->netbuf + sizeof ned->netbuf; in getnetent_p()
H A Dgetnetbydns.c184 bp = ned->netbuf; in getnetanswer()
185 ep = ned->netbuf + sizeof(ned->netbuf); in getnetanswer()
/dragonfly/usr.bin/rpcinfo/
H A Drpcinfo.c130 static bool_t reply_proc(void *, struct netbuf *, struct netconfig *);
135 static CLIENT *clnt_rpcbind_create(char *, int, struct netbuf **);
137 struct netbuf **);
579 reply_proc(void *res, struct netbuf *who, struct netconfig *nconf)
870 struct netbuf *targaddr;
1217 static struct netbuf *nbuf;
1521 clnt_rpcbind_create(char *host, int rpcbversnum, struct netbuf **targaddr)
1553 u_long rpcbversnum, struct netbuf **targaddr)
1555 struct netbuf addr;
1572 (struct netbuf *)malloc(sizeof (struct netbuf));

12