Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-nsh.c50 #define NSH_FLAGS(x) (((x) & 0x30000000) >> 28) macro
134 bittok2str_nosep(nsh_flags, "none", NSH_FLAGS(basehdr))); in nsh_print()