HomeSort by: relevance | last modified time | path
    Searched refs:pcapint_strcasecmp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libpcap/dist/
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)
pcap-int.h 587 int pcapint_strcasecmp(const char *, const char *);
pcap.c 1885 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)

Completed in 26 milliseconds