Home
last modified time | relevance | path

Searched refs:ipread (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/ipf/ipsend/
H A Dipresend.c28 extern struct ipread pcap, iphex, iptext;
66 struct ipread *ipr = NULL; in main()
H A Dipsend.h45 extern int ip_resend(char *, int, struct ipread *, struct in_addr, char *);
H A Dresend.c62 ip_resend(char *dev, int mtu, struct ipread *r, struct in_addr gwip, in ip_resend()
/freebsd/sbin/ipf/common/
H A Dipt.h25 struct ipread { struct
/freebsd/sbin/ipf/libipf/
H A Dipft_hx.c21 struct ipread iphex = { hex_open, hex_close, hex_readip, 0 };
H A Dipft_pc.c59 struct ipread pcap = { ipcap_open, ipcap_close, ipcap_readip, 0 };
H A Dipft_tx.c27 struct ipread iptext = { text_open, text_close, text_readip, R_DO_CKSUM };
/freebsd/sbin/ipf/ipftest/
H A Dipftest.c14 extern struct ipread pcap, iptext, iphex;
67 struct ipread *r; in main()