Home
last modified time | relevance | path

Searched refs:do_bind (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dapi_msg.h147 void do_bind ( struct api_msg_msg *msg);
/external/autotest/client/common_lib/
Dutils_unittest.py856 def do_bind(self, port, socket_type, socket_proto): member in test_get_random_port
866 s = self.do_bind(p, socket.SOCK_STREAM, socket.IPPROTO_TCP)
868 s = self.do_bind(p, socket.SOCK_DGRAM, socket.IPPROTO_UDP)
/external/syslinux/core/lwip/src/api/
Dapi_lib.c173 msg.function = do_bind; in netconn_bind()
Dapi_msg.c886 do_bind(struct api_msg_msg *msg) function
/external/syslinux/core/lwip/
DCHANGELOG2219 missing pcb allocations checking (in do_bind, and for each raw_new). Fix style.