HomeSort by relevance Sort by last modified time
    Searched refs:TIPC_NLA_BEARER_PROP (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/
tipc_netlink.h 68 TIPC_NLA_BEARER_PROP,
  /external/iproute2/include/uapi/linux/
tipc_netlink.h 93 TIPC_NLA_BEARER_PROP, /* nest */
  /external/kernel-headers/original/uapi/linux/
tipc_netlink.h 93 TIPC_NLA_BEARER_PROP, /* nest */
  /external/iproute2/tipc/
bearer.c 432 props = mnl_attr_nest_start(nlh, TIPC_NLA_BEARER_PROP);
580 props = mnl_attr_nest_start(nlh, TIPC_NLA_BEARER_PROP);
757 if (!attrs[TIPC_NLA_BEARER_PROP])
760 mnl_attr_parse_nested(attrs[TIPC_NLA_BEARER_PROP], parse_attrs, props);

Completed in 890 milliseconds