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

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

Completed in 39 milliseconds