Searched refs:call (Results 1 - 25 of 416) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DAndroid.mk47 LOCAL_PATH:= $(call my-dir)
H A Dlibtool564 # positional parameter $0, within a function call, is the name of the
616 # call:
2145 # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
5371 Note that spawn() does not by itself call the command interpreter
H A Dltmain.sh132 # positional parameter $0, within a function call, is the name of the
186 # call:
1720 # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
4946 Note that spawn() does not by itself call the command interpreter
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile.Watcom143 !error You MUST call wmake with the -u switch!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/vms/
H A Dbuild_vms.com429 $ call MoveIfDiff 'top_dev_dir'.lib]config-vms.h 'objdir'curl_config.h
434 $ call build "[--.lib]" "*.c" "''objdir'CURLLIB.OLB" "amigaos, nwlib, nwos"
436 $ call build "[--.src]" "*.c" "''objdir'CURLSRC.OLB"
438 $ call build "[]" "*.msg" "''objdir'CURLSRC.OLB"
508 $ call compile 'file'
520 $ call compile 'file'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A DMakefile.Watcom111 !error You MUST call wmake with the -u switch!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex310 several parameters with one {\tt ip link set} call.
1942 Cisco IOS~\cite{IOS} does. Let us call it ``match \& set''.
2555 aggregates (we call them {\em realms\/}) is low, the task of full
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A DMakefile15 # -DDEBUG_CLOSE debugs call and tunnel closing
76 HDRS=l2tp.h avp.h misc.h control.h call.h scheduler.h file.h aaa.h md5.h
77 OBJS=l2tpd.o pty.o misc.o control.o avp.o call.o network.o avpsend.o scheduler.o file.o aaa.o md5.o
H A Davp.c112 void wrong_length (struct call *c, char *field, int expected, int found,
131 int message_type_avp (struct tunnel *t, struct call *c, void *data,
172 "%s: attempting to negotiate tunnel inside a call!\n",
227 "%s: attempting to negotiate ICRQ on a call!\n",
312 struct call *tmp;
316 log (LOG_DEBUG, "%s: new incoming call\n", __FUNCTION__);
321 log (LOG_WARN, "%s: unable to create new call\n", __FUNCTION__);
329 * be the most recent call being negotiated?
337 int rand_vector_avp (struct tunnel *t, struct call *c, void *data,
370 int ignore_avp (struct tunnel *t, struct call *
[all...]
H A Davp.h29 int (*handler) (struct tunnel *, struct call *, void *, int);
31 taking a tunnel, call, the data,
38 extern int handle_avps (struct buffer *buf, struct tunnel *t, struct call *c);
87 extern int message_type_avp (struct tunnel *, struct call *, void *, int);
88 extern int protocol_version_avp (struct tunnel *, struct call *, void *, int);
89 extern int framing_caps_avp (struct tunnel *, struct call *, void *, int);
90 extern int bearer_caps_avp (struct tunnel *, struct call *, void *, int);
91 extern int firmware_rev_avp (struct tunnel *, struct call *, void *, int);
92 extern int hostname_avp (struct tunnel *, struct call *, void *, int);
93 extern int vendor_avp (struct tunnel *, struct call *, voi
[all...]
H A Dcall.c12 * Handle a call as a separate thread
50 void add_payload_hdr (struct tunnel *t, struct call *c, struct buffer *buf)
148 "%s: Too many errors. Declaring call dead.\n",
205 void call_close (struct call *c)
209 struct call *tmp, *tmp2;
212 log (LOG_DEBUG, "%s: called on null call or containerless call\n",
329 * Just close a call
340 log (LOG_DEBUG, "%s: Actually closing call %d\n", __FUNCTION__,
380 log (LOG_DEBUG, "%s: enqueuing close message for call
587 get_call(int tunnel, int call, unsigned int addr, int port) argument
[all...]
H A Dcall.h12 * Handle a call as a separate thread (header file)
20 struct call struct
41 struct call *next; /* Next call, for linking */
46 int ourcid; /* Our call number */
47 int cid; /* Their call number */
49 int bearer; /* Bearer type of call */
51 unsigned int addr; /* Address reserved for this call */
56 char dialed[MAXSTRLEN]; /* Number dialed for call */
60 int needclose; /* Do we need to close this call
[all...]
H A Dcontrol.c136 void add_control_hdr (struct tunnel *t, struct call *c, struct buffer *buf)
179 void control_zlb (struct buffer *buf, struct tunnel *t, struct call *c)
191 int control_finish (struct tunnel *t, struct call *c)
199 * If we set c->needclose, the call (or tunnel) will
203 struct call *p, *z;
221 "%s: message type is %s(%d). Tunnel is %d, call is %d.\n",
697 /* Foxconn, add by MJ. for kill itself after call closed. 01/20/2010*/
716 "%s: Peer tried to initiate call without call ID\n",
719 the call
1730 handle_special(struct buffer *buf, struct call *c, _u16 call) argument
[all...]
H A Dcontrol.h55 extern int handle_packet (struct buffer *, struct tunnel *, struct call *);
57 extern void add_control_hdr (struct tunnel *t, struct call *c,
59 extern int control_finish (struct tunnel *t, struct call *c);
60 extern void control_zlb (struct buffer *, struct tunnel *, struct call *);
62 extern void handle_special (struct buffer *, struct call *, _u16);
H A Dfile.h128 struct call *c; /* Our call */
H A Dl2tp.h30 #include "call.h"
118 struct call *call_head; /* Member calls */
156 struct call *self;
207 extern void add_payload_hdr (struct tunnel *, struct call *, struct buffer *);
214 extern int start_pppd (struct call *c, struct ppp_opts *);
H A Dl2tpd.c70 struct call *c;
90 c = (struct call *) se->data;
101 fprintf (f, "%d: Send payload ZLB on call %d:%d\n", s,
106 fprintf (f, "%d: Dethrottle call %d:%d\n", s, c->container->tid,
176 * A sighup is received when a call is terminated, unknown origine ..
190 * It's time to reap them and close that call.
195 struct call *c;
215 log (LOG_DEBUG, "%s : pppd died for call %d\n", __FUNCTION__,
235 * we call call_close on each tunnel twice to get a StopCCN out
251 /* Disconnect the call (sen
1057 int call; local
[all...]
H A Dmisc.c48 void set_error (struct call *c, int error, const char *fmt, ...)
242 * fairly inefficient from a function call point of view...rand()
H A Dnetwork.c113 inline void extract (void *buf, int *tunnel, int *call) argument
116 * Extract the tunnel and call #'s, and fix the order of the
124 *call = p->cid;
129 *call = p->tid;
162 void dethrottle (void *call) argument
164 /* struct call *c = (struct call *)call; */
167 log(LOG_DEBUG, "%s: dethrottling call %d, and setting R-bit\n",__FUNCTION__,c->ourcid);
171 log(LOG_DEBUG, "%s: call
272 int tunnel, call; /* Tunnel and call */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A DMakefile63 $(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V))))
68 $(foreach D,$(FFLIBS),$(eval $(call DOSUBDIR,lib$(D))))
278 CODEC_ROTOZOOM = $(call REGFILES,rotozoom.regression,$(CODEC_TESTS))
279 CODEC_VSYNTH = $(call REGFILES,vsynth.regression,$(CODEC_TESTS))
281 LAVF_REGFILES = $(call REGFILES,lavf.regression,$(LAVF_TESTS))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S279 mov r8, #0x10000 @ R8=0xFFFF (2 steps needed!) it saves a ldr call (because of delay run).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dfft_mmx.asm435 call fft %+ n2 %+ %2
437 call fft %+ n4 %+ %2
439 call fft %+ n4 %+ %2
463 call r2
H A Dh264_deblock_sse2.asm346 call x264_deblock_v_luma_sse2
453 call x264_deblock_%2_luma_%1
457 call x264_deblock_%2_luma_%1
688 call x264_deblock_v_luma_intra_%1
720 call x264_deblock_%2_luma_intra_%1
723 call x264_deblock_%2_luma_intra_%1
H A Dx86inc.asm75 call %%getgot
85 call %%getgot
530 %macro call 1
531 call %1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dconfigure7003 (*arg2) (1, 2); /* check call of fcn returning void */
16916 # call:

Completed in 282 milliseconds

1234567891011>>