Searched refs:add (Results 1 - 25 of 1058) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/
H A Dconfig.mk6 #For Compiler Option, add by Jasmine Yang, 03/27/2006
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DAndroid.mk25 # it (dhcpcd is a good choice to watch). You'll also want to add -L options to
H A Dlibtool328 # Whether or not to add -lc for building shared libraries.
596 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
618 # add APPEND to the result, otherwise set result
1364 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
2392 # do not "continue". Instead, add this to base_compile
2778 -dlopen FILE add the directory containing FILE to the library path
2832 -avoid-version do not add a version suffix if possible
2836 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
2854 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
2991 # Just add th
[all...]
H A Dltmain.sh164 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
188 # add APPEND to the result, otherwise set result
939 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
1967 # do not "continue". Instead, add this to base_compile
2353 -dlopen FILE add the directory containing FILE to the library path
2407 -avoid-version do not add a version suffix if possible
2411 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
2429 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
2566 # Just add the directory containing the .lo file.
2581 # Now add th
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dconnect.c385 struct Curl_sockaddr_storage add; local
386 curl_socklen_t size = sizeof(add);
387 memset(&add, 0, sizeof(struct Curl_sockaddr_storage));
388 if(getsockname(sockfd, (struct sockaddr *) &add, &size) < 0) {
H A Dformdata.c233 bool add = FALSE; local
240 add = TRUE;
246 buffer = malloc(length+add);
253 if(add)
601 * alright add the HttpPost item otherwise set return_value accordingly */
710 * curl_formadd() is a public API to add a section to the multipart formpost.
773 /* for static content as well as callback data we add the size given
777 /* Since this is a file to be uploaded here, add the size of the actual
1171 /* add the file name only - for later reading from this */
H A Dftp.c327 struct Curl_sockaddr_storage add; local
329 struct sockaddr_in add; local
331 curl_socklen_t size = (curl_socklen_t) sizeof(add);
355 if(0 == getsockname(sock, (struct sockaddr *) &add, &size)) {
356 size = sizeof(add);
358 s=accept(sock, (struct sockaddr *) &add, &size);
699 ftpc->count1 = 0; /* we count this as the first path, then we add one
1244 the user's home directory, so we should add the path
2507 ftpc->count2 = 1; /* add one to get next */
H A Dftplistparser.c288 * If you want implement this, please add CURLFINFOFLAG_KNOWN_TIME flag to
309 bool add = TRUE; local
335 add = FALSE;
339 add = FALSE;
342 if(add) {
H A Dmulti.c68 /* NOTE: if you add a state here, add the name to the statename[] array as
258 * We add one of these structs to the sockhash for a particular socket
286 /* not present, add it */
293 /* make/add new hash entry */
565 /* We add this new entry last in the list. We make our 'next' point to the
1907 longer supervised ones and add new ones */
1932 /* this is a socket we didn't have before, add it! */
2040 * timeout to use (skip the already expired ones) and add this node back to
2627 Compare if the new time is earlier, and only remove-old/add
2736 bool add = TRUE; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dmemanalyze.pl303 my $add = $2;
304 if($add eq "(nil)") {
308 $addrinfo{$add}=1;
309 $addrinfofile{$add}="$source:$linenum";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl237 $data->{'updated'} = nice_time(time); # add "(updated ...)" to file
500 may add an explicit geographical distribution limitation excluding
579 Also add information on how to contact you by electronic and paper mail.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/
H A Ddnsmasq-rh.spec80 /sbin/chkconfig --add dnsmasq
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex128 As a rule, it is possible to \verb|add|, \verb|delete| and
563 \paragraph{Commands:} \verb|add|, \verb|delete|, \verb|flush| and \verb|show|
567 \subsection{{\tt ip address add} --- add a new protocol address}
570 \paragraph{Abbreviations:} \verb|add|, \verb|a|.
577 \noindent--- the name of the device to add the address to.
641 \item \verb|ip addr add 127.0.0.1/8 dev lo brd + scope host|
643 --- add the usual loopback address to the loopback device.
645 \item \verb|ip addr add 10.0.0.1/24 brd + dev eth0 label eth0:Alias|
647 --- add th
[all...]
H A Dip-tunnels.tex34 ip tunnel add MY-TUNNEL mode ipip remote 193.233.7.65
48 route add -net 10.0.0.0 gw 193.233.7.65 dev tunl0
60 ip route add 10.0.0.0/8 via 193.233.7.65 dev tunl0 onlink
68 route add -host 193.233.7.65 dev tunl0
69 route add -net 10.0.0.0 netmask 255.0.0.0 gw 193.233.7.65
74 that between \verb|route add| and \verb|route del| host 193.233.7.65 is
95 with \verb|ip tunnel add|.
114 \verb|ip tunnel add|. These new devices may have arbitrary names.
125 should be set with \verb|ip tunnel add ... remote A|.
129 route add
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/examples/
H A DSYN-DoS.rate.limit25 $TC qdisc add dev $INDEV handle ffff: ingress
35 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 1 fw \
H A Dcbqinit.eth113 $TC qdisc add dev $DEVICE root handle 1: cbq \
25 $TC class add dev $DEVICE parent 1:0 classid :1 est 1sec 8sec cbq \
35 $TC class add dev $DEVICE parent 1:1 classid :2 est 1sec 8sec cbq \
43 $TC qdisc add dev $DEVICE parent 1:2 sfq quantum 1514b perturb 15
47 $TC class add dev $DEVICE parent 1:1 classid :3 est 2sec 16sec cbq \
51 $TC qdisc add dev $DEVICE parent 1:3 sfq quantum 1514b perturb 15
55 $TC class add dev $DEVICE parent 1:1 classid :4 est 1sec 8sec cbq \
59 $TC qdisc add dev $DEVICE parent 1:4 sfq quantum 1514b perturb 15
63 $TC class add dev $DEVICE parent 1:1 classid 1:7FFE cbq \
73 $TC class add de
[all...]
H A Ddhcp-client-script177 LOG route add default gw $router
178 route add default gw $router
210 # Check (and add route, if alive) default routers
223 route add default gw $router
230 # args: $1 = operation (del/add)
257 X-StaticRouteList add "$1"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/examples/diffserv/
H A DEdge133 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64 set_tc_index
50 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
H A DEdge231 $TC qdisc add dev $INDEV handle ffff: ingress
43 $TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 3 fw \
52 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
66 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
67 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
68 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
H A DEdge31-ca-u3229 $TC qdisc add dev $INDEV handle ffff: ingress
33 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1: u32 \
53 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
62 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
90 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
113 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \
122 $TC qdisc add
[all...]
H A DEdge31-cb-chains40 $TC qdisc add dev $INDEV handle ffff: ingress
52 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
59 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
73 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 2 fw \
83 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
106 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
108 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
110 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
112 $TC filter add
[all...]
H A DEdge32-ca-u3246 $TC qdisc add dev $INDEV handle ffff: ingress
57 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
61 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
74 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
86 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
97 $TC filter add dev $INDEV parent ffff: protocol ip prio 8 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 9 u32 \
109 $TC filter add de
[all...]
H A DEdge32-cb-chains43 $TC qdisc add dev $INDEV handle ffff: ingress
55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 handle 1 fw \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 handle 1 fw \
65 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 handle 1 fw \
68 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
75 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
78 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
85 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 handle 2 fw \
95 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
118 $TC filter add
[all...]
H A DEdge32-cb-u3244 $TC qdisc add dev $INDEV handle ffff: ingress
55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
69 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
76 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
79 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
87 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \
97 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
119 $TC filter add
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Difcfg36 echo "Usage: ifcfg DEV [[add|del [ADDR[/LEN]] [PEER] | stop]" 1>&2
37 echo " add - add new address" 1>&2
53 add) shift ;;
118 if ! ip address add $pfx brd + dev $dev $label; then
119 echo "Error: failed to add $pfx on $dev." 1>&2
128 ip route add unreachable 224.0.0.0/24 >& /dev/null
129 ip route add unreachable 255.255.255.255 >& /dev/null
131 ip route add 224.0.0.0/4 dev $dev scope global >& /dev/null

Completed in 182 milliseconds

1234567891011>>