Searched refs:hex_readip (Results 1 – 1 of 1) sorted by relevance
21 static int hex_readip __P((char *, int, char **, int *));24 struct ipread iphex = { hex_open, hex_close, hex_readip, 0 };57 static int hex_readip(buf, cnt, ifn, dir) in hex_readip() function