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

  /external/syslinux/gpxe/src/net/
tcpip.c 7 #include <gpxe/tcpip.h>
38 struct tcpip_protocol *tcpip; local
41 for_each_table_entry ( tcpip, TCPIP_PROTOCOLS ) {
42 if ( tcpip->tcpip_proto == tcpip_proto ) {
43 DBG ( "TCP/IP received %s packet\n", tcpip->name );
44 return tcpip->rx ( iobuf, st_src, st_dest, pshdr_csum );
  /development/python-packages/adb/
device.py 430 def tcpip(self, port): member in class:AndroidDevice
431 return self._simple_call(['tcpip', port])

Completed in 526 milliseconds