Searched refs:parseicmpspec (Results 1 – 1 of 1) sorted by relevance
363 u_int16_t parseicmpspec(char *, sa_family_t);2805 if (!($$ = parseicmpspec($1, AF_INET))) {2824 if (!($$ = parseicmpspec($1, AF_INET6))) {6367 parseicmpspec(char *w, sa_family_t af) in parseicmpspec() function