include/rpc/auth.h
78
struct netbuf syncaddr; /* time sync addr */
include/rpc/auth_des.h
117
extern int rtime(dev_t, struct netbuf *, int, struct timeval *,
include/rpc/auth_kerb.h
134
struct netbuf *, int *, dev_t, int, AUTH **);
include/rpc/clnt.h
356
struct netbuf *, const rpcprog_t,
include/rpc/clnt.h
371
extern CLIENT *clnt_vc_create(const int, const struct netbuf *,
include/rpc/clnt.h
391
extern CLIENT *clnt_dg_create(const int, const struct netbuf *,
include/rpc/clnt.h
517
typedef bool_t (*resultproc_t)(caddr_t, const struct netbuf *,
include/rpc/rpc.h
87
char *taddr2uaddr(const struct netconfig *, const struct netbuf *);
include/rpc/rpc.h
88
struct netbuf *uaddr2taddr(const struct netconfig *, const char *);
include/rpc/rpc_com.h
63
char *__rpc_taddr2uaddr_af(int, const struct netbuf *);
include/rpc/rpc_com.h
64
struct netbuf *__rpc_uaddr2taddr_af(int, const char *);
include/rpc/rpc_com.h
65
int __rpc_fixup_addr(struct netbuf *, const struct netbuf *);
include/rpc/rpc_com.h
72
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
118
struct netbuf xp_ltaddr; /* local transport address */
include/rpc/svc.h
119
struct netbuf xp_rtaddr; /* remote transport address */
include/rpc/svc_dg.h
48
struct netbuf su_srcaddr; /* dst address of last msg */
lib/libc/net/getnetbydns.c
183
bp = ned->netbuf;
lib/libc/net/getnetbydns.c
184
ep = ned->netbuf + sizeof(ned->netbuf);
lib/libc/net/getnetbyht.c
98
bp = ned->netbuf;
lib/libc/net/getnetbyht.c
99
ep = ned->netbuf + sizeof ned->netbuf;
lib/libc/net/getnetbynis.c
88
bp = ned->netbuf;
lib/libc/net/getnetbynis.c
89
ep = ned->netbuf + sizeof ned->netbuf;
lib/libc/net/netdb_private.h
88
char netbuf[_NETBUFSIZE];
lib/libc/rpc/auth_des.c
93
struct netbuf ad_syncaddr; /* remote host to synch with */
lib/libc/rpc/clnt_bcast.c
586
struct netbuf taddr, *np;
lib/libc/rpc/clnt_dg.c
201
clnt_dg_create(int fd, const struct netbuf *svcaddr, rpcprog_t program,
lib/libc/rpc/clnt_dg.c
643
struct netbuf *addr;
lib/libc/rpc/clnt_dg.c
699
addr = (struct netbuf *)info;
lib/libc/rpc/clnt_dg.c
705
addr = (struct netbuf *)info;
lib/libc/rpc/clnt_generic.c
276
struct netbuf *svcaddr; /* servers address */
lib/libc/rpc/clnt_generic.c
326
struct netbuf *svcaddr, rpcprog_t prog, rpcvers_t vers,
lib/libc/rpc/clnt_vc.c
107
struct netbuf ct_addr; /* remote addr */
lib/libc/rpc/clnt_vc.c
200
clnt_vc_create(int fd, const struct netbuf *raddr, const rpcprog_t prog,
lib/libc/rpc/clnt_vc.c
569
*(struct netbuf *)info = ct->ct_addr;
lib/libc/rpc/pmap_clnt.c
61
struct netbuf *na;
lib/libc/rpc/rpc_com.h
63
char *__rpc_taddr2uaddr_af(int, const struct netbuf *);
lib/libc/rpc/rpc_com.h
64
struct netbuf *__rpc_uaddr2taddr_af(int, const char *);
lib/libc/rpc/rpc_com.h
65
int __rpc_fixup_addr(struct netbuf *, const struct netbuf *);
lib/libc/rpc/rpc_com.h
72
struct netbuf *__rpcb_findaddr_timed(rpcprog_t, rpcvers_t,
lib/libc/rpc/rpc_generic.c
554
taddr2uaddr(const struct netconfig *nconf, const struct netbuf *nbuf)
lib/libc/rpc/rpc_generic.c
563
struct netbuf *
lib/libc/rpc/rpc_generic.c
574
__rpc_taddr2uaddr_af(int af, const struct netbuf *nbuf)
lib/libc/rpc/rpc_generic.c
631
struct netbuf *
lib/libc/rpc/rpc_generic.c
634
struct netbuf *ret = NULL;
lib/libc/rpc/rpc_generic.c
672
ret = (struct netbuf *)malloc(sizeof *ret);
lib/libc/rpc/rpc_generic.c
771
__rpc_fixup_addr(struct netbuf *new, const struct netbuf *svc)
lib/libc/rpc/rpc_soc.c
322
rpc_wrap_bcast(char *resultp, const struct netbuf *addr,
lib/libc/rpc/rpc_soc.c
408
struct netbuf *svcaddr;
lib/libc/rpc/rpc_soc.c
415
((svcaddr = malloc(sizeof(struct netbuf))) == NULL ) ||
lib/libc/rpc/rpc_soc.c
75
static bool_t rpc_wrap_bcast(char *, const struct netbuf *,
lib/libc/rpc/rpc_soc.c
93
struct netbuf bindaddr;
lib/libc/rpc/rpcb_clnt.c
1019
struct netbuf *address, const char *host)
lib/libc/rpc/rpcb_clnt.c
1021
struct netbuf *na;
lib/libc/rpc/rpcb_clnt.c
1111
const struct netbuf *addr_ptr)
lib/libc/rpc/rpcb_clnt.c
1141
struct netbuf *na;
lib/libc/rpc/rpcb_clnt.c
1147
((struct netbuf *) addr_ptr)->len = 0;
lib/libc/rpc/rpcb_clnt.c
1156
((struct netbuf *) addr_ptr)->len = 0;
lib/libc/rpc/rpcb_clnt.c
1161
((struct netbuf *)addr_ptr)->len = na->len;
lib/libc/rpc/rpcb_clnt.c
1241
rpcb_taddr2uaddr(struct netconfig *nconf, struct netbuf *taddr)
lib/libc/rpc/rpcb_clnt.c
1272
struct netbuf *
lib/libc/rpc/rpcb_clnt.c
1276
struct netbuf *taddr;
lib/libc/rpc/rpcb_clnt.c
1293
taddr = (struct netbuf *)calloc(1, sizeof (struct netbuf));
lib/libc/rpc/rpcb_clnt.c
164
delete_cache(struct netbuf *addr)
lib/libc/rpc/rpcb_clnt.c
189
add_cache(const char *host, const char *netid, struct netbuf *taddr,
lib/libc/rpc/rpcb_clnt.c
202
ad_cache->ac_taddr = (struct netbuf *)malloc(sizeof (struct netbuf));
lib/libc/rpc/rpcb_clnt.c
273
struct netbuf *addr, taddr;
lib/libc/rpc/rpcb_clnt.c
274
struct netbuf addr_to_delete;
lib/libc/rpc/rpcb_clnt.c
423
struct netbuf nbuf;
lib/libc/rpc/rpcb_clnt.c
519
const struct netbuf *address)
lib/libc/rpc/rpcb_clnt.c
543
(struct netbuf *)address);
lib/libc/rpc/rpcb_clnt.c
612
static struct netbuf *
lib/libc/rpc/rpcb_clnt.c
615
struct netbuf *na = NULL;
lib/libc/rpc/rpcb_clnt.c
698
struct netbuf *
lib/libc/rpc/rpcb_clnt.c
709
struct netbuf *address = NULL;
lib/libc/rpc/rpcb_clnt.c
711
struct netbuf servaddr;
lib/libc/rpc/rpcb_clnt.c
731
struct netbuf remote;
lib/libc/rpc/rpcb_clnt.c
78
struct netbuf *ac_taddr;
lib/libc/rpc/rpcb_clnt.c
793
if (((address = (struct netbuf *)
lib/libc/rpc/rpcb_clnt.c
794
malloc(sizeof (struct netbuf))) == NULL) ||
lib/libc/rpc/rpcb_clnt.c
92
static void delete_cache(struct netbuf *);
lib/libc/rpc/rpcb_clnt.c
93
static void add_cache(const char *, const char *, struct netbuf *, char *);
lib/libc/rpc/rpcb_clnt.c
96
static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *);
lib/libc/rpc/rpcb_prot.c
298
xdr_netbuf(XDR *xdrs, struct netbuf *objp)
lib/libc/rpc/svc_dg.c
473
struct netbuf cache_addr;
lib/libc/rpc/svc_nl.c
127
xprt->xp_rtaddr = (struct netbuf){
sbin/mount_nfs/mount_nfs.c
766
struct netbuf nfs_nb;
share/examples/ipfilter/samples/proxy.c
232
char netbuf[1024], outbuf[1024];
share/examples/ipfilter/samples/proxy.c
245
nrptr = netbuf;
share/examples/ipfilter/samples/proxy.c
246
nwptr = netbuf;
share/examples/ipfilter/samples/proxy.c
247
nsz = sizeof(netbuf);
share/examples/ipfilter/samples/proxy.c
256
if (nrptr - netbuf < sizeof(netbuf))
share/examples/ipfilter/samples/proxy.c
261
if (nsz < sizeof(netbuf))
share/examples/ipfilter/samples/proxy.c
269
i = read(in, nrptr, sizeof(netbuf) - (nrptr - netbuf));
share/examples/ipfilter/samples/proxy.c
304
if (nsz == sizeof(netbuf) || nwptr == nrptr) {
share/examples/ipfilter/samples/proxy.c
305
nrptr = netbuf;
share/examples/ipfilter/samples/proxy.c
306
nwptr = netbuf;
sys/nlm/nlm_prot_impl.c
416
struct netbuf *a;
sys/rpc/auth.h
78
struct netbuf syncaddr; /* time sync addr */
sys/rpc/rpc.h
98
char *taddr2uaddr(const struct netconfig *, const struct netbuf *);
sys/rpc/rpc.h
99
struct netbuf *uaddr2taddr(const struct netconfig *, const char *);
sys/rpc/rpc_com.h
105
extern char *__rpc_taddr2uaddr_af(int, const struct netbuf *);
sys/rpc/rpc_com.h
106
extern struct netbuf *__rpc_uaddr2taddr_af(int, const char *);
sys/rpc/rpc_com.h
74
char *__rpc_taddr2uaddr_af(int, const struct netbuf *);
sys/rpc/rpc_com.h
75
struct netbuf *__rpc_uaddr2taddr_af(int, const char *);
sys/rpc/rpc_com.h
76
int __rpc_fixup_addr(struct netbuf *, const struct netbuf *);
sys/rpc/rpc_com.h
83
struct netbuf *__rpcb_findaddr_timed(rpcprog_t, rpcvers_t,
sys/rpc/rpc_generic.c
274
taddr2uaddr(const struct netconfig *nconf, const struct netbuf *nbuf)
sys/rpc/rpc_generic.c
283
struct netbuf *
sys/rpc/rpc_generic.c
294
__rpc_taddr2uaddr_af(int af, const struct netbuf *nbuf)
sys/rpc/rpc_generic.c
356
struct netbuf *
sys/rpc/rpc_generic.c
359
struct netbuf *ret = NULL;
sys/rpc/rpc_generic.c
397
ret = (struct netbuf *)malloc(sizeof *ret, M_RPC, M_WAITOK);
sys/rpc/rpcb_clnt.c
81
const struct netbuf *address) /* Services netconfig address */
sys/rpc/rpcb_clnt.c
89
struct netbuf addresscopy;
sys/rpc/rpcb_clnt.h
67
const struct netconfig *, const struct netbuf *);
sys/rpc/rpcb_clnt.h
78
const struct netbuf *);
sys/rpc/rpcb_clnt.h
80
const struct netconfig *, struct netbuf *,
sys/rpc/rpcb_clnt.h
83
extern char *rpcb_taddr2uaddr(struct netconfig *, struct netbuf *);
sys/rpc/rpcb_clnt.h
84
extern struct netbuf *rpcb_uaddr2taddr(struct netconfig *, char *);
sys/rpc/rpcb_prot.h
339
extern "C" bool_t xdr_netbuf(XDR *, struct netbuf *);
sys/rpc/rpcb_prot.h
342
extern bool_t xdr_netbuf(XDR *, struct netbuf *);
sys/rpc/rpcb_prot.h
513
extern struct netbuf * rpcbproc_uaddr2taddr_3(char **, CLIENT *);
sys/rpc/rpcb_prot.h
514
extern struct netbuf * rpcbproc_uaddr2taddr_3_svc(char **, struct svc_req *);
sys/rpc/rpcb_prot.h
516
extern char ** rpcbproc_taddr2uaddr_3(struct netbuf *, CLIENT *);
sys/rpc/rpcb_prot.h
517
extern char ** rpcbproc_taddr2uaddr_3_svc(struct netbuf *, struct svc_req *);
sys/rpc/rpcb_prot.h
535
extern struct netbuf * rpcbproc_uaddr2taddr_4(char **, CLIENT *);
sys/rpc/rpcb_prot.h
536
extern struct netbuf * rpcbproc_uaddr2taddr_4_svc(char **, struct svc_req *);
sys/rpc/rpcb_prot.h
537
extern char ** rpcbproc_taddr2uaddr_4(struct netbuf *, CLIENT *);
sys/rpc/rpcb_prot.h
538
extern char ** rpcbproc_taddr2uaddr_4_svc(struct netbuf *, struct svc_req *);
sys/rpc/svc.c
556
struct netbuf nb;
sys/rpc/svc_generic.c
82
struct netbuf *taddr;
sys/rpc/types.h
100
struct netbuf addr;
usr.bin/rpcinfo/rpcinfo.c
1228
static struct netbuf *nbuf;
usr.bin/rpcinfo/rpcinfo.c
128
static bool_t reply_proc(char *, const struct netbuf *,
usr.bin/rpcinfo/rpcinfo.c
134
static CLIENT *clnt_rpcbind_create(char *, int, struct netbuf **);
usr.bin/rpcinfo/rpcinfo.c
136
struct netbuf **);
usr.bin/rpcinfo/rpcinfo.c
1537
clnt_rpcbind_create(char *host, int rpcbversnum, struct netbuf **targaddr)
usr.bin/rpcinfo/rpcinfo.c
1569
u_long rpcbversnum, struct netbuf **targaddr)
usr.bin/rpcinfo/rpcinfo.c
1571
struct netbuf addr;
usr.bin/rpcinfo/rpcinfo.c
1588
(struct netbuf *)malloc(sizeof (struct netbuf));
usr.bin/rpcinfo/rpcinfo.c
588
reply_proc(char *res __unused, const struct netbuf *who,
usr.bin/rpcinfo/rpcinfo.c
881
struct netbuf *targaddr;
usr.sbin/inetd/inetd.c
1322
struct netbuf nbuf, nbuf2;
usr.sbin/mountd/mountd.c
1041
struct netbuf servaddr;
usr.sbin/nfsd/nfsd.c
153
struct netbuf nb_udp, nb_tcp, nb_udp6, nb_tcp6;
usr.sbin/rpc.lockd/lockd.c
659
struct netbuf servaddr;
usr.sbin/rpc.lockd/lockd.c
727
struct netbuf servaddr;
usr.sbin/rpc.statd/statd.c
526
struct netbuf servaddr;
usr.sbin/rpcbind/check_bound.c
107
add_bndlist(const struct netconfig *nconf, struct netbuf *baddr __unused)
usr.sbin/rpcbind/check_bound.c
158
struct netbuf *callee;
usr.sbin/rpcbind/check_bound.c
80
struct netbuf *na;
usr.sbin/rpcbind/rpcb_svc.c
74
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, char *,
usr.sbin/rpcbind/rpcb_svc_com.c
1026
netbufcmp(struct netbuf *n1, struct netbuf *n2)
usr.sbin/rpcbind/rpcb_svc_com.c
1032
netbuf_copybuf(struct netbuf *dst, const struct netbuf *src)
usr.sbin/rpcbind/rpcb_svc_com.c
1049
static struct netbuf *
usr.sbin/rpcbind/rpcb_svc_com.c
1050
netbufdup(struct netbuf *ap)
usr.sbin/rpcbind/rpcb_svc_com.c
1052
struct netbuf *np;
usr.sbin/rpcbind/rpcb_svc_com.c
1054
if ((np = calloc(1, sizeof(struct netbuf))) == NULL)
usr.sbin/rpcbind/rpcb_svc_com.c
106
static int netbufcmp(struct netbuf *, struct netbuf *);
usr.sbin/rpcbind/rpcb_svc_com.c
1064
netbuffree(struct netbuf *ap)
usr.sbin/rpcbind/rpcb_svc_com.c
107
static struct netbuf *netbufdup(struct netbuf *);
usr.sbin/rpcbind/rpcb_svc_com.c
108
static void netbuffree(struct netbuf *);
usr.sbin/rpcbind/rpcb_svc_com.c
370
static struct netbuf nbuf;
usr.sbin/rpcbind/rpcb_svc_com.c
371
static struct netbuf *taddr;
usr.sbin/rpcbind/rpcb_svc_com.c
392
struct netbuf *taddr = arg;
usr.sbin/rpcbind/rpcb_svc_com.c
601
struct netbuf *caller;
usr.sbin/rpcbind/rpcb_svc_com.c
606
struct netbuf *na = NULL;
usr.sbin/rpcbind/rpcb_svc_com.c
617
struct netbuf tbuf;
usr.sbin/rpcbind/rpcb_svc_com.c
84
struct netbuf *caller_addr;
usr.sbin/rpcbind/rpcb_svc_com.c
911
forward_register(u_int32_t caller_xid, struct netbuf *caller_addr,
usr.sbin/rpcbind/rpcbind.c
144
struct netbuf *);
usr.sbin/rpcbind/rpcbind.c
502
struct netbuf nb;
usr.sbin/rpcbind/rpcbind.c
544
struct netbuf nb;
usr.sbin/rpcbind/rpcbind.c
784
struct netbuf *addr)
usr.sbin/rpcbind/rpcbind.h
132
int is_loopback(struct netbuf *);
usr.sbin/rpcbind/rpcbind.h
141
char *addrmerge(struct netbuf *caller, const char *serv_uaddr,
usr.sbin/rpcbind/rpcbind.h
92
int add_bndlist(const struct netconfig *, struct netbuf *);
usr.sbin/rpcbind/security.c
124
is_loopback(struct netbuf *nbuf)
usr.sbin/rpcbind/security.c
60
struct netbuf *caller = svc_getrpccaller(xprt);
usr.sbin/rpcbind/tests/addrmerge_test.c
342
struct netbuf caller;
usr.sbin/rpcbind/tests/addrmerge_test.c
374
struct netbuf caller;
usr.sbin/rpcbind/tests/addrmerge_test.c
403
struct netbuf caller;
usr.sbin/rpcbind/util.c
112
addrmerge(struct netbuf *caller, const char *serv_uaddr,
usr.sbin/rpcbind/util.c
116
struct netbuf *serv_nbp = NULL, *hint_nbp = NULL, tbuf;
usr.sbin/ypbind/yp_ping.c
213
struct netbuf addr;
usr.sbin/ypserv/yp_main.c
261
struct netbuf svcaddr;