Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-fr.c713 #define IE_IS_SINGLE_OCTET(iecode) ((iecode) & 0x80) argument
714 #define IE_IS_SHIFT(iecode) (((iecode) & 0xF0) == 0x90) argument
715 #define IE_SHIFT_IS_NON_LOCKING(iecode) ((iecode) & 0x08) argument
716 #define IE_SHIFT_IS_LOCKING(iecode) (!(IE_SHIFT_IS_NON_LOCKING(iecode))) argument
717 #define IE_SHIFT_CODESET(iecode) ((iecode) & 0x07) argument
813 u_int iecode; in q933_print() local
879 iecode = GET_U_1(p); in q933_print()
979 iecode = GET_U_1(p); in q933_print()
1032 "unknown", iecode), in q933_print()
1033 iecode, in q933_print()
[all …]