Changeset View
Changeset View
Standalone View
Standalone View
sys/netpfil/pf/pf.h
Context not available. | |||||
#define key32 pfk.key32 | #define key32 pfk.key32 | ||||
}; | }; | ||||
struct pf_mape_portset { | |||||
u_int8_t offset; | |||||
u_int8_t psidlen; | |||||
u_int16_t psid; | |||||
}; | |||||
struct pf_pool { | struct pf_pool { | ||||
struct pf_palist list; | struct pf_palist list; | ||||
struct pf_pooladdr *cur; | struct pf_pooladdr *cur; | ||||
struct pf_poolhashkey key; | struct pf_poolhashkey key; | ||||
struct pf_addr counter; | struct pf_addr counter; | ||||
struct pf_mape_portset mape; | |||||
int tblidx; | int tblidx; | ||||
u_int16_t proxy_port[2]; | u_int16_t proxy_port[2]; | ||||
u_int8_t opts; | u_int8_t opts; | ||||
Context not available. |