Searched refs:r_action (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libpfctl/ |
H A D | libpfctl.h | 538 uint8_t r_action, const char *anchor, uint32_t *nr, int which); 540 uint8_t r_action, const char *anchor, uint32_t nr, struct pfioc_pooladdr *pa,
|
H A D | libpfctl.c | 2789 snl_add_msg_attr_u8(&nw, PF_AA_R_ACTION, pa->r_action); in pfctl_add_addr() 2817 uint8_t r_action, const char *anchor, uint32_t *nr, int which) in pfctl_get_addrs() argument 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 }, 2879 uint8_t r_action, const char *anchor, uint32_t nr, struct pfioc_pooladdr *pa, in pfctl_get_addr() argument 2897 snl_add_msg_attr_u8(&nw, PF_AA_R_ACTION, r_action); in pfctl_get_addr()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl.c | 959 u_int32_t ticket, int r_action, char *anchorname, int which) in pfctl_get_pool() argument 967 if ((ret = pfctl_get_addrs(pfh, ticket, nr, r_action, anchorname, &mpnr, which)) != 0) { in pfctl_get_pool() 974 if ((ret = pfctl_get_addr(pfh, ticket, nr, r_action, anchorname, pnr, &pp, which)) != 0) { in pfctl_get_pool()
|
/freebsd/sys/net/ |
H A D | pfvar.h | 1818 u_int8_t r_action; member 2582 u_int8_t r_action; member
|
/freebsd/sys/netpfil/pf/ |
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()
|
H A D | pf_ioctl.c | 2648 pool = pf_get_kpool(pp->anchor, pp->ticket, pp->r_action, in pf_ioctl_get_addrs() 2677 pool = pf_get_kpool(pp->anchor, pp->ticket, pp->r_action, in pf_ioctl_get_addr() 4514 pool = pf_get_kpool(pca->anchor, pca->ticket, pca->r_action, in pfioctl()
|