Home
last modified time | relevance | path

Searched refs:icmpcodeent (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sbin/pfctl/
H A Dpfctl_parser.h318 struct icmpcodeent { struct
326 const struct icmpcodeent *geticmpcodebynumber(u_int8_t, u_int8_t, u_int8_t); argument
327 const struct icmpcodeent *geticmpcodebyname(u_long, char *, u_int8_t);
H A Dpfctl_parser.c141 static const struct icmpcodeent icmp_code[] = {
174 static const struct icmpcodeent icmp6_code[] = {
264 const struct icmpcodeent *
285 const struct icmpcodeent *
730 const struct icmpcodeent *ic, *ic6; in print_rule()
850 const struct icmpcodeent *ic; in print_rule()
H A Dparse.y3575 const struct icmpcodeent *p;
3620 const struct icmpcodeent *p;
6369 const struct icmpcodeent *p; in parseicmpspec()