Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.h141 uint8_t vxlcmd_ttl; member
H A Dif_vxlan.c2159 if (vxlan_check_ttl(cmd->vxlcmd_ttl) == 0) { in vxlan_ctrl_set_ttl()
2160 sc->vxl_ttl = cmd->vxlcmd_ttl; in vxlan_ctrl_set_ttl()
/f-stack/tools/compat/include/net/
H A Dif_vxlan.h141 uint8_t vxlcmd_ttl; member
/f-stack/tools/ifconfig/
H A Difvxlan.c579 cmd.vxlcmd_ttl = val; in DECL_CMD_FUNC()