Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-nsh.c54 #define NSH_NEXT_PROT(x) (((x) & 0x000000ff) >> 0) macro
125 next_protocol = NSH_NEXT_PROT(basehdr); in nsh_print()