Home
last modified time | relevance | path

Searched refs:pcapint_strcasecmp (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/libpcap/dist/
Dgrammar.y.in243 if (pcapint_strcasecmp(toks[i].s, str) == 0) {
792 if (pcapint_strcasecmp($2, "i") == 0) {
794 } else if (pcapint_strcasecmp($2, "s") == 0) {
796 } else if (pcapint_strcasecmp($2, "u") == 0) {
820 if (pcapint_strcasecmp($1, "nods") == 0)
822 else if (pcapint_strcasecmp($1, "tods") == 0)
824 else if (pcapint_strcasecmp($1, "fromds") == 0)
826 else if (pcapint_strcasecmp($1, "dstods") == 0)
Dpcap.c1885 if (pcapint_strcasecmp(scheme, "file") == 0) {
1905 if ((pcapint_strcasecmp(scheme, "rpcap") == 0 ||
1906 pcapint_strcasecmp(scheme, "rpcaps") == 0) &&
3209 pcapint_strcasecmp(const char *s1, const char *s2) function
3392 if (pcapint_strcasecmp(dlt_choices[i].name, name) == 0)
3459 if (pcapint_strcasecmp(tstamp_type_choices[i].name, name) == 0)
Dpcap-int.h587 int pcapint_strcasecmp(const char *, const char *);
/netbsd/src/external/bsd/libpcap/lib/
Dpcap.expsym236 pcapint_strcasecmp