Home
last modified time | relevance | path

Searched refs:mnl_attr_put_str (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/
H A Dlibmnl.h103 extern void mnl_attr_put_str(struct nlmsghdr *nlh, uint16_t type, const char *data);
H A Dattr.c481 void mnl_attr_put_str(struct nlmsghdr *nlh, uint16_t type, in mnl_attr_put_str() function
H A Difutils.c112 mnl_attr_put_str(nlh, IFLA_IFNAME, ifname); in if_act_on_link()