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

  /bionic/libc/kernel/uapi/linux/
tipc_netlink.h 70 TIPC_NLA_BEARER_UDP_OPTS,
  /external/iproute2/include/uapi/linux/
tipc_netlink.h 95 TIPC_NLA_BEARER_UDP_OPTS, /* nest */
  /external/kernel-headers/original/uapi/linux/
tipc_netlink.h 95 TIPC_NLA_BEARER_UDP_OPTS, /* nest */
  /external/iproute2/tipc/
bearer.c 186 nest = mnl_attr_nest_start(nlh, TIPC_NLA_BEARER_UDP_OPTS);
274 opts_nest = mnl_attr_nest_start(nlh, TIPC_NLA_BEARER_UDP_OPTS);
685 if (!attrs[TIPC_NLA_BEARER_UDP_OPTS])
688 mnl_attr_parse_nested(attrs[TIPC_NLA_BEARER_UDP_OPTS], parse_attrs, opts);

Completed in 85 milliseconds