Searched refs:bindIp (Results 1 – 3 of 3) sorted by relevance
40 Result bindIp(in_addr_t address, uint16_t port);
101 Result Socket::bindIp(in_addr_t address, uint16_t port) { in bindIp() function in Socket
57 res = mSocket.bindIp(INADDR_ANY, PORT_BOOTP_SERVER); in init()