Home
last modified time | relevance | path

Searched refs:ascii_strcasecmp (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dtcpdump.c1748 if (ascii_strcasecmp(optarg, "in") == 0) in main()
1750 else if (ascii_strcasecmp(optarg, "out") == 0) in main()
1780 if (ascii_strcasecmp(optarg, "vat") == 0) in main()
1782 else if (ascii_strcasecmp(optarg, "wb") == 0) in main()
1784 else if (ascii_strcasecmp(optarg, "rpc") == 0) in main()
1786 else if (ascii_strcasecmp(optarg, "rtp") == 0) in main()
1788 else if (ascii_strcasecmp(optarg, "rtcp") == 0) in main()
1790 else if (ascii_strcasecmp(optarg, "snmp") == 0) in main()
1806 else if (ascii_strcasecmp(optarg, "pgm") == 0) in main()
1810 else if (ascii_strcasecmp(optarg, "lmp") == 0) in main()
[all …]
H A Dascii_strcasecmp.h30 extern int ascii_strcasecmp(const char *, const char *);
H A Dprint-esp.c500 if(ascii_strcasecmp(decode,"sha1") == 0 || in espprint_decode_authalgo()
501 ascii_strcasecmp(decode,"md5") == 0) { in espprint_decode_authalgo()
595 if (spikey && ascii_strcasecmp(spikey, "file") == 0) { in esp_print_decode_onesecret()
626 if (spikey && ascii_strcasecmp(spikey, "ikev2") == 0) { in esp_print_decode_onesecret()
H A Dascii_strcasecmp.c59 ascii_strcasecmp(const char *s1, const char *s2) in ascii_strcasecmp() function
H A Dutil-print.c836 if (ascii_strcasecmp((const char *)token, cmd) == 0) { in txtproto_print()
/dragonfly/usr.sbin/tcpdump/
H A DMakefile7 SRCS= addrtoname.c addrtostr.c af.c ascii_strcasecmp.c \