Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.h137 uint16_t vxlcmd_port; member
H A Dif_vxlan.c2030 if (cmd->vxlcmd_port == 0) in vxlan_ctrl_set_local_port()
2035 sc->vxl_src_addr.in4.sin_port = htons(cmd->vxlcmd_port); in vxlan_ctrl_set_local_port()
2052 if (cmd->vxlcmd_port == 0) in vxlan_ctrl_set_remote_port()
2057 sc->vxl_dst_addr.in4.sin_port = htons(cmd->vxlcmd_port); in vxlan_ctrl_set_remote_port()
/f-stack/tools/compat/include/net/
H A Dif_vxlan.h137 uint16_t vxlcmd_port; member
/f-stack/tools/ifconfig/
H A Difvxlan.c444 cmd.vxlcmd_port = val; in DECL_CMD_FUNC()
466 cmd.vxlcmd_port = val; in DECL_CMD_FUNC()