Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sunrpc.c73 register const struct sunrpc_msg *rp; in sunrpcrequest_print()
81 rp = (struct sunrpc_msg *)bp; in sunrpcrequest_print()
Dprint-nfs.c52 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 …]
Drpc_msg.h117 struct sunrpc_msg { struct
Dprint-udp.c472 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()
Dprint-tcp.c234 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()