Home
last modified time | relevance | path

Searched refs:text_open (Results 1 – 1 of 1) sorted by path

/freebsd/sbin/ipf/libipf/
H A Dipft_tx.c19 static int text_open(char *), text_close(void);
27 struct ipread iptext = { text_open, text_close, text_readip, R_DO_CKSUM };
82 text_open(char *fname) in text_open() function