Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-nfs.c48 static int xid_map_enter(netdissect_options *, const struct sunrpc_msg *, const u_char *);
49 static int xid_map_find(const struct sunrpc_msg *, const u_char *,
51 static void interp_reply(netdissect_options *, const struct sunrpc_msg *, uint32_t, uint32_t, int);
326 register const struct sunrpc_msg *rp; in nfsreply_print()
330 rp = (const struct sunrpc_msg *)bp; in nfsreply_print()
357 register const struct sunrpc_msg *rp; in nfsreply_print_noaddr()
365 rp = (const struct sunrpc_msg *)bp; in nfsreply_print_noaddr()
419 register const struct sunrpc_msg *rp, register u_int length) in parsereq()
525 register const struct sunrpc_msg *rp; in nfsreq_print_noaddr()
535 rp = (const struct sunrpc_msg *)bp; in nfsreq_print_noaddr()
[all …]
Dprint-sunrpc.c171 register const struct sunrpc_msg *rp; in sunrpcrequest_print()
177 rp = (const struct sunrpc_msg *)bp; in sunrpcrequest_print()
Drpc_msg.h116 struct sunrpc_msg { struct
Dprint-udp.c423 register const struct sunrpc_msg *rp; in udp_print()
439 rp = (const struct sunrpc_msg *)(up + 1); in udp_print()
506 register const struct sunrpc_msg *rp; in udp_print()
509 rp = (const struct sunrpc_msg *)(up + 1); in udp_print()
Dprint-tcp.c739 register const struct sunrpc_msg *rp; in tcp_print()
745 rp = (const struct sunrpc_msg *)(bp + 4); in tcp_print()