OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sunrpc_msg
(Results
1 - 5
of
5
) sorted by null
/external/tcpdump/
rpc_msg.h
116
struct
sunrpc_msg
{
struct
print-sunrpc.c
172
register const struct
sunrpc_msg
*rp;
180
rp = (struct
sunrpc_msg
*)bp;
print-nfs.c
49
static int xid_map_enter(netdissect_options *, const struct
sunrpc_msg
*, const u_char *);
50
static int xid_map_find(const struct
sunrpc_msg
*, const u_char *,
52
static void interp_reply(netdissect_options *, const struct
sunrpc_msg
*, uint32_t, uint32_t, int);
336
register const struct
sunrpc_msg
*rp;
340
rp = (const struct
sunrpc_msg
*)bp;
367
register const struct
sunrpc_msg
*rp;
375
rp = (const struct
sunrpc_msg
*)bp;
429
register const struct
sunrpc_msg
*rp, register u_int length)
535
register const struct
sunrpc_msg
*rp;
545
rp = (const struct
sunrpc_msg
*)bp
[
all
...]
print-udp.c
403
register struct
sunrpc_msg
*rp;
419
rp = (struct
sunrpc_msg
*)(up + 1);
490
register struct
sunrpc_msg
*rp;
493
rp = (struct
sunrpc_msg
*)(up + 1);
print-tcp.c
732
register struct
sunrpc_msg
*rp;
738
rp = (struct
sunrpc_msg
*)(bp + 4);
[
all
...]
Completed in 470 milliseconds