/src/usr.sbin/npf/npfctl/ |
npfctl.h | 259 void npfctl_build_natseg(int, int, unsigned, const char *,
|
npf_parse.y | 447 npfctl_build_natseg($3, $7, $5, $2, &$6, &$8, $11, &$12, $4); 451 npfctl_build_natseg($3, $7, $5, $2, &$6, &$8, NULL, NULL, $4); 455 npfctl_build_natseg($3, $8, $5, $2, &$7, &$9, $6, NULL, $4);
|
npf_build.c | 984 * npfctl_build_natseg: validate and create NAT policies. 987 npfctl_build_natseg(int sd, int type, unsigned mflags, const char *ifname, function in typeref:typename:void
|