Home
last modified time | relevance | path

Searched defs:ifvxlanparam (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/
H A Dif_vxlan.h61 struct ifvxlanparam { struct
62 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 …]