Searched refs:PF_AA_R_ACTION (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.h | 394 PF_AA_R_ACTION = 5, /* u8 */ enumerator
|
H A D | pf_nl.c | 1540 { .type = PF_AA_R_ACTION, .off = _OUT(r_action), .cb = nlattr_get_uint8 }, 1636 nlattr_add_u8(nw, PF_AA_R_ACTION, attrs.r_action); in pf_handle_get_addr()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 2789 snl_add_msg_attr_u8(&nw, PF_AA_R_ACTION, pa->r_action); in pfctl_add_addr() 2834 snl_add_msg_attr_u8(&nw, PF_AA_R_ACTION, r_action); in pfctl_get_addrs() 2868 { .type = PF_AA_R_ACTION, .off = _OUT(r_action), .cb = snl_attr_get_uint8 }, 2897 snl_add_msg_attr_u8(&nw, PF_AA_R_ACTION, r_action); in pfctl_get_addr()
|