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