Searched refs:ipread (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dipt.h17 struct ipread { struct
/netbsd-6-1-5-RELEASE/dist/ipf/ipsend/
H A Dipresend.c35 extern struct ipread snoop, pcap, etherf, iphex, tcpd, iptext;
90 struct ipread *ipr = NULL;
H A Dipsend.h55 extern int ip_resend __P((char *, int, struct ipread *, struct in_addr, char *));
H A Dresend.c79 struct ipread *r;
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dipft_ef.c43 struct ipread etherf = { etherf_open, etherf_close, etherf_readip, 0 };
H A Dipft_hx.c26 struct ipread iphex = { hex_open, hex_close, hex_readip, 0 };
H A Dipft_sn.c52 struct ipread snoop = { snoop_open, snoop_close, snoop_readip, 0 };
H A Dipft_td.c53 struct ipread tcpd = { tcpd_open, tcpd_close, tcpd_readip, 0 };
H A Dipft_pc.c83 struct ipread pcap = { pcap_open, pcap_close, pcap_readip, 0 };
H A Dipft_tx.c38 struct ipread iptext = { text_open, text_close, text_readip, R_DO_CKSUM };
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipftest.c20 extern struct ipread snoop, etherf, tcpd, pcap, iptext, iphex;
85 struct ipread *r;

Completed in 137 milliseconds