Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipt.h24 struct ipread { struct
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_ef.c41 struct ipread etherf = { etherf_open, etherf_close, etherf_readip, 0 };
H A Dipft_hx.c24 struct ipread iphex = { hex_open, hex_close, hex_readip, 0 };
H A Dipft_sn.c50 struct ipread snoop = { snoop_open, snoop_close, snoop_readip, 0 };
H A Dipft_td.c51 struct ipread tcpd = { tcpd_open, tcpd_close, tcpd_readip, 0 };
H A Dipft_pc.c81 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 };
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c17 extern struct ipread snoop, etherf, tcpd, pcap, iptext, iphex;
75 struct ipread *r;