Searched defs:pcap_strcasecmp (Results 1 - 1 of 1) sorted by relevance

/external/libpcap/
H A Dpcap.c1079 pcap_strcasecmp(const char *s1, const char *s2) function
1215 if (pcap_strcasecmp(dlt_choices[i].name + sizeof("DLT_") - 1,
1267 if (pcap_strcasecmp(tstamp_type_choices[i].name, name) == 0)

Completed in 115 milliseconds