Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-telnet.c97 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
100 numstr(int x) in numstr() function
Dprint-isakmp.c92 static char *numstr(int);
143 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
1042 printf(" type=%s", numstr(ntohs(n.type))); in isakmp_n_print()
1046 printf(" type=%s", numstr(ntohs(n.type))); in isakmp_n_print()
1066 printf(" type=%s", numstr(ntohs(n.type))); in isakmp_n_print()
1260 numstr(int x) in numstr() function