Searched refs:tcpip (Results 1 – 11 of 11) sorted by relevance
/external/openssh/contrib/aix/ |
D | buildbff.sh | 266 mkssys -s sshd -p "$sbindir/sshd" -a '-D' -u 0 -S -n 15 -f 9 -R -G 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 288 if grep "^\$startupcmd" /etc/rc.tcpip >/dev/null 293 echo >>/etc/rc.tcpip 294 echo "# Start sshd" >>/etc/rc.tcpip 295 echo "\$startupcmd" >>/etc/rc.tcpip
|
/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/netperf/ |
D | README.ovms | 33 $ tcpip set service netserver - 43 $ tcpip enable service netserver 47 $ tcpip set noservice netserver
|
/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/openssh/contrib/cygwin/ |
D | ssh-host-config | 444 -a "-D" -y tcpip "${cygwin_env[@]}" 454 -a "-D" -y tcpip "${cygwin_env[@]}" \
|
/external/openssh/ |
D | PROTOCOL | 241 Similar to direct-tcpip, direct-streamlocal is sent by the client 253 Similar to forwarded-tcpip, forwarded-streamlocal is sent by the 270 Similar to tcpip-forward, streamlocal-forward is sent by the client 278 Similar to cancel-tcpip-forward, cancel-streamlocal-forward is sent
|
D | ChangeLog | 5916 don't include port number in tcpip-forward replies for
|
/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
|