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

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c1759 err = dlmgr_DLValue_fm_putstring(ddvp, ddmp, "dst-mac", buf,
1977 uint16_t src, uint16_t dst)
1985 FP_ACTION_NAME_VALUE_DELIM, dst) >= sizeof (buf))
2451 if (strcmp(key, "dst-mac") == 0) {
2761 * The property value is in the format of "src:xxx" "dst:xxx"
2778 } else if (strcmp(pval, "dst") == 0) {
2834 * The property value is in the format of "src:xxx" "dst:xxx"
2851 } else if (strcmp(pval, "dst") == 0) {
3058 * The property value is in the format of "src:xxx" "dst:xxx"
3086 } else if (strcmp(pval, "dst")
1976 solaris_settransport_action_to_str(char *str, size_t strsize, const char *key, uint16_t src, uint16_t dst) argument
[all...]

Completed in 25 milliseconds