Home
last modified time | relevance | path

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

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-nat/
H A Dnat.go184 m.setExternalPort(0) // clear mapping
192 m.setExternalPort(newport)
H A Dmapping.go77 func (m *mapping) setExternalPort(p int) { func
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/platform/posix/
H A Dsocket.h321 static void setExternalPort(int port) { externalPort = port; } in setExternalPort() function
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/menu/
H A Dmenu_state_custom_game.cpp247 ServerSocket::setExternalPort(strToInt(externalPort)); in MenuStateCustomGame()