Searched refs:nested (Results 1 - 1 of 1) sorted by relevance

/system/core/libnl_2/
H A Dattr.c74 /* Start a new level of nested attributes. */
142 /* Create attribute index based on nested attribute. */
189 /* Add nested attributes to netlink message. */
190 /* Takes the attributes found in the nested message and appends them
191 * to the message msg nested in a container of the type attrtype. The
192 * nested message may not have a family specific header */
193 int nla_put_nested(struct nl_msg *msg, int attrtype, struct nl_msg *nested) argument
197 rc = nla_put(msg, attrtype, nlmsg_attrlen(nlmsg_hdr(nested), 0),
198 nlmsg_attrdata(nlmsg_hdr(nested), 0));

Completed in 128 milliseconds