Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipsend/
H A Dipresend.c28 extern struct ipread pcap, iphex, iptext;
101 ipr = &iptext; in main()
/freebsd/sbin/ipf/ipftest/
H A Dipftest.c14 extern struct ipread pcap, iptext, iphex;
76 r = &iptext; in main()
127 r = &iptext; in main()
/freebsd/sbin/ipf/libipf/
H A Dipft_tx.c27 struct ipread iptext = { text_open, text_close, text_readip, R_DO_CKSUM }; variable