Searched refs:hex_readip (Results 1 – 1 of 1) sorted by relevance
23 static int hex_readip __P((mb_t *, char **, int *));26 struct ipread iphex = { hex_open, hex_close, hex_readip, 0 };59 static int hex_readip(mb, ifn, dir) in hex_readip() function