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

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.h44 int nofports; member in struct:action_output
H A Dutil-solaris.c1391 ofport_list2range(uint32_t *ofports, int nofports, ofport_range_t **range, argument
1398 sort32 = malloc(nofports * sizeof (uint32_t));
1402 for (i = 0; i < nofports; i++)
1405 if (nofports > 1)
1406 qsort(sort32, nofports, sizeof (uint32_t), uint32cmp);
1411 for (i = 1; i < nofports; i++) {
1426 int nofports)
1433 if (nofports == 0)
1436 ofports_range = malloc(nofports * sizeof (ofport_range_t));
1440 err = ofport_list2range(ofports, nofports,
1425 flow_ofports2propstr(char *str, size_t strsize, uint32_t *ofports, int nofports) argument
1847 solaris_maxbw_action_to_DLVal(dlmgr__rad_dict_string_DLValue_t *prop, void *cookie, uint32_t ofports[], int nofports, uint32_t queueid, char *dstr, size_t dstrlen) argument
2037 int err = 0, nofports = 0; local
[all...]

Completed in 23 milliseconds