HomeSort by relevance Sort by last modified time
    Searched defs:send_packet (Results 1 - 8 of 8) sorted by null

  /system/core/libnetutils/
packet.c 89 int send_packet(int s, int if_index, struct dhcp_msg *msg, int size, function
  /external/android-clat/
clatd_microbenchmark.c 87 int send_packet(int fd, uint8_t payload[], int len, uint32_t payload_checksum) { function
146 if (send_packet(fd, payload, len, payload_sum) == -1) write_err++;
197 if (send_packet(fd, payload, sizeof(payload), payload_sum) == -1) die("send_packet");
  /external/toybox/toys/pending/
arping.c 97 static void send_packet() function
197 send_packet();
dhcpd.c 904 static int send_packet(uint8_t broadcast) function
    [all...]
  /external/mtpd/
pptp.c 145 static void send_packet() function
228 send_packet();
298 send_packet();
355 send_packet();
369 send_packet();
378 send_packet();
l2tp.c 133 /* p[1] will be filled in send_packet(). */
167 static void send_packet() function
346 send_packet();
526 send_packet();
559 send_packet();
  /system/core/adb/
transport.cpp 207 void send_packet(apacket* p, atransport* t) { function
312 // write_transport thread gets packets sent by the main thread (through send_packet()),
    [all...]
  /external/curl/tests/python_dependencies/impacket/
nmb.py 798 def send_packet(self, data): member in class:NetBIOSUDPSession
848 def send_packet(self, data): member in class:NetBIOSTCPSession
    [all...]

Completed in 199 milliseconds