Symbol: netbuf
include/rpc/auth.h
83
struct netbuf syncaddr; /* time sync addr */
include/rpc/auth_des.h
119
int rtime(dev_t, struct netbuf *, int, struct timeval *, struct timeval *);
include/rpc/auth_kerb.h
134
struct netbuf *, int *, dev_t, int, AUTH **);
include/rpc/clnt.h
357
struct netbuf *, const rpcprog_t,
include/rpc/clnt.h
372
extern CLIENT *clnt_vc_create(const int, const struct netbuf *,
include/rpc/clnt.h
392
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/rpc_com.h
65
char *__rpc_taddr2uaddr_af(int, const struct netbuf *);
include/rpc/rpc_com.h
66
struct netbuf *__rpc_uaddr2taddr_af(int, const char *);
include/rpc/rpc_com.h
67
int __rpc_fixup_addr(struct netbuf *, const struct netbuf *);
include/rpc/rpc_com.h
74
struct netbuf *__rpcb_findaddr(rpcprog_t, rpcvers_t, const struct netconfig *,
include/rpc/rpcb_clnt.h
65
const struct netconfig *, const struct netbuf *);
include/rpc/rpcb_clnt.h
75
const struct netbuf *);
include/rpc/rpcb_clnt.h
77
const struct netconfig *, struct netbuf *,
include/rpc/rpcb_clnt.h
80
extern char *rpcb_taddr2uaddr(struct netconfig *, struct netbuf *);
include/rpc/rpcb_clnt.h
81
extern struct netbuf *rpcb_uaddr2taddr(struct netconfig *, char *);
include/rpc/svc.h
119
struct netbuf xp_ltaddr; /* local transport address */
include/rpc/svc.h
120
struct netbuf xp_rtaddr; /* remote transport address */
include/rpc/types.h
90
struct netbuf addr;
lib/libc/net/getnetbydns.c
184
bp = ned->netbuf;
lib/libc/net/getnetbydns.c
185
ep = ned->netbuf + sizeof(ned->netbuf);
lib/libc/net/getnetbyht.c
100
ep = ned->netbuf + sizeof ned->netbuf;
lib/libc/net/getnetbyht.c
99
bp = ned->netbuf;
lib/libc/net/getnetbynis.c
87
bp = ned->netbuf;
lib/libc/net/getnetbynis.c
88
ep = ned->netbuf + sizeof ned->netbuf;
lib/libc/net/netdb_private.h
88
char netbuf[_NETBUFSIZE];
lib/libc/rpc/auth_des.c
95
struct netbuf ad_syncaddr; /* remote host to synch with */
lib/libc/rpc/clnt_bcast.c
580
struct netbuf taddr, *np;
lib/libc/rpc/clnt_dg.c
141
const struct netbuf *svcaddr, /* servers address */
lib/libc/rpc/clnt_dg.c
564
struct netbuf *addr;
lib/libc/rpc/clnt_dg.c
625
addr = (struct netbuf *)info;
lib/libc/rpc/clnt_dg.c
631
addr = (struct netbuf *)info;
lib/libc/rpc/clnt_generic.c
296
struct netbuf *svcaddr; /* servers address */
lib/libc/rpc/clnt_generic.c
346
struct netbuf *svcaddr, rpcprog_t prog, rpcvers_t vers,
lib/libc/rpc/clnt_vc.c
104
struct netbuf ct_addr; /* remote addr */
lib/libc/rpc/clnt_vc.c
153
const struct netbuf *raddr, /* servers address */
lib/libc/rpc/clnt_vc.c
535
*(struct netbuf *)info = ct->ct_addr;
lib/libc/rpc/pmap_clnt.c
63
struct netbuf *na;
lib/libc/rpc/rpc_com.h
65
char *__rpc_taddr2uaddr_af(int, const struct netbuf *);
lib/libc/rpc/rpc_com.h
66
struct netbuf *__rpc_uaddr2taddr_af(int, const char *);
lib/libc/rpc/rpc_com.h
67
int __rpc_fixup_addr(struct netbuf *, const struct netbuf *);
lib/libc/rpc/rpc_com.h
74
struct netbuf *__rpcb_findaddr_timed(rpcprog_t, rpcvers_t,
lib/libc/rpc/rpc_generic.c
572
taddr2uaddr(const struct netconfig *nconf, const struct netbuf *nbuf)
lib/libc/rpc/rpc_generic.c
581
struct netbuf *
lib/libc/rpc/rpc_generic.c
592
__rpc_taddr2uaddr_af(int af, const struct netbuf *nbuf)
lib/libc/rpc/rpc_generic.c
641
struct netbuf *
lib/libc/rpc/rpc_generic.c
644
struct netbuf *ret = NULL;
lib/libc/rpc/rpc_generic.c
678
ret = (struct netbuf *)malloc(sizeof *ret);
lib/libc/rpc/rpc_generic.c
777
__rpc_fixup_addr(struct netbuf *new, const struct netbuf *svc)
lib/libc/rpc/rpc_soc.c
321
struct netbuf *addr, /* address of the guy who responded */
lib/libc/rpc/rpc_soc.c
404
struct netbuf *svcaddr;
lib/libc/rpc/rpc_soc.c
411
((svcaddr = malloc(sizeof(struct netbuf))) == NULL ) ||
lib/libc/rpc/rpc_soc.c
74
static bool_t rpc_wrap_bcast(char *, struct netbuf *, struct netconfig *);
lib/libc/rpc/rpc_soc.c
91
struct netbuf bindaddr;
lib/libc/rpc/rpcb_clnt.c
100
struct netbuf *ac_taddr;
lib/libc/rpc/rpcb_clnt.c
1036
const struct netconfig *nconf, struct netbuf *address,
lib/libc/rpc/rpcb_clnt.c
1039
struct netbuf *na;
lib/libc/rpc/rpcb_clnt.c
1121
const struct netbuf *addr_ptr)
lib/libc/rpc/rpcb_clnt.c
114
static void delete_cache(struct netbuf *);
lib/libc/rpc/rpcb_clnt.c
115
static void add_cache(const char *, const char *, struct netbuf *, char *);
lib/libc/rpc/rpcb_clnt.c
1151
struct netbuf *na;
lib/libc/rpc/rpcb_clnt.c
1157
((struct netbuf *) addr_ptr)->len = 0;
lib/libc/rpc/rpcb_clnt.c
1166
((struct netbuf *) addr_ptr)->len = 0;
lib/libc/rpc/rpcb_clnt.c
1171
((struct netbuf *)addr_ptr)->len = na->len;
lib/libc/rpc/rpcb_clnt.c
118
static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *);
lib/libc/rpc/rpcb_clnt.c
1251
rpcb_taddr2uaddr(struct netconfig *nconf, struct netbuf *taddr)
lib/libc/rpc/rpcb_clnt.c
1282
struct netbuf *
lib/libc/rpc/rpcb_clnt.c
1286
struct netbuf *taddr;
lib/libc/rpc/rpcb_clnt.c
1303
taddr = (struct netbuf *)calloc(1, sizeof (struct netbuf));
lib/libc/rpc/rpcb_clnt.c
186
delete_cache(struct netbuf *addr)
lib/libc/rpc/rpcb_clnt.c
212
add_cache(const char *host, const char *netid, struct netbuf *taddr,
lib/libc/rpc/rpcb_clnt.c
225
ad_cache->ac_taddr = (struct netbuf *)malloc(sizeof (struct netbuf));
lib/libc/rpc/rpcb_clnt.c
301
struct netbuf *addr, taddr;
lib/libc/rpc/rpcb_clnt.c
302
struct netbuf addr_to_delete;
lib/libc/rpc/rpcb_clnt.c
451
struct netbuf nbuf;
lib/libc/rpc/rpcb_clnt.c
544
const struct netbuf *address) /* Services netconfig address */
lib/libc/rpc/rpcb_clnt.c
568
(struct netbuf *)address);
lib/libc/rpc/rpcb_clnt.c
637
static struct netbuf *
lib/libc/rpc/rpcb_clnt.c
640
struct netbuf *na = NULL;
lib/libc/rpc/rpcb_clnt.c
723
struct netbuf *
lib/libc/rpc/rpcb_clnt.c
734
struct netbuf *address = NULL;
lib/libc/rpc/rpcb_clnt.c
736
struct netbuf servaddr;
lib/libc/rpc/rpcb_clnt.c
756
struct netbuf remote;
lib/libc/rpc/rpcb_clnt.c
808
if (((address = (struct netbuf *)
lib/libc/rpc/rpcb_clnt.c
809
malloc(sizeof (struct netbuf))) == NULL) ||
lib/libc/rpc/rpcb_prot.c
298
xdr_netbuf(XDR *xdrs, struct netbuf *objp)
lib/libc/rpc/svc_dg.c
339
struct netbuf cache_addr;
sbin/mount_nfs/mount_nfs.c
595
struct netbuf nfs_nb;
sbin/mountd/mountd.c
471
struct netbuf servaddr;
sbin/nfsd/nfsd.c
113
struct netbuf nb_udp, nb_tcp, nb_udp6, nb_tcp6;
usr.bin/rpcinfo/rpcinfo.c
1226
static struct netbuf *nbuf;
usr.bin/rpcinfo/rpcinfo.c
130
static bool_t reply_proc(void *, struct netbuf *, struct netconfig *);
usr.bin/rpcinfo/rpcinfo.c
135
static CLIENT *clnt_rpcbind_create(char *, int, struct netbuf **);
usr.bin/rpcinfo/rpcinfo.c
137
struct netbuf **);
usr.bin/rpcinfo/rpcinfo.c
1530
clnt_rpcbind_create(char *host, int rpcbversnum, struct netbuf **targaddr)
usr.bin/rpcinfo/rpcinfo.c
1562
u_long rpcbversnum, struct netbuf **targaddr)
usr.bin/rpcinfo/rpcinfo.c
1564
struct netbuf addr;
usr.bin/rpcinfo/rpcinfo.c
1581
(struct netbuf *)malloc(sizeof (struct netbuf));
usr.bin/rpcinfo/rpcinfo.c
579
reply_proc(void *res, struct netbuf *who, struct netconfig *nconf)
usr.bin/rpcinfo/rpcinfo.c
879
struct netbuf *targaddr;
usr.sbin/rpc.lockd/lockd.c
277
struct netbuf servaddr;
usr.sbin/rpcbind/check_bound.c
104
add_bndlist(struct netconfig *nconf, struct netbuf *baddr __unused)
usr.sbin/rpcbind/check_bound.c
77
struct netbuf *na;
usr.sbin/rpcbind/rpcb_svc.c
72
struct netbuf rpcbproc_taddr2uaddr_3_arg;
usr.sbin/rpcbind/rpcb_svc_4.c
75
struct netbuf rpcbproc_taddr2uaddr_4_arg;
usr.sbin/rpcbind/rpcb_svc_com.c
101
static int forward_register(u_int32_t, struct netbuf *, int,
usr.sbin/rpcbind/rpcb_svc_com.c
1049
netbufcmp(struct netbuf *n1, struct netbuf *n2)
usr.sbin/rpcbind/rpcb_svc_com.c
1055
netbuf_copybuf(struct netbuf *dst, const struct netbuf *src)
usr.sbin/rpcbind/rpcb_svc_com.c
1068
static struct netbuf *
usr.sbin/rpcbind/rpcb_svc_com.c
1069
netbufdup(struct netbuf *ap)
usr.sbin/rpcbind/rpcb_svc_com.c
107
static int netbufcmp(struct netbuf *, struct netbuf *);
usr.sbin/rpcbind/rpcb_svc_com.c
1071
struct netbuf *np;
usr.sbin/rpcbind/rpcb_svc_com.c
1073
if ((np = calloc(1, sizeof(struct netbuf))) == NULL)
usr.sbin/rpcbind/rpcb_svc_com.c
108
static struct netbuf *netbufdup(struct netbuf *);
usr.sbin/rpcbind/rpcb_svc_com.c
1083
netbuffree(struct netbuf *ap)
usr.sbin/rpcbind/rpcb_svc_com.c
109
static void netbuffree(struct netbuf *);
usr.sbin/rpcbind/rpcb_svc_com.c
371
static struct netbuf nbuf;
usr.sbin/rpcbind/rpcb_svc_com.c
372
static struct netbuf *taddr;
usr.sbin/rpcbind/rpcb_svc_com.c
381
memset((char *)&nbuf, 0, sizeof (struct netbuf));
usr.sbin/rpcbind/rpcb_svc_com.c
396
struct netbuf *taddr = (struct netbuf *)arg;
usr.sbin/rpcbind/rpcb_svc_com.c
606
struct netbuf *caller;
usr.sbin/rpcbind/rpcb_svc_com.c
611
struct netbuf *na = NULL;
usr.sbin/rpcbind/rpcb_svc_com.c
622
struct netbuf tbuf;
usr.sbin/rpcbind/rpcb_svc_com.c
84
struct netbuf *caller_addr;
usr.sbin/rpcbind/rpcb_svc_com.c
932
forward_register(u_int32_t caller_xid, struct netbuf *caller_addr,
usr.sbin/rpcbind/rpcbind.c
108
struct netbuf *);
usr.sbin/rpcbind/rpcbind.c
434
struct netbuf nb;
usr.sbin/rpcbind/rpcbind.c
482
struct netbuf nb;
usr.sbin/rpcbind/rpcbind.c
646
struct netbuf *addr)
usr.sbin/rpcbind/rpcbind.h
124
int is_loopback(struct netbuf *);
usr.sbin/rpcbind/rpcbind.h
133
char *addrmerge(struct netbuf *, char *, char *, char *);
usr.sbin/rpcbind/rpcbind.h
81
int add_bndlist(struct netconfig *, struct netbuf *);
usr.sbin/rpcbind/security.c
126
is_loopback(struct netbuf *nbuf)
usr.sbin/rpcbind/security.c
64
struct netbuf *caller = svc_getrpccaller(xprt);
usr.sbin/rpcbind/util.c
124
addrmerge(struct netbuf *caller, char *serv_uaddr, char *clnt_uaddr,
usr.sbin/rpcbind/util.c
128
struct netbuf *serv_nbp = NULL, *hint_nbp = NULL, tbuf;
usr.sbin/ypbind/yp_ping.c
217
struct netbuf addr;