OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:token_rcf
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
token.h
37
#define BROADCAST(trp) ((ntohs((trp)->
token_rcf
) & 0xE000) >> 13)
38
#define RIF_LENGTH(trp) ((ntohs((trp)->
token_rcf
) & 0x1f00) >> 8)
39
#define DIRECTION(trp) ((ntohs((trp)->
token_rcf
) & 0x0080) >> 7)
40
#define LARGEST_FRAME(trp) ((ntohs((trp)->
token_rcf
) & 0x0070) >> 4)
50
u_int16_t
token_rcf
;
member in struct:token_header
print-token.c
138
printf("rt = %x", ntohs(trp->
token_rcf
));
Completed in 568 milliseconds