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
279 def __init__(self, nla_type, text): 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; in nl_parse_attrs_raw() local
179 int nla_type = nla->nla_type & NLA_TYPE_MASK; in nl_get_attrs_bmask_raw() local
189 nl_has_attr(const struct nlattr_bmask *bm, unsigned int nla_type) in nl_has_attr()
H A Dnetlink_message_writer.h190 nlattr_add_nested(struct nl_writer *nw, uint16_t nla_type) in nlattr_add_nested()
201 _nlmsg_reserve_attr(struct nl_writer *nw, uint16_t nla_type, uint16_t sz) in _nlmsg_reserve_attr()
H A Dnetlink.h237 uint16_t nla_type; /* Attribute type */ member
H A Dnetlink_snl.h456 int nla_type = nla->nla_type & NLA_TYPE_MASK; in snl_parse_attrs_raw() local
1113 _snl_reserve_msg_attr(struct snl_writer *nw, uint16_t nla_type, uint16_t sz) in _snl_reserve_msg_attr()
/freebsd/contrib/libfido2/src/
H A Dnetlink.c159 nla_type(const nlamsgbuf_t *a) in nla_type() function