HomeSort by relevance Sort by last modified time
    Searched refs:sunrpc_msg (Results 1 - 5 of 5) sorted by null

  /external/tcpdump/
rpc_msg.h 117 struct sunrpc_msg { struct
print-sunrpc.c 73 register const struct sunrpc_msg *rp;
81 rp = (struct sunrpc_msg *)bp;
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;
298 rp = (const struct sunrpc_msg *)bp;
394 parsereq(register const struct sunrpc_msg *rp, register u_int length)
496 register const struct sunrpc_msg *rp;
505 rp = (const struct sunrpc_msg *)bp;
890 xid_map_enter(const struct sunrpc_msg *rp, const u_char *bp)
938 xid_map_find(const struct sunrpc_msg *rp, const u_char *bp, u_int32_t *proc
    [all...]
print-udp.c 472 register struct sunrpc_msg *rp;
488 rp = (struct sunrpc_msg *)(up + 1);
538 register struct sunrpc_msg *rp;
541 rp = (struct sunrpc_msg *)(up + 1);
print-tcp.c 234 if ((u_char *)tp + 4 + sizeof(struct sunrpc_msg) <= snapend &&
239 } else if ((u_char *)tp + 4 + sizeof(struct sunrpc_msg)

Completed in 44 milliseconds