Searched refs:parseicmpspec (Results 1 – 1 of 1) sorted by relevance
428 u_int16_t parseicmpspec(char *, sa_family_t);3174 if (!($$ = parseicmpspec($1, AF_INET))) {3193 if (!($$ = parseicmpspec($1, AF_INET6))) {7523 parseicmpspec(char *w, sa_family_t af) in parseicmpspec() function