Searched defs:linkinfo (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c670 dlmgr__rad_dict_string_DLValue_t *linkinfo = NULL; local
684 status = dlmgr_Datalink_getInfo(link, NULL, 0, &linkinfo, &derrp);
696 status = dlmgr__rad_dict_string_DLValue_map(linkinfo, test_cb,
705 dlmgr__rad_dict_string_DLValue_free(linkinfo);
714 dlmgr__rad_dict_string_DLValue_t *linkinfo = NULL; local
728 status = dlmgr_Physical_getInfo(link, NULL, 0, &linkinfo, &derrp);
739 status = dlmgr__rad_dict_string_DLValue_get(linkinfo, "device",
750 dlmgr__rad_dict_string_DLValue_free(linkinfo);

Completed in 26 milliseconds