Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/common/
Dsocket.h40 Result bindIp(in_addr_t address, uint16_t port);
Dsocket.cpp101 Result Socket::bindIp(in_addr_t address, uint16_t port) { in bindIp() function in Socket
/device/generic/goldfish/dhcp/server/
Ddhcpserver.cpp57 res = mSocket.bindIp(INADDR_ANY, PORT_BOOTP_SERVER); in init()