Home
last modified time | relevance | path

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

/src/contrib/libpcap/
H A Dgrammar.y.in230 if (pcapint_strcasecmp(toks[i].s, str) == 0) {
779 if (pcapint_strcasecmp($2, "i") == 0) {
781 } else if (pcapint_strcasecmp($2, "s") == 0) {
783 } else if (pcapint_strcasecmp($2, "u") == 0) {
807 if (pcapint_strcasecmp($1, "nods") == 0)
809 else if (pcapint_strcasecmp($1, "tods") == 0)
811 else if (pcapint_strcasecmp($1, "fromds") == 0)
813 else if (pcapint_strcasecmp($1, "dstods") == 0)
H A Dpcap-int.h606 int pcapint_strcasecmp(const char *, const char *);
H A Dpcap.c1887 if (pcapint_strcasecmp(scheme, "file") == 0) {
1907 if ((pcapint_strcasecmp(scheme, "rpcap") == 0 ||
1908 pcapint_strcasecmp(scheme, "rpcaps") == 0) &&
3208 pcapint_strcasecmp(const char *s1, const char *s2) function
3421 if (pcapint_strcasecmp(dlt_choices[i].name, name) == 0)
3488 if (pcapint_strcasecmp(tstamp_type_choices[i].name, name) == 0)