Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dipft_tx.c33 static int text_readip __P((char *, int, char **, int *));
40 struct ipread iptext = { text_open, text_close, text_readip, R_DO_CKSUM };
149 static int text_readip(buf, cnt, ifn, dir) in text_readip() function