Searched refs:ascii_strcasecmp (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | tcpdump.c | 1780 if (ascii_strcasecmp(optarg, "in") == 0) in main() 1782 else if (ascii_strcasecmp(optarg, "out") == 0) in main() 1784 else if (ascii_strcasecmp(optarg, "inout") == 0) in main() 1812 if (ascii_strcasecmp(optarg, "vat") == 0) in main() 1814 else if (ascii_strcasecmp(optarg, "wb") == 0) in main() 1816 else if (ascii_strcasecmp(optarg, "rpc") == 0) in main() 1818 else if (ascii_strcasecmp(optarg, "rtp") == 0) in main() 1820 else if (ascii_strcasecmp(optarg, "rtcp") == 0) in main() 1822 else if (ascii_strcasecmp(optarg, "snmp") == 0) in main() 1824 else if (ascii_strcasecmp(optarg, "cnfp") == 0) in main() [all …]
|
H A D | ascii_strcasecmp.h | 30 extern int ascii_strcasecmp(const char *, const char *);
|
H A D | ascii_strcasecmp.c | 59 ascii_strcasecmp(const char *s1, const char *s2) in ascii_strcasecmp() function
|
H A D | print-esp.c | 506 if(ascii_strcasecmp(decode,"sha1") == 0 || in espprint_decode_authalgo() 507 ascii_strcasecmp(decode,"md5") == 0) { in espprint_decode_authalgo() 601 if (spikey && ascii_strcasecmp(spikey, "file") == 0) { in esp_print_decode_onesecret() 632 if (spikey && ascii_strcasecmp(spikey, "ikev2") == 0) { in esp_print_decode_onesecret()
|
H A D | Makefile.in | 80 ascii_strcasecmp.c \ 275 ascii_strcasecmp.h \
|
H A D | util-print.c | 863 if (ascii_strcasecmp((const char *)token, cmd) == 0) { in txtproto_print()
|
H A D | INSTALL.md | 79 ascii_strcasecmp.c - locale-independent case-independent string comparison
|
H A D | CMakeLists.txt | 1219 ascii_strcasecmp.c
|
/freebsd/contrib/tcpdump/missing/ |
H A D | dlnames.c | 136 if (ascii_strcasecmp(dlt_choices[i].name + sizeof("DLT_") - 1, in pcap_datalink_name_to_val()
|
/freebsd/usr.sbin/tcpdump/tcpdump/ |
H A D | Makefile | 11 ascii_strcasecmp.c \
|