Searched refs:pcapint_strcasecmp (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | grammar.y.in | 243 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 D | pcap-int.h | 581 int pcapint_strcasecmp(const char *, const char *);
|
H A D | pcap.c | 1876 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)
|