Home
last modified time | relevance | path

Searched refs:nowhere_ip (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/tests/skywalk/
H A Dskt_mpprotons.c48 static struct in_addr our_ip, dst_ip, zero_ip, nowhere_ip; variable
83 nowhere_ip = sktc_nowhere_in_addr(); in skt_protons_main()
99 skt_flow_req_should_succeed(AF_INET, &our_ip, &nowhere_ip, IPPROTO_TTP, 0, 0); in skt_protons_main()
H A Dskt_flow.c48 struct in_addr our_ip, dst_ip, zero_ip, nowhere_ip, multicast_ip, lo_ip; variable
246 nowhere_ip = sktc_nowhere_in_addr(); in skt_flow_req_main()
282 skt_flow_req_should_fail(AF_INET, &nowhere_ip, &zero_ip, IPPROTO_TCP, 1234, 0); in skt_flow_req_main()
H A Dskt_xfer.c3295 struct in_addr our_ip, peer_ip, nowhere_ip; in skt_xfer_flowmatch() local
3369 nowhere_ip = sktc_nowhere_in_addr(); in skt_xfer_flowmatch()
3400 IPPROTO_UDP, our_port, nowhere_ip, peer_port, &payload); in skt_xfer_flowmatch()