Searched refs:parseicmpspec (Results 1 – 1 of 1) sorted by relevance
388 u_int16_t parseicmpspec(char *, sa_family_t);3137 if (!($$ = parseicmpspec($1, AF_INET))) {3156 if (!($$ = parseicmpspec($1, AF_INET6))) {7021 parseicmpspec(char *w, sa_family_t af) in parseicmpspec() function