Searched refs:tcpip (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/gpxe/src/net/ |
D | tcpip.c | 38 struct tcpip_protocol *tcpip; in tcpip_rx() local 41 for_each_table_entry ( tcpip, TCPIP_PROTOCOLS ) { in tcpip_rx() 42 if ( tcpip->tcpip_proto == tcpip_proto ) { in tcpip_rx() 43 DBG ( "TCP/IP received %s packet\n", tcpip->name ); in tcpip_rx() 44 return tcpip->rx ( iobuf, st_src, st_dest, pshdr_csum ); in tcpip_rx()
|
D | ipv6.c | 178 struct tcpip_protocol *tcpip, in ipv6_tx() argument 195 ip6hdr->nxt_hdr = tcpip->tcpip_proto; in ipv6_tx()
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 75 * tcpip.h/.c, timers.c: Added an overridable define to get informed when the 88 * opt.h, tcpip.c/.h: Added an option to disable tcpip_(un)timeout code 230 * tcpip.c, init.c, memp.c, sys.c, memp_std.h, sys.h, tcpip.h 237 * opt.h, etharp.h/.c, init.c, tcpip.c: Added an additional option 513 * netif.h, etharp.c, tcpip.c: Fixed bug #28183 (ARP and TCP/IP cannot be 610 * api_lib.c, api_msg.c, (api_msg.h, api.h, sockets.c, tcpip.c): 977 * tcpip.h, tcpip.c: fixed tcpip_untimeout (does not need the time, broken after 1185 * mem.c, tcpip.c, tcpip.h, opt.h: fixed bug #21433 (Calling mem_free/pbuf_free 1216 * tcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets.c: replace the field 1226 * tcpip.h, tcpip.c: add tcpip_callback_with_block function for the task #7490 [all …]
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | tcpip.h | 119 extern int tcpip_tx ( struct io_buffer *iobuf, struct tcpip_protocol *tcpip,
|
/external/walt/docs/ |
D | Development.md | 10 1. With the phone connected you computer via USB, run `adb tcpip 5555` (you can replace 5555 with a…
|
/external/libusb/android/ |
D | README | 90 adb tcpip 5555
|