Searched refs:propvals (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | util-solaris.c | 2620 flow_propval2action_setpri(char **propvals OVS_UNUSED, int nval OVS_UNUSED, 2640 flow_propval2action_controller(char **propvals OVS_UNUSED, int nval OVS_UNUSED, 2648 flow_propval2action_pushvlan(char **propvals, int nval OVS_UNUSED, argument 2657 n = strtoull(propvals[0], &endp, 10); 2669 flow_propval2action_popvlan(char **propvals OVS_UNUSED, int nval OVS_UNUSED, 2677 flow_propval2action_setether(char **propvals, int nval, struct ofpbuf *action) argument 2697 (void) strlcpy(pval, propvals[i], sizeof (pval)); 2749 flow_propval2action_setipv4(char **propvals, int nval, struct ofpbuf *action) argument 2766 (void) strlcpy(pval, propvals[i], sizeof (pval)); 2821 flow_propval2action_setipv6(char **propvals, in argument 2907 flow_propval2action_settransport(char **propvals, int nval, uint16_t *sportp, uint16_t *dportp) argument 2955 flow_propval2action_settcp(char **propvals, int nval, struct ofpbuf *action) argument 2973 flow_propval2action_setudp(char **propvals, int nval, struct ofpbuf *action) argument 2991 flow_propval2action_setsctp(char **propvals, int nval, struct ofpbuf *action) argument 3045 flow_propval2action_settnl(char **propvals, int nval, struct ofpbuf *action) argument 3190 char **propvals = *propvalsp, *curr; local [all...] |
Completed in 33 milliseconds