Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_vxlan.h141 char vxlcmd_ifname[IFNAMSIZ]; member
H A Dif_vxlan.c2168 strlcpy(sc->vxl_mc_ifname, cmd->vxlcmd_ifname, IFNAMSIZ); in vxlan_ctrl_set_multicast_if()
/freebsd/sbin/ifconfig/
H A Difvxlan.c529 strlcpy(cmd.vxlcmd_ifname, arg, sizeof(cmd.vxlcmd_ifname)); in setvxlan_dev()