Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDif_vxlan.h117 struct ifvxlancfg { struct
118 uint32_t vxlc_vni;
119 union vxlan_sockaddr vxlc_local_sa;
120 union vxlan_sockaddr vxlc_remote_sa;
121 uint32_t vxlc_mc_ifindex;
122 uint32_t vxlc_ftable_cnt;
123 uint32_t vxlc_ftable_max;
124 uint32_t vxlc_ftable_timeout;
125 uint16_t vxlc_port_min;
126 uint16_t vxlc_port_max;
[all …]