Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-nsh.c54 #define NSH_LENGTH(x) (((x) & 0x003f0000) >> 16) macro
125 length = NSH_LENGTH(basehdr); in nsh_print()