Symbol: netbuf
common/include/rpc/types.h
103
struct netbuf addr;
include/rpc/clnt.h
367
const struct netbuf *, const rpcprog_t,
include/rpc/clnt.h
383
extern CLIENT *clnt_vc_create(const int, const struct netbuf *,
include/rpc/clnt.h
398
extern CLIENT *clnt_dg_create(const int, const struct netbuf *,
include/rpc/rpc.h
88
char *taddr2uaddr(const struct netconfig *, const struct netbuf *);
include/rpc/rpc.h
89
struct netbuf *uaddr2taddr(const struct netconfig *, const char *);
include/rpc/rpcb_clnt.h
65
const struct netconfig *, const struct netbuf *);
include/rpc/rpcb_clnt.h
76
const struct netbuf *)
include/rpc/rpcb_clnt.h
80
const struct netconfig *, struct netbuf *,
include/rpc/rpcb_clnt.h
86
extern char *rpcb_taddr2uaddr(struct netconfig *, struct netbuf *);
include/rpc/rpcb_clnt.h
87
extern struct netbuf *rpcb_uaddr2taddr(struct netconfig *, char *);
include/rpc/svc.h
117
struct netbuf xp_ltaddr; /* local transport address */
include/rpc/svc.h
118
struct netbuf xp_rtaddr; /* remote transport address */
lib/libc/compat/include/rpc/rpcb_clnt.h
47
const struct timeval50, const struct netbuf *);
lib/libc/compat/include/rpc/rpcb_clnt.h
52
const struct timeval, const struct netbuf *);
lib/libc/compat/rpc/compat_rpcb.c
68
const struct timeval50 tout50, const struct netbuf *nb)
lib/libc/net/getnetnamadr.c
171
static char netbuf[PACKETSZ];
lib/libc/net/getnetnamadr.c
201
bp = netbuf;
lib/libc/net/getnetnamadr.c
202
ep = netbuf + sizeof(netbuf);
lib/libc/rpc/clnt_bcast.c
604
struct netbuf taddr, *np;
lib/libc/rpc/clnt_dg.c
161
const struct netbuf *svcaddr, /* servers address */
lib/libc/rpc/clnt_dg.c
556
struct netbuf *addr;
lib/libc/rpc/clnt_dg.c
619
addr = (struct netbuf *)(void *)info;
lib/libc/rpc/clnt_dg.c
625
addr = (struct netbuf *)(void *)info;
lib/libc/rpc/clnt_generic.c
231
struct netbuf *svcaddr; /* servers address */
lib/libc/rpc/clnt_generic.c
294
const struct netbuf *svcaddr, /* servers address */
lib/libc/rpc/clnt_vc.c
108
struct netbuf ct_addr;
lib/libc/rpc/clnt_vc.c
188
const struct netbuf *raddr,
lib/libc/rpc/clnt_vc.c
596
*(struct netbuf *)(void *)info = ct->ct_addr;
lib/libc/rpc/pmap_clnt.c
74
struct netbuf *na;
lib/libc/rpc/rpc_generic.c
605
taddr2uaddr(const struct netconfig *nconf, const struct netbuf *nbuf)
lib/libc/rpc/rpc_generic.c
617
struct netbuf *
lib/libc/rpc/rpc_generic.c
631
__rpc_taddr2uaddr_af(int af, const struct netbuf *nbuf)
lib/libc/rpc/rpc_generic.c
686
struct netbuf *
lib/libc/rpc/rpc_generic.c
689
struct netbuf *ret = NULL;
lib/libc/rpc/rpc_generic.c
828
__rpc_fixup_addr(struct netbuf *new, const struct netbuf *svc)
lib/libc/rpc/rpc_internal.h
46
char *__rpc_taddr2uaddr_af(int, const struct netbuf *);
lib/libc/rpc/rpc_internal.h
47
struct netbuf *__rpc_uaddr2taddr_af(int, const char *);
lib/libc/rpc/rpc_internal.h
48
int __rpc_fixup_addr(struct netbuf *, const struct netbuf *);
lib/libc/rpc/rpc_internal.h
55
struct netbuf *__rpcb_findaddr(rpcprog_t, rpcvers_t, const struct netconfig *,
lib/libc/rpc/rpc_soc.c
102
static bool_t rpc_wrap_bcast(char *, struct netbuf *, struct netconfig *);
lib/libc/rpc/rpc_soc.c
115
struct netbuf bindaddr;
lib/libc/rpc/rpc_soc.c
367
struct netbuf *addr, /* address of the guy who responded */
lib/libc/rpc/rpcb_clnt.c
100
struct netbuf *ac_taddr;
lib/libc/rpc/rpcb_clnt.c
1074
const struct netbuf *addr_ptr) /* Preallocated netbuf address */
lib/libc/rpc/rpcb_clnt.c
1104
struct netbuf *na;
lib/libc/rpc/rpcb_clnt.c
1108
((struct netbuf *)__UNCONST(addr_ptr))->len = 0;
lib/libc/rpc/rpcb_clnt.c
1116
((struct netbuf *)__UNCONST(addr_ptr))->len = 0;
lib/libc/rpc/rpcb_clnt.c
112
static void delete_cache(struct netbuf *);
lib/libc/rpc/rpcb_clnt.c
1120
((struct netbuf *)__UNCONST(addr_ptr))->len = na->len;
lib/libc/rpc/rpcb_clnt.c
113
static void add_cache(const char *, const char *, struct netbuf *, char *);
lib/libc/rpc/rpcb_clnt.c
116
static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *);
lib/libc/rpc/rpcb_clnt.c
1200
rpcb_taddr2uaddr(struct netconfig *nconf, struct netbuf *taddr)
lib/libc/rpc/rpcb_clnt.c
1234
struct netbuf *
lib/libc/rpc/rpcb_clnt.c
1238
struct netbuf *taddr;
lib/libc/rpc/rpcb_clnt.c
1255
taddr = (struct netbuf *)calloc(1, sizeof (struct netbuf));
lib/libc/rpc/rpcb_clnt.c
190
delete_cache(struct netbuf *addr)
lib/libc/rpc/rpcb_clnt.c
218
add_cache(const char *host, const char *netid, struct netbuf *taddr,
lib/libc/rpc/rpcb_clnt.c
308
struct netbuf *addr, taddr;
lib/libc/rpc/rpcb_clnt.c
309
struct netbuf addr_to_delete;
lib/libc/rpc/rpcb_clnt.c
438
struct netbuf nbuf;
lib/libc/rpc/rpcb_clnt.c
534
const struct netbuf *address) /* Services netconfig address */
lib/libc/rpc/rpcb_clnt.c
629
static struct netbuf *
lib/libc/rpc/rpcb_clnt.c
632
struct netbuf *na = NULL;
lib/libc/rpc/rpcb_clnt.c
676
struct netbuf *
lib/libc/rpc/rpcb_clnt.c
685
struct netbuf *address = NULL;
lib/libc/rpc/rpcb_clnt.c
687
struct netbuf servaddr;
lib/libc/rpc/rpcb_clnt.c
705
struct netbuf remote;
lib/libc/rpc/rpcb_clnt.c
754
if (((address = malloc(sizeof(struct netbuf))) == NULL) ||
lib/libc/rpc/rpcb_clnt.c
980
const struct netconfig *nconf, struct netbuf *address,
lib/libc/rpc/rpcb_clnt.c
983
struct netbuf *na;
lib/libc/rpc/rpcb_prot.c
344
xdr_netbuf(XDR *xdrs, struct netbuf *objp)
lib/libc/rpc/svc_dg.c
375
struct netbuf cache_addr;
sbin/mount_nfs/getnfsargs.c
107
static struct netbuf nfs_nb;
sys/fs/nfs/nlm/nlm_prot_impl.c
437
struct netbuf *a;
tests/lib/libc/rpc/t_rpc.c
45
reply(caddr_t replyp, struct netbuf * raddrp, struct netconfig * nconf)
tests/lib/libc/rpc/t_rpc.c
66
struct netbuf addr;
usr.bin/rpcinfo/rpcinfo.c
1257
static struct netbuf *nbuf;
usr.bin/rpcinfo/rpcinfo.c
139
static bool_t reply_proc(void *, struct netbuf *, struct netconfig *);
usr.bin/rpcinfo/rpcinfo.c
145
static CLIENT *clnt_rpcbind_create(const char *, rpcvers_t, struct netbuf **);
usr.bin/rpcinfo/rpcinfo.c
147
rpcvers_t, struct netbuf **);
usr.bin/rpcinfo/rpcinfo.c
1546
getport(const struct netbuf *nb)
usr.bin/rpcinfo/rpcinfo.c
1579
struct netbuf nb;
usr.bin/rpcinfo/rpcinfo.c
1591
struct netbuf **targaddr)
usr.bin/rpcinfo/rpcinfo.c
1623
rpcvers_t rpcbversnum, struct netbuf **targaddr)
usr.bin/rpcinfo/rpcinfo.c
1625
struct netbuf addr;
usr.bin/rpcinfo/rpcinfo.c
318
struct netbuf nbuf;
usr.bin/rpcinfo/rpcinfo.c
598
struct netbuf *who, /* Who sent us the reply */
usr.bin/rpcinfo/rpcinfo.c
903
struct netbuf *targaddr;
usr.bin/rup/rup.c
154
static int rstat_reply(char *, struct netbuf *, struct netconfig *);
usr.bin/rup/rup.c
203
rstat_reply(char *replyp, struct netbuf *raddrp, struct netconfig *nconf)
usr.bin/rusers/rusers.c
141
rusers_reply(char *replyp, struct netbuf *raddrp, struct netconfig *nconf)
usr.bin/rusers/rusers.c
231
struct netbuf nb;
usr.bin/rusers/rusers.c
68
static int rusers_reply(char *, struct netbuf *, struct netconfig *);
usr.sbin/inetd/inetd.c
979
struct netbuf nbuf;
usr.sbin/nfsd/nfsd.c
145
struct netbuf nb;
usr.sbin/rpcbind/check_bound.c
121
add_bndlist(struct netconfig *nconf, struct netbuf *baddr __unused)
usr.sbin/rpcbind/check_bound.c
90
struct netbuf *na;
usr.sbin/rpcbind/rpcb_svc.c
73
struct netbuf rpcbproc_taddr2uaddr_3_arg;
usr.sbin/rpcbind/rpcb_svc_4.c
76
struct netbuf rpcbproc_taddr2uaddr_4_arg;
usr.sbin/rpcbind/rpcb_svc_com.c
1054
netbufcmp(struct netbuf *n1, struct netbuf *n2)
usr.sbin/rpcbind/rpcb_svc_com.c
1060
netbuf_copybuf(struct netbuf *dst, const struct netbuf *src)
usr.sbin/rpcbind/rpcb_svc_com.c
1078
static struct netbuf *
usr.sbin/rpcbind/rpcb_svc_com.c
1079
netbufdup(struct netbuf *ap)
usr.sbin/rpcbind/rpcb_svc_com.c
1081
struct netbuf *np;
usr.sbin/rpcbind/rpcb_svc_com.c
1083
if ((np = calloc(1, sizeof(struct netbuf))) == NULL)
usr.sbin/rpcbind/rpcb_svc_com.c
1093
netbuffree(struct netbuf *ap)
usr.sbin/rpcbind/rpcb_svc_com.c
111
static int forward_register(u_int32_t, struct netbuf *, int, char *,
usr.sbin/rpcbind/rpcb_svc_com.c
116
static int netbufcmp(struct netbuf *, struct netbuf *);
usr.sbin/rpcbind/rpcb_svc_com.c
117
static struct netbuf *netbufdup(struct netbuf *);
usr.sbin/rpcbind/rpcb_svc_com.c
118
static void netbuffree(struct netbuf *);
usr.sbin/rpcbind/rpcb_svc_com.c
383
static struct netbuf nbuf;
usr.sbin/rpcbind/rpcb_svc_com.c
384
static struct netbuf *taddr;
usr.sbin/rpcbind/rpcb_svc_com.c
393
(void) memset(&nbuf, 0, sizeof (struct netbuf));
usr.sbin/rpcbind/rpcb_svc_com.c
408
struct netbuf *taddr = arg;
usr.sbin/rpcbind/rpcb_svc_com.c
614
struct netbuf *caller;
usr.sbin/rpcbind/rpcb_svc_com.c
619
struct netbuf *na = NULL;
usr.sbin/rpcbind/rpcb_svc_com.c
630
struct netbuf tbuf;
usr.sbin/rpcbind/rpcb_svc_com.c
933
forward_register(u_int32_t caller_xid, struct netbuf *caller_addr,
usr.sbin/rpcbind/rpcb_svc_com.c
94
struct netbuf *caller_addr;
usr.sbin/rpcbind/rpcbind.c
138
struct netbuf *);
usr.sbin/rpcbind/rpcbind.c
497
struct netbuf nb;
usr.sbin/rpcbind/rpcbind.c
550
struct netbuf nb;
usr.sbin/rpcbind/rpcbind.c
811
struct netbuf *addr)
usr.sbin/rpcbind/rpcbind.h
131
int is_loopback(struct netbuf *);
usr.sbin/rpcbind/rpcbind.h
140
char *addrmerge(struct netbuf *caller, char *serv_uaddr, char *clnt_uaddr,
usr.sbin/rpcbind/rpcbind.h
88
int add_bndlist(struct netconfig *, struct netbuf *);
usr.sbin/rpcbind/security.c
141
is_loopback(struct netbuf *nbuf)
usr.sbin/rpcbind/security.c
77
struct netbuf *caller = svc_getrpccaller(xprt);
usr.sbin/rpcbind/util.c
102
struct netbuf *serv_nbp, *clnt_nbp = NULL, tbuf;
usr.sbin/rpcbind/util.c
93
addrmerge(struct netbuf *caller, char *serv_uaddr, char *clnt_uaddr,