Home
last modified time | relevance | path

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

/external/libnl/python/netlink/
Dcapi.i892 PyObject *listobj; in nla_get_nested() local
897 listobj = PyList_New(0); in nla_get_nested()
901 PyList_Append(listobj, nestattrobj); in nla_get_nested()
903 return listobj; in nla_get_nested()
951 PyObject *listobj; in nla_policy_array() local
956 listobj = PyList_New(n_items); in nla_policy_array()
960 PyList_SetItem(listobj, i, polobj); in nla_policy_array()
962 return listobj; in nla_policy_array()