Home
last modified time | relevance | path

Searched defs:nla_type (Results 1 – 9 of 9) sorted by relevance

/freebsd/tests/atf_python/sys/netlink/
H A Dattrs.py12 def __init__(self, nla_type, data): argument
23 def nla_type(self): member in NlAttr
80 def __init__(self, nla_type, val): argument
84 def get_nla(self, nla_type): argument
114 def __init__(self, nla_type, val): argument
141 def __init__(self, nla_type, val): argument
168 def __init__(self, nla_type, val): argument
195 def __init__(self, nla_type, val): argument
222 def __init__(self, nla_type, addr: str): argument
267 def __init__(self, nla_type, addr: str): argument
[all …]
H A Dmessage.py60 def _get_nla(self, nla_list, nla_type): argument
67 def get_nla(self, nla_type): argument
H A Dnetlink_generic.py242 def __init__(self, nla_type, val): argument
H A Dnetlink_route.py526 def __init__(self, nla_type, data): argument
545 def __init__(self, nla_type, family, addr: str): argument
/freebsd/sys/netlink/
H A Dnetlink_message_parser.c143 int nla_type = nla->nla_type & NLA_TYPE_MASK; nl_parse_attrs_raw() local
179 int nla_type = nla->nla_type & NLA_TYPE_MASK; nl_get_attrs_bmask_raw() local
189 nl_has_attr(const struct nlattr_bmask * bm,unsigned int nla_type) nl_has_attr() argument
[all...]
H A Dnetlink_message_writer.h194 nlattr_add_nested(struct nl_writer *nw, uint16_t nla_type) in nlattr_add_nested()
205 _nlmsg_reserve_attr(struct nl_writer *nw, uint16_t nla_type, uint16_t sz) in _nlmsg_reserve_attr()
H A Dnetlink.h233 uint16_t nla_type; /* Attribute type */ member
H A Dnetlink_snl.h465 int nla_type = nla->nla_type & NLA_TYPE_MASK; in snl_parse_attrs_raw() local
1122 snl_reserve_msg_attr_raw(struct snl_writer *nw, uint16_t nla_type, uint16_t sz) in snl_reserve_msg_attr_raw()
/freebsd/contrib/libfido2/src/
H A Dnetlink.c159 nla_type(const nlamsgbuf_t *a) in nla_type() function