Searched refs:ipv4 (Results 1 - 2 of 2) sorted by relevance
/solaris-userland/components/isc-dhcp/ |
H A D | Makefile | 63 CONFIGURE_OPTIONS += --enable-ipv4-pktinfo
|
/solaris-userland/components/openvswitch/files/lib/ |
H A D | util-solaris.c | 1911 const struct ovs_key_ipv4 *ipv4) 1917 ipaddr.s_addr = ipv4->ipv4_src; 1919 if (snprintf(buf, sizeof (buf), "%sset-ipv4%csrc%c%s%c", 1925 ipaddr.s_addr = ipv4->ipv4_dst; 1930 FP_ACTION_NAME_VALUE_DELIM, solaris_proto2str(ipv4->ipv4_proto), 1932 ipv4->ipv4_tos, FP_ACTION_MULTI_VAL_DELIM, 1933 FP_ACTION_NAME_VALUE_DELIM, ipv4->ipv4_ttl) >= sizeof (buf)) 2751 struct ovs_key_ipv4 ipv4; local 2764 bzero(&ipv4, sizeof (ipv4)); 1910 solaris_setipv4_action_to_str(char *str, size_t strsize, const struct ovs_key_ipv4 *ipv4) argument [all...] |
Completed in 90 milliseconds