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

  /src/usr.sbin/npf/npfctl/
npfctl.h 146 in_port_t npfctl_portno(const char *);
npf_data.c 346 p = npfctl_portno(data);
476 * npfctl_portno: convert port identifier (string) to a number.
481 npfctl_portno(const char *port) function in typeref:typename:in_port_t
npf_parse.y 910 | IDENTIFIER { $$ = npfctl_portno($1); }
911 | STRING { $$ = npfctl_portno($1); }

Completed in 43 milliseconds