OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:token_rseg
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
token.h
41
#define RING_NUMBER(trp, x) ((ntohs((trp)->
token_rseg
[x]) & 0xfff0) >> 4)
42
#define BRIDGE_NUMBER(trp, x) ((ntohs((trp)->
token_rseg
[x]) & 0x000f))
51
u_int16_t
token_rseg
[ROUTING_SEGMENT_MAX];
member in struct:token_header
print-token.c
141
printf(":%x", ntohs(trp->
token_rseg
[seg]));
Completed in 58 milliseconds