Home
last modified time | relevance | path

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

/freebsd/libexec/rc/
H A Drc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
86 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
88 ${fwcmd} add 400 deny all from any to ::1
89 ${fwcmd} add 500 deny all from ::1 to any
102 ${fwcmd} add pass ipv6-icmp from :: to ff02::/16
104 ${fwcmd} add pass ipv6-icmp from fe80::/10 to fe80::/10
105 ${fwcmd} add pass ipv6-icmp from fe80::/10 to ff02::/16
108 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 1
111 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 2,135,136
[all …]
/freebsd/sys/dev/oce/
H A Doce_mbox.c82 struct ioctl_common_function_reset *fwcmd; in oce_reset_fun() local
101 fwcmd = (struct ioctl_common_function_reset *)&mbx->payload; in oce_reset_fun()
102 mbx_common_req_hdr_init(&fwcmd->hdr, 0, 0, in oce_reset_fun()
290 struct mbx_get_common_fw_version *fwcmd; in oce_get_fw_version() local
295 fwcmd = (struct mbx_get_common_fw_version *)&mbx.payload; in oce_get_fw_version()
296 mbx_common_req_hdr_init(&fwcmd->hdr, 0, 0, in oce_get_fw_version()
309 ret = fwcmd->hdr.u0.rsp.status; in oce_get_fw_version()
314 fwcmd->hdr.u0.rsp.additional_status); in oce_get_fw_version()
318 bcopy(fwcmd->params.rsp.fw_ver_str, sc->fw_version, 32); in oce_get_fw_version()
335 struct mbx_get_common_fw_version *fwcmd; in oce_first_mcc_cmd() local
[all …]
H A Doce_queue.c357 struct mbx_delete_nic_wq *fwcmd; in oce_wq_del() local
363 fwcmd = (struct mbx_delete_nic_wq *)&mbx.payload; in oce_wq_del()
364 fwcmd->params.req.wq_id = wq->wq_id; in oce_wq_del()
524 struct mbx_delete_nic_rq *fwcmd; in oce_rq_del() local
530 fwcmd = (struct mbx_delete_nic_rq *)&mbx.payload; in oce_rq_del()
531 fwcmd->params.req.rq_id = rq->rq_id; in oce_rq_del()
602 struct mbx_destroy_common_eq *fwcmd; in oce_eq_del() local
607 fwcmd = (struct mbx_destroy_common_eq *)&mbx.payload; in oce_eq_del()
608 fwcmd->params.req.id = eq->eq_id; in oce_eq_del()
633 struct mbx_create_common_mq_ex *fwcmd = NULL; in oce_mq_create() local
[all …]