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

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c2914 uint16_t sport = 0, dport = 0; local
2916 /* The property value is in the format of "sport-xxx" "dport-xxx" */
2923 if (strcmp(pval, "sport") == 0) {
2924 if (sport != 0)
2933 sport = value;
2949 *sportp = sport;

Completed in 21 milliseconds