Searched refs:HDIR_SET (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64stl_control.c | 495 { IP_FW_NAT64STL_CREATE, 0, HDIR_SET, nat64stl_create }, 496 { IP_FW_NAT64STL_DESTROY,0, HDIR_SET, nat64stl_destroy }, 500 { IP_FW_NAT64STL_RESET_STATS,0, HDIR_SET, nat64stl_reset_stats },
|
| H A D | nat64clat_control.c | 490 { IP_FW_NAT64CLAT_CREATE, 0, HDIR_SET, nat64clat_create }, 491 { IP_FW_NAT64CLAT_DESTROY,0, HDIR_SET, nat64clat_destroy }, 495 { IP_FW_NAT64CLAT_RESET_STATS,0, HDIR_SET, nat64clat_reset_stats },
|
| H A D | nat64lsn_control.c | 816 { IP_FW_NAT64LSN_DESTROY,0, HDIR_SET, nat64lsn_destroy }, 820 { IP_FW_NAT64LSN_RESET_STATS,0, HDIR_SET, nat64lsn_reset_stats },
|
| /f-stack/freebsd/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 909 { IP_FW_NPTV6_CREATE, 0, HDIR_SET, nptv6_create }, 910 { IP_FW_NPTV6_DESTROY,0, HDIR_SET, nptv6_destroy }, 914 { IP_FW_NPTV6_RESET_STATS,0, HDIR_SET, nptv6_reset_stats },
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_private.h | 676 #define HDIR_SET 0x01 /* Handler is used to set some data */ macro 678 #define HDIR_BOTH HDIR_GET|HDIR_SET
|
| H A D | ip_fw_sockopt.c | 149 { IP_FW_XZERO, 0, HDIR_SET, clear_rules }, 150 { IP_FW_XRESETLOG, 0, HDIR_SET, clear_rules }, 151 { IP_FW_XMOVE, 0, HDIR_SET, move_rules }, 152 { IP_FW_SET_SWAP, 0, HDIR_SET, manage_sets }, 153 { IP_FW_SET_MOVE, 0, HDIR_SET, manage_sets }, 154 { IP_FW_SET_ENABLE, 0, HDIR_SET, manage_sets }, 3700 if ((h.dir & HDIR_SET) != 0 && h.opcode != IP_FW_XRESETLOG) { in ipfw_ctl3() 3724 if ((h.dir & HDIR_SET) != 0) { in ipfw_ctl3()
|
| H A D | ip_fw_nat.c | 878 { IP_FW_NAT44_XCONFIG, 0, HDIR_SET, nat44_cfg }, 879 { IP_FW_NAT44_DESTROY, 0, HDIR_SET, nat44_destroy },
|
| H A D | ip_fw_table.c | 3276 { IP_FW_TABLE_XCREATE, 0, HDIR_SET, create_table }, 3277 { IP_FW_TABLE_XDESTROY, 0, HDIR_SET, flush_table_v0 }, 3278 { IP_FW_TABLE_XFLUSH, 0, HDIR_SET, flush_table_v0 }, 3289 { IP_FW_TABLE_XSWAP, 0, HDIR_SET, swap_table },
|