Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-isoclns.c69 #define CLNP_FLAG_MASK 0xE0 macro
874 clnp_flags = GET_U_1(clnp_header->type) & CLNP_FLAG_MASK; in clnp_print()