HomeSort by relevance Sort by last modified time
    Searched refs:do_bind (Results 1 - 4 of 4) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
api_msg.h 76 /** used for do_bind and do_connect */
147 void do_bind ( struct api_msg_msg *msg);
  /external/autotest/client/common_lib/
base_utils_unittest.py 852 def do_bind(self, port, socket_type, socket_proto): member in class:test_get_random_port
862 s = self.do_bind(p, socket.SOCK_STREAM, socket.IPPROTO_TCP)
864 s = self.do_bind(p, socket.SOCK_DGRAM, socket.IPPROTO_UDP)
  /external/syslinux/core/lwip/src/api/
api_lib.c 173 msg.function = do_bind;
api_msg.c 886 do_bind(struct api_msg_msg *msg) function
    [all...]

Completed in 348 milliseconds