HomeSort by relevance Sort by last modified time
    Searched full:npfunc (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
print-isakmp.c 167 static const u_char *(*npfunc[])(netdissect_options *ndo, u_char tpay, variable
235 #define NPFUNC(x) \
236 (((x) < sizeof(npfunc)/sizeof(npfunc[0]) && npfunc[(x)]) \
237 ? npfunc[(x)] : NULL)
    [all...]

Completed in 48 milliseconds