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

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c3461 dlmgr__rad_dict_string_DLValue_t *flowstat = NULL; local
3467 status = dlmgr_Flow_getStatistics(flow, NULL, 0, &flowstat, &derrp);
3481 status = dlmgr__rad_dict_string_DLValue_get(flowstat, "ipackets",
3490 status = dlmgr__rad_dict_string_DLValue_get(flowstat, "opackets",
3499 status = dlmgr__rad_dict_string_DLValue_get(flowstat, "ibytes",
3508 status = dlmgr__rad_dict_string_DLValue_get(flowstat, "obytes",
3517 status = dlmgr__rad_dict_string_DLValue_get(flowstat, "lastused",
3526 dlmgr__rad_dict_string_DLValue_free(flowstat);

Completed in 39 milliseconds