Searched refs:PF_NL_DST_PORT (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.h | 357 PF_NL_DST_PORT = 7, /* u16 */ enumerator
|
H A D | pf_nl.c | 1259 { .type = PF_NL_DST_PORT, .off = _OUT(dport), .cb = nlattr_get_uint16 }, 1321 nlattr_add_u16(nw, PF_NL_DST_PORT, sk->port[didx]); in pf_handle_natlook()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 2478 { .type = PF_NL_DST_PORT, .off = _OUT(dport), .cb = snl_attr_get_uint16 }, 2508 snl_add_msg_attr_u16(&nw, PF_NL_DST_PORT, k->dport); in pfctl_natlook()
|