Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A 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)
H A Dpcap-int.h581 int pcapint_strcasecmp(const char *, const char *);
H A Dpcap.c1876 if (pcapint_strcasecmp(scheme, "file") == 0) {
1896 if ((pcapint_strcasecmp(scheme, "rpcap") == 0 ||
1897 pcapint_strcasecmp(scheme, "rpcaps") == 0) &&
3200 pcapint_strcasecmp(const char *s1, const char *s2) function
3383 if (pcapint_strcasecmp(dlt_choices[i].name, name) == 0)
3450 if (pcapint_strcasecmp(tstamp_type_choices[i].name, name) == 0)