Home
last modified time | relevance | path

Searched refs:nlattr_get_uint16 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf_nl.c72 { .type = PF_ST_PROTO, .off = _OUT(proto), .cb = nlattr_get_uint16 },
454 { .type = PF_RAT_SRC_PORT, .off = _OUT(port[0]), .cb = nlattr_get_uint16 },
455 { .type = PF_RAT_DST_PORT, .off = _OUT(port[1]), .cb = nlattr_get_uint16 },
486 {. type = PF_MET_PSID, .off = _OUT(psid), .cb = nlattr_get_uint16 },
574 { .type = PF_PT_PROXY_SRC_PORT, .off = _OUT(proxy_port[0]), .cb = nlattr_get_uint16 },
575 { .type = PF_PT_PROXY_DST_PORT, .off = _OUT(proxy_port[1]), .cb = nlattr_get_uint16 },
703 { .type = PF_RT_DNPIPE, .off = _OUT(dnpipe), .cb = nlattr_get_uint16 },
704 { .type = PF_RT_DNRPIPE, .off = _OUT(dnrpipe), .cb = nlattr_get_uint16 },
710 { .type = PF_RT_RETURN_ICMP, .off = _OUT(return_icmp), .cb = nlattr_get_uint16 },
711 { .type = PF_RT_RETURN_ICMP6, .off = _OUT(return_icmp6), .cb = nlattr_get_uint16 },
[all …]
H A Dpflow.c1541 { .type = PFLOWNL_ADDR_PORT, .off = _OUT(in.sin_port), .cb = nlattr_get_uint16 },
1558 { .type = PFLOWNL_SET_VERSION, .off = _OUT(version), .cb = nlattr_get_uint16 },
/freebsd/sys/netlink/
H A Dnetlink_message_parser.h181 int nlattr_get_uint16(struct nlattr *nla, struct nl_pstate *npt,
H A Dnetlink_message_parser.c357 nlattr_get_uint16(struct nlattr *nla, struct nl_pstate *npt, const void *arg, in nlattr_get_uint32()
340 nlattr_get_uint16(struct nlattr *nla, struct nl_pstate *npt, const void *arg, void *target) nlattr_get_uint16() function
H A Dnetlink_generic.c246 { .type = CTRL_ATTR_FAMILY_ID , .off = _OUT(family_id), .cb = nlattr_get_uint16 },
/freebsd/sys/net/
H A Dif_vlan.c1241 { .type = IFLA_VLAN_ID, .off = _OUT(vlan_id), .cb = nlattr_get_uint16 },
1243 { .type = IFLA_VLAN_PROTOCOL, .off = _OUT(vlan_proto), .cb = nlattr_get_uint16 },
/freebsd/sys/netinet/
H A Dip_carp.c2819 { .type = CARP_NL_VRRP_ADV_INTER, .off = _OUT(vrrp_adv_inter), .cb = nlattr_get_uint16 },