Searched refs:PF_RT_IFNAME (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.h | 223 PF_RT_IFNAME = 5, /* string */ enumerator
|
| H A D | pf_nl.c | 747 { .type = PF_RT_IFNAME, .off = _OUT(ifname), .arg = (void *)IFNAMSIZ, .cb = nlattr_get_chara }, 915 nlattr_add_string(nw, PF_RT_IFNAME, rule->ifname); in nlattr_add_rule()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.c | 1245 snl_add_msg_attr_string(nw, PF_RT_IFNAME, r->ifname); in snl_add_msg_attr_pf_rule() 1633 …{ .type = PF_RT_IFNAME, .off = _OUT(r.ifname), .arg = (void *)IFNAMSIZ, .cb = snl_attr_copy_string…
|