Searched defs:ipv6 (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | util-solaris.c | 1944 const struct ovs_key_ipv6 *ipv6) 1949 (void) inet_ntop(AF_INET6, ipv6->ipv6_src, abuf, INET6_ADDRSTRLEN); 1951 "%sset-ipv6%csrc%c%s%c", (strlen(str) == 0) ? "" : 1957 (void) inet_ntop(AF_INET6, ipv6->ipv6_dst, abuf, INET6_ADDRSTRLEN); 1961 FP_ACTION_NAME_VALUE_DELIM, ipv6->ipv6_label, 1963 solaris_proto2str(ipv6->ipv6_proto), FP_ACTION_MULTI_VAL_DELIM, 1964 FP_ACTION_NAME_VALUE_DELIM, ipv6->ipv6_tclass, 1966 ipv6->ipv6_hlimit) >= sizeof (buf)) 2823 struct ovs_key_ipv6 ipv6; local 2837 bzero(&ipv6, sizeo 1943 solaris_setipv6_action_to_str(char *str, size_t strsize, const struct ovs_key_ipv6 *ipv6) argument [all...] |
Completed in 31 milliseconds