Searched refs:IS_LENDIAN (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-krb.c156 #define IS_LENDIAN(kp) (((kp)->type & 0x01) != 0) macro
157 #define KTOHSP(kp, cp) (IS_LENDIAN(kp) ? EXTRACT_LE_16BITS(cp) : EXTRACT_16BITS(cp))
169 IS_LENDIAN(kp) ? "le" : "be", tok2str(type2str, NULL, type)));

Completed in 199 milliseconds