Lines Matching refs:port
405 uint16_t port; /* start udp dest port # for probe packets */ member
429 #define port (G.port ) macro
578 set_nport(&dest_lsa->u.sa, htons(port + seq)); in send_probe()
721 && up->dest == htons(port + seq) in packet4_ok()
724 && up->uh_dport == htons(port + seq) in packet4_ok()
896 port = 33434; in traceroute_init()
913 port = xatou16(port_str); in traceroute_init()
931 port = 0; /* on ICMP6 sockets, sendto(ipv6.nonzero_port) throws EINVAL! */ in traceroute_init()
939 dest_lsa = xhost_and_af2sockaddr(argv[0], port, af); in traceroute_init()
954 dest_lsa = xhost_and_af2sockaddr(argv[0], port, AF_INET); in traceroute_init()
1088 set_nport(&dest_lsa->u.sa, htons(port)); in traceroute_init()