Searched defs:ifvxlanparam (Results 1 – 1 of 1) sorted by relevance
61 struct ifvxlanparam { struct62 uint64_t vxlp_with;78 uint32_t vxlp_vni;79 union vxlan_sockaddr vxlp_local_sa;80 union vxlan_sockaddr vxlp_remote_sa;81 uint16_t vxlp_local_port;82 uint16_t vxlp_remote_port;83 uint16_t vxlp_min_port;84 uint16_t vxlp_max_port;85 char vxlp_mc_ifname[IFNAMSIZ];[all …]