Searched refs:do_bind (Results 1 – 5 of 5) sorted by relevance
147 void do_bind ( struct api_msg_msg *msg);
856 def do_bind(self, port, socket_type, socket_proto): member in test_get_random_port866 s = self.do_bind(p, socket.SOCK_STREAM, socket.IPPROTO_TCP)868 s = self.do_bind(p, socket.SOCK_DGRAM, socket.IPPROTO_UDP)
173 msg.function = do_bind; in netconn_bind()
886 do_bind(struct api_msg_msg *msg) function
2219 missing pcb allocations checking (in do_bind, and for each raw_new). Fix style.