HomeSort by relevance Sort by last modified time
    Searched refs:tcpip (Results 1 - 25 of 28) sorted by null

1 2

  /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 );
icmp.c 25 #include <gpxe/tcpip.h>
ipv6.c 12 #include <gpxe/tcpip.h>
134 * Calculate TCPIP checksum
137 * @v tcpip TCP/IP protocol
172 * tcpip TCP/IP protocol
178 struct tcpip_protocol *tcpip,
195 ip6hdr->nxt_hdr = tcpip->tcpip_proto;
376 /** IPv6 TCPIP net protocol */
icmpv6.c 11 #include <gpxe/tcpip.h>
udp.c 7 #include <gpxe/tcpip.h>
ipv4.c 14 #include <gpxe/tcpip.h>
292 * @v tcpip Transport-layer protocol
535 /** IPv4 TCPIP net protocol */
tcp.c 15 #include <gpxe/tcpip.h>
  /external/syslinux/gpxe/src/include/gpxe/
udp.h 16 #include <gpxe/tcpip.h>
ndp.h 9 #include <gpxe/tcpip.h>
tcpip.h 119 extern int tcpip_tx ( struct io_buffer *iobuf, struct tcpip_protocol *tcpip,
tcp.h 14 #include <gpxe/tcpip.h>
  /external/openssh/contrib/aix/
buildbff.sh 266 mkssys -s sshd -p "$sbindir/sshd" -a '-D' -u 0 -S -n 15 -f 9 -R -G tcpip
275 # otherwise add to rc.tcpip
276 if egrep "^\$oldstartcmd" /etc/rc.tcpip >/dev/null
278 if sed "s|^\$oldstartcmd|\$startupcmd|g" /etc/rc.tcpip >/etc/rc.tcpip.new
280 chmod 0755 /etc/rc.tcpip.new
281 mv /etc/rc.tcpip /etc/rc.tcpip.old && \
282 mv /etc/rc.tcpip.new /etc/rc.tcpip
    [all...]
  /external/walt/docs/
Development.md 10 1. With the phone connected you computer via USB, run `adb tcpip 5555` (you can replace 5555 with any port)
  /external/libpcap/
pcap-nit.c 44 #include <netinet/tcpip.h>
pcap-snit.c 54 #include <netinet/tcpip.h>
pcap-snoop.c 43 #include <netinet/tcpip.h>
pcap-pf.c 49 #include <netinet/tcpip.h>
  /external/openssh/contrib/cygwin/
ssh-host-config 444 -a "-D" -y tcpip "${cygwin_env[@]}"
454 -a "-D" -y tcpip "${cygwin_env[@]}" \
  /external/syslinux/core/fs/pxe/
core.c 3 #include <lwip/tcpip.h>
  /external/syslinux/gpxe/src/net/tcp/
ftp.c 9 #include <gpxe/tcpip.h>
http.c 42 #include <gpxe/tcpip.h>
  /external/syslinux/gpxe/src/net/udp/
dns.c 35 #include <gpxe/tcpip.h>
slam.c 34 #include <gpxe/tcpip.h>
  /development/python-packages/adb/
device.py 445 def tcpip(self, port): member in class:AndroidDevice
446 return self._simple_call(['tcpip', port])
  /system/core/adb/
test_device.py 639 """adb tcpip requires a port.
644 subprocess.CalledProcessError, self.device.tcpip, '')
646 subprocess.CalledProcessError, self.device.tcpip, 'foo')
    [all...]

Completed in 2240 milliseconds

1 2