Home
last modified time | relevance | path

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

/src/sbin/ipf/ipsend/
H A Diptest.c163 ip_test2(dev, mtu, (ip_t *)ti, gwip, pointtest); in main()
182 ip_test2(dev, mtu, (ip_t *)ti, gwip, pointtest); in main()
H A Dipsend.h48 extern void ip_test2(char *, int, ip_t *, struct in_addr, int);
H A Diptests.c439 void ip_test2(dev, mtu, ip, gwip, ptest) in ip_test2() function