Lines Matching refs:op
874 traceroute_init(int op, char **argv) in traceroute_init() argument
902 op |= getopt32(argv, "^" in traceroute_init()
910 if (op & OPT_MAX_TTL) in traceroute_init()
912 if (op & OPT_PORT) in traceroute_init()
914 if (op & OPT_NPROBES) in traceroute_init()
916 if (op & OPT_WAITTIME) in traceroute_init()
918 if (op & OPT_PAUSE_MS) in traceroute_init()
920 if (op & OPT_FIRST_TTL) in traceroute_init()
927 if (op & OPT_USE_ICMP) { in traceroute_init()
935 if (op & OPT_IPV4) in traceroute_init()
937 if (op & OPT_IPV6) in traceroute_init()
947 if (op & OPT_USE_ICMP) in traceroute_init()
980 if (op & OPT_DEBUG) in traceroute_init()
987 if (op & OPT_USE_ICMP) in traceroute_init()
1001 if (op & OPT_USE_ICMP) in traceroute_init()
1016 if (op & OPT_TOS) { in traceroute_init()
1023 if (op & OPT_DONT_FRAGMNT) in traceroute_init()
1027 if (op & OPT_DEBUG) in traceroute_init()
1030 if (op & OPT_BYPASS_ROUTE) in traceroute_init()
1044 if (op & OPT_USE_ICMP) { in traceroute_init()
1054 if (op & OPT_USE_ICMP) { in traceroute_init()
1063 if (op & OPT_DEVICE) /* hmm, do we need error check? */ in traceroute_init()
1066 if (op & OPT_SOURCE) { in traceroute_init()
1111 if (op & OPT_SOURCE) in traceroute_init()
1117 common_traceroute_main(int op, char **argv) in common_traceroute_main() argument
1123 traceroute_init(op, argv); in common_traceroute_main()
1173 if (op & OPT_TTL_FLAG) { in common_traceroute_main()