Searched refs:ipread (Results 1 – 8 of 8) sorted by relevance
/freebsd/sbin/ipf/ipsend/ |
H A D | ipresend.c | 28 extern struct ipread pcap, iphex, iptext; 66 struct ipread *ipr = NULL; in main()
|
H A D | ipsend.h | 45 extern int ip_resend(char *, int, struct ipread *, struct in_addr, char *);
|
H A D | resend.c | 62 ip_resend(char *dev, int mtu, struct ipread *r, struct in_addr gwip, in ip_resend()
|
/freebsd/sbin/ipf/common/ |
H A D | ipt.h | 25 struct ipread { struct
|
/freebsd/sbin/ipf/libipf/ |
H A D | ipft_hx.c | 21 struct ipread iphex = { hex_open, hex_close, hex_readip, 0 };
|
H A D | ipft_pc.c | 59 struct ipread pcap = { ipcap_open, ipcap_close, ipcap_readip, 0 };
|
H A D | ipft_tx.c | 27 struct ipread iptext = { text_open, text_close, text_readip, R_DO_CKSUM };
|
/freebsd/sbin/ipf/ipftest/ |
H A D | ipftest.c | 14 extern struct ipread pcap, iptext, iphex; 67 struct ipread *r; in main()
|