Searched refs:sunrpc_msg (Results 1 – 5 of 5) sorted by relevance
/external/tcpdump/ |
D | print-sunrpc.c | 73 register const struct sunrpc_msg *rp; in sunrpcrequest_print() 81 rp = (struct sunrpc_msg *)bp; in sunrpcrequest_print()
|
D | print-nfs.c | 52 static void xid_map_enter(const struct sunrpc_msg *, const u_char *); 53 static int32_t xid_map_find(const struct sunrpc_msg *, const u_char *, 55 static void interp_reply(const struct sunrpc_msg *, u_int32_t, u_int32_t, int); 289 register const struct sunrpc_msg *rp; in nfsreply_print() 298 rp = (const struct sunrpc_msg *)bp; in nfsreply_print() 394 parsereq(register const struct sunrpc_msg *rp, register u_int length) in parsereq() 496 register const struct sunrpc_msg *rp; in nfsreq_print() 505 rp = (const struct sunrpc_msg *)bp; in nfsreq_print() 890 xid_map_enter(const struct sunrpc_msg *rp, const u_char *bp) in xid_map_enter() 938 xid_map_find(const struct sunrpc_msg *rp, const u_char *bp, u_int32_t *proc, in xid_map_find() [all …]
|
D | rpc_msg.h | 117 struct sunrpc_msg { struct
|
D | print-udp.c | 472 register struct sunrpc_msg *rp; in udp_print() 488 rp = (struct sunrpc_msg *)(up + 1); in udp_print() 538 register struct sunrpc_msg *rp; in udp_print() 541 rp = (struct sunrpc_msg *)(up + 1); in udp_print()
|
D | print-tcp.c | 234 if ((u_char *)tp + 4 + sizeof(struct sunrpc_msg) <= snapend && in tcp_print() 239 } else if ((u_char *)tp + 4 + sizeof(struct sunrpc_msg) in tcp_print()
|