HomeSort by: relevance | last modified time | path
    Searched refs:npfctl_parse_icmp (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/npf/npfctl/
npfctl.h 153 npfvar_t * npfctl_parse_icmp(int, int, int);
npf_parse.y 917 $$ = npfctl_parse_icmp($<num>0, $2, -1);
921 $$ = npfctl_parse_icmp($<num>0, $2, $4);
925 $$ = npfctl_parse_icmp($<num>0, $2,
931 $$ = npfctl_parse_icmp($<num>0, $2,
npf_data.c 662 npfctl_parse_icmp(int proto __unused, int type, int code) function in typeref:typename:npfvar_t *

Completed in 13 milliseconds