Searched defs:cmd_ctl (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/sys/net/ipfw3_basic/ |
H A D | ip_fw3_basic.c | 165 check_count(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_count() 175 check_skipto(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_skipto() 188 check_forward(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_forward() 236 check_in(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_in() 244 check_out(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_out() 252 check_via(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_via() 262 check_proto(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_proto() 270 check_prob(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_prob() 278 check_from(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_from() 297 check_from_lookup(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_from_lookup() [all …]
|
H A D | ip_fw3_state.c | 153 check_check_state(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_check_state() 237 check_keep_state(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_keep_state()
|
/dflybsd-src/sys/net/ipfw3_layer2/ |
H A D | ip_fw3_layer2.c | 66 check_layer2(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_layer2() 74 check_mac(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_mac() 92 check_mac_from(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_mac_from() 110 check_mac_from_lookup(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_mac_from_lookup() 135 check_mac_to(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_mac_to() 153 check_mac_to_lookup(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_mac_to_lookup()
|
/dflybsd-src/sys/net/ipfw3_layer4/ |
H A D | ip_fw3_layer4.c | 144 check_tcpflag(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_tcpflag() 153 check_uid(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_uid() 162 check_gid(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_gid() 173 void check_established(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_established() 194 check_bpf(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_bpf()
|
/dflybsd-src/sys/net/ipfw3/ |
H A D | ip_fw3.c | 247 check_accept(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_accept() 258 check_deny(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_deny() 483 int cmd_ctl; in ip_fw3_chk() local
|
/dflybsd-src/sys/net/dummynet3/ |
H A D | ip_dummynet3.c | 82 check_pipe(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_pipe() 92 check_queue(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_queue()
|
/dflybsd-src/sys/net/ipfw3_nat/ |
H A D | ip_fw3_nat.c | 143 check_nat(int *cmd_ctl, int *cmd_val, struct ip_fw_args **args, in check_nat()
|