Searched defs:nla_type (Results 1 – 9 of 9) sorted by relevance
/freebsd/tests/atf_python/sys/netlink/ |
H A D | attrs.py | 12 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 D | message.py | 60 def _get_nla(self, nla_list, nla_type): argument 67 def get_nla(self, nla_type): argument
|
H A D | netlink_generic.py | 242 def __init__(self, nla_type, val): argument
|
H A D | netlink_route.py | 526 def __init__(self, nla_type, data): argument 545 def __init__(self, nla_type, family, addr: str): argument
|
/freebsd/sys/netlink/ |
H A D | netlink_message_parser.c | 143 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 D | netlink_message_writer.h | 194 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 D | netlink.h | 233 uint16_t nla_type; /* Attribute type */ member
|
H A D | netlink_snl.h | 465 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 D | netlink.c | 159 nla_type(const nlamsgbuf_t *a) in nla_type() function
|