search for: lclend

Displaying 1 result from an estimated 1 matches for "lclend".

Did you mean: cclend
2006 Jan 17
0
asterisk.ctl limitations
...cdef "; +char * unixsock_name = NULL; /* the filename for the unix domain socket to + connect to or listen on, and also a flag + to tell when in unixsock mode */ /* will malloc up the following globals: */ struct timeval * timer1 = NULL; struct timeval * timer2 = NULL; SAI * lclend = NULL; /* sockaddr_in structs */ SAI * remend = NULL; +SAU * unixsock = NULL; HINF ** gates = NULL; /* LSRR hop hostpoop */ char * optbuf = NULL; /* LSRR or sockopts */ char * bigbuf_in; /* data buffers */ @@ -660,10 +666,17 @@ /* grab a socket; set opts */ newskt: - if (o_udpmode) -...