HomeSort by relevance Sort by last modified time
    Searched refs:ND_ISASCII (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
util-print.c 77 if (!ND_ISASCII(c)) {
108 if (!ND_ISASCII(c)) {
158 if (!ND_ISASCII(c)) {
186 if (!ND_ISASCII(c)) {
222 if (!ND_ISASCII(c)) {
print-krb.c 110 if (!ND_ISASCII(c)) {
netdissect.h 348 #define ND_ISASCII(c) (!((c) & 0x80)) /* value is an ASCII code point */

Completed in 79 milliseconds