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

  /system/core/libnetutils/
packet.h 21 int send_packet(int s, int if_index, struct dhcp_msg *msg, int size,
packet.c 89 int send_packet(int s, int if_index, struct dhcp_msg *msg, int size, function
dhcpclient.c 347 return send_packet(sock, if_index, msg, size, INADDR_ANY, INADDR_BROADCAST,
  /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();
  /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");
  /system/core/adb/
transport.h 252 void send_packet(apacket* p, atransport* t);
adb.cpp 196 send_packet(p, t);
206 send_packet(p, t);
254 send_packet(cp, t);
354 send_packet(p, t);
361 send_packet(p, t);
    [all...]
adb_auth_host.cpp 462 send_packet(p, t);
487 send_packet(p, t);
adbd_auth.cpp 218 send_packet(p, t);
sockets.cpp 413 send_packet(p, s->transport);
423 send_packet(p, s->transport);
435 send_packet(p, s->transport);
487 send_packet(p, s->transport);
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/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/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...]
smb3.py 348 self._NetBIOSSession.send_packet(str(packet))
    [all...]
smb.py     [all...]
smbserver.py     [all...]

Completed in 437 milliseconds