Home
last modified time | relevance | path

Searched refs:vxlp_mc_ifname (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dif_vxlan.h87 char vxlp_mc_ifname[IFNAMSIZ]; member
H A Dif_vxlan.c2993 strlcpy(sc->vxl_mc_ifname, vxlp->vxlp_mc_ifname, IFNAMSIZ); in vxlan_set_user_config()
/f-stack/tools/compat/include/net/
H A Dif_vxlan.h87 char vxlp_mc_ifname[IFNAMSIZ]; member
/f-stack/tools/ifconfig/
H A Difvxlan.c551 strlcpy(params.vxlp_mc_ifname, arg, in DECL_CMD_FUNC()
552 sizeof(params.vxlp_mc_ifname)); in DECL_CMD_FUNC()