Searched refs:r_action (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libpfctl/ |
H A D | libpfctl.h | 526 uint8_t r_action, const char *anchor, uint32_t *nr); 528 uint8_t r_action, const char *anchor, uint32_t nr, struct pfioc_pooladdr *pa);
|
H A D | libpfctl.c | 2793 snl_add_msg_attr_u8(&nw, PF_AA_R_ACTION, pa->r_action); in pfctl_add_addr() 2821 uint8_t r_action, const char *anchor, uint32_t *nr) in pfctl_get_addrs() argument 2838 snl_add_msg_attr_u8(&nw, PF_AA_R_ACTION, r_action); in pfctl_get_addrs() 2871 { .type = PF_AA_R_ACTION, .off = _OUT(r_action), .cb = snl_attr_get_uint8 }, 2883 uint8_t r_action, const char *anchor, uint32_t nr, struct pfioc_pooladdr *pa) in pfctl_get_addr() argument 2900 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) in pfctl_get_pool() argument 967 if ((ret = pfctl_get_addrs(pfh, ticket, nr, r_action, anchorname, &mpnr)) != 0) { in pfctl_get_pool() 974 if ((ret = pfctl_get_addr(pfh, ticket, nr, r_action, anchorname, pnr, &pp)) != 0) { in pfctl_get_pool()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.c | 1537 { .type = PF_AA_R_ACTION, .off = _OUT(r_action), .cb = nlattr_get_uint8 }, 1624 nlattr_add_u8(nw, PF_AA_R_ACTION, attrs.r_action); in pf_handle_get_addr()
|
H A D | pf_ioctl.c | 2621 pool = pf_get_kpool(pp->anchor, pp->ticket, pp->r_action, in pf_ioctl_get_addrs() 2646 pool = pf_get_kpool(pp->anchor, pp->ticket, pp->r_action, in pf_ioctl_get_addr() 4462 pool = pf_get_kpool(pca->anchor, pca->ticket, pca->r_action, in pfioctl()
|
/freebsd/sys/net/ |
H A D | pfvar.h | 1771 u_int8_t r_action; member
|