Searched refs:ip_type (Results 1 – 2 of 2) sorted by relevance
42 local ip_type=$349 elif [[ "$ip_type" == "ipv4" && "$proto" == "i" ]]; then51 elif [[ "$ip_type" == "ipv6" && "$proto" == "i" ]]; then57 flower vlan_prio "$vlan_prio" vlan_ethtype "$ip_type" \
79 enum ip_type { V4 = 1, V6 = 2 }; enum94 enum ip_type type;
Completed in 4 milliseconds