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

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c2684 char *sep; local
2698 if ((sep = strchr(pval, FP_ACTION_NAME_VALUE_DELIM)) == NULL) {
2702 *sep = '\0';
2703 sep++;
2704 if ((etheraddr = _link_aton(sep, &etheraddrlen)) == NULL) {
2753 char *sep, *endp; local
2767 if ((sep = strchr(pval, FP_ACTION_NAME_VALUE_DELIM)) == NULL) {
2771 *sep = '\0';
2772 sep++;
2776 if (inet_pton(AF_INET, sep,
2825 char *sep, *endp; local
2911 char *sep, *endp; local
3048 char *sep, *endp; local
[all...]

Completed in 24 milliseconds