Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 8 of 8) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dicmp.h14 } echo; // ECHO | ECHOREPLY member
23 #define ICMP_ECHO_GET_ID(icmph) (icmph->un.echo.icmp_id)
24 #define ICMP_ECHO_GET_SEQ(icmph) (icmph->un.echo.icmp_sequence)
27 #define ICMP_ECHO_SET_ID(icmph, id) (icmph->un.echo.icmp_id = id)
28 #define ICMP_ECHO_SET_SEQ(icmph, seq) (icmph->un.echo.icmp_sequence = seq)
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dssi.txt36 - ``<!--#echo var="..." -->``
75 - echo.encoding
H A Dauthentication.txt113 hash=`echo -n "$user:$realm:$pass" | md5sum | cut -b -32`
115 echo "$user:$realm:$hash"
/mOS-networking-stack/
H A D.travis.yml44 - export RTE_SDK=`echo $PWD`/drivers/dpdk
46 - echo | ./setup.sh --compile-dpdk
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/docroot/www/
H A Dprefix.fcgi2 echo $_SERVER[$_GET["var"]];
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m4629 echo
660 echo "$lt_cl_version"; exit 0 ;;
662 echo "$lt_cl_help"; exit 0 ;;
1030 echo "_main" > conftest.sym
1293 echo 'int i;' > conftest.$ac_ext
1380 echo 'int i;' > conftest.$ac_ext
1455 echo 'int i;' > conftest.$ac_ext
2413 echo ' yes '
2643 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
8253 echo >>conftest.nl
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Daclocal.m4693 mf=`echo "$mf" | sed -e 's/:.*$//'`
724 # echo "creating $dirpart/$file"
725 echo '# dummy' > "$dirpart/$file"
795 CYGPATH_W=echo
896 echo >&2
999 @echo this is the am__doit target
1008 echo "include confinc" > confmf
1019 echo '.include "confinc"' > confmf
1401 am_uid=`id -u || echo unknown`
1402 am_gid=`id -g || echo unknown`
[all …]
H A Dconfigure.ac717 LIGHTTPD_VERSION_ID=`echo $PACKAGE_VERSION | $AWK -F '.' '{print "(" $1 " << 16 | " $2 " << 8 | " $…