Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.h143 char vxlcmd_ifname[IFNAMSIZ]; member
H A Dif_vxlan.c2140 strlcpy(sc->vxl_mc_ifname, cmd->vxlcmd_ifname, IFNAMSIZ); in vxlan_ctrl_set_multicast_if()
/f-stack/tools/compat/include/net/
H A Dif_vxlan.h143 char vxlcmd_ifname[IFNAMSIZ]; member
/f-stack/tools/ifconfig/
H A Difvxlan.c557 strlcpy(cmd.vxlcmd_ifname, arg, sizeof(cmd.vxlcmd_ifname)); in DECL_CMD_FUNC()