Home
last modified time | relevance | path

Searched refs:sunrpc_msg (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-nfs.c46 static int xid_map_enter(netdissect_options *, const struct sunrpc_msg *, const u_char *);
47 static int xid_map_find(netdissect_options *, const struct sunrpc_msg *, const u_char *, uint32_t *…
48 static void interp_reply(netdissect_options *, const struct sunrpc_msg *, uint32_t, uint32_t, int);
335 const struct sunrpc_msg *rp; in nfsreply_print()
339 rp = (const struct sunrpc_msg *)bp; in nfsreply_print()
360 const struct sunrpc_msg *rp; in nfsreply_noaddr_print()
368 rp = (const struct sunrpc_msg *)bp; in nfsreply_noaddr_print()
421 const struct sunrpc_msg *rp, u_int length) in parsereq()
564 const struct sunrpc_msg *rp; in nfsreq_noaddr_print()
574 rp = (const struct sunrpc_msg *)bp; in nfsreq_noaddr_print()
[all …]
H A Dprint-sunrpc.c159 const struct sunrpc_msg *rp; in sunrpc_print()
166 rp = (const struct sunrpc_msg *)bp; in sunrpc_print()
H A Drpc_msg.h116 struct sunrpc_msg { struct
H A Dprint-udp.c426 const struct sunrpc_msg *rp; in udp_print()
442 rp = (const struct sunrpc_msg *)cp; in udp_print()
521 const struct sunrpc_msg *rp; in udp_print()
524 rp = (const struct sunrpc_msg *)cp; in udp_print()
H A Dprint-tcp.c800 const struct sunrpc_msg *rp; in tcp_print()
806 rp = (const struct sunrpc_msg *)(bp + 4); in tcp_print()