Home
last modified time | relevance | path

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

/dragonfly/sys/net/ipfw3_basic/
H A Dip_fw3_state.c441 total_len += LEN_IOC_FW3_STATE; in ip_fw3_ctl_state_get()
456 total_len += LEN_IOC_FW3_STATE; in ip_fw3_ctl_state_get()
471 total_len += LEN_IOC_FW3_STATE; in ip_fw3_ctl_state_get()
486 total_len += LEN_IOC_FW3_STATE; in ip_fw3_ctl_state_get()
501 total_len += LEN_IOC_FW3_STATE; in ip_fw3_ctl_state_get()
516 total_len += LEN_IOC_FW3_STATE; in ip_fw3_ctl_state_get()
H A Dip_fw3_state.h49 #define LEN_IOC_FW3_STATE sizeof(struct ipfw3_ioc_state); macro
/dragonfly/sbin/ipfw3/
H A Dipfw3state.c164 int count = nbytes / LEN_IOC_FW3_STATE; in state_list()