Searched refs:iflist (Results 1 - 25 of 114) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptpd/pptpd-1.3.3/
H A Dbcrelay.c165 struct iflist { struct
184 * that is in use (and thus present in iflist).
195 struct iflist *discoverActiveInterfaces(void);
198 static char *iflistToString( struct iflist *ifp );
199 static char *iflistLogIToString( struct iflist *ifp, int idx, struct ifsnr *ifnr );
200 static char *iflistLogRToString( struct iflist *ifp, int idx, struct ifsnr *ifnr );
429 struct iflist *iflist = NULL; // Initialised after the 1st packet local
435 static struct ifsnr old_ifsnr[MAXIF+1]; // Old iflist to socket fd's mapping list
436 static struct ifsnr cur_ifsnr[MAXIF+1]; // Current iflist t
772 static struct iflist iflist[MAXIF+1]; // Allow for MAXIF interfaces local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pptpd-1.3.3/
H A Dbcrelay.c165 struct iflist { struct
184 * that is in use (and thus present in iflist).
195 struct iflist *discoverActiveInterfaces(void);
198 static char *iflistToString( struct iflist *ifp );
199 static char *iflistLogIToString( struct iflist *ifp, int idx, struct ifsnr *ifnr );
200 static char *iflistLogRToString( struct iflist *ifp, int idx, struct ifsnr *ifnr );
429 struct iflist *iflist = NULL; // Initialised after the 1st packet local
435 static struct ifsnr old_ifsnr[MAXIF+1]; // Old iflist to socket fd's mapping list
436 static struct ifsnr cur_ifsnr[MAXIF+1]; // Current iflist t
772 static struct iflist iflist[MAXIF+1]; // Allow for MAXIF interfaces local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptpd/pptpd-1.3.3/
H A Dbcrelay.c165 struct iflist { struct
184 * that is in use (and thus present in iflist).
195 struct iflist *discoverActiveInterfaces(void);
198 static char *iflistToString( struct iflist *ifp );
199 static char *iflistLogIToString( struct iflist *ifp, int idx, struct ifsnr *ifnr );
200 static char *iflistLogRToString( struct iflist *ifp, int idx, struct ifsnr *ifnr );
429 struct iflist *iflist = NULL; // Initialised after the 1st packet local
435 static struct ifsnr old_ifsnr[MAXIF+1]; // Old iflist to socket fd's mapping list
436 static struct ifsnr cur_ifsnr[MAXIF+1]; // Current iflist t
772 static struct iflist iflist[MAXIF+1]; // Allow for MAXIF interfaces local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pptpd/
H A Dbcrelay.c161 struct iflist { struct
180 * that is in use (and thus present in iflist).
191 struct iflist *discoverActiveInterfaces(int s);
194 static char *iflistToString( struct iflist *ifp );
195 static char *iflistLogIToString( struct iflist *ifp, int idx, struct ifsnr *ifnr );
196 static char *iflistLogRToString( struct iflist *ifp, int idx, struct ifsnr *ifnr );
425 struct iflist *iflist = NULL; // Initialised after the 1st packet local
431 static struct ifsnr old_ifsnr[MAXIF+1]; // Old iflist to socket fd's mapping list
432 static struct ifsnr cur_ifsnr[MAXIF+1]; // Current iflist t
774 static struct iflist iflist[MAXIF+1]; // Allow for MAXIF interfaces local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pptpd/
H A Dbcrelay.c161 struct iflist { struct
180 * that is in use (and thus present in iflist).
191 struct iflist *discoverActiveInterfaces(int s);
194 static char *iflistToString( struct iflist *ifp );
195 static char *iflistLogIToString( struct iflist *ifp, int idx, struct ifsnr *ifnr );
196 static char *iflistLogRToString( struct iflist *ifp, int idx, struct ifsnr *ifnr );
425 struct iflist *iflist = NULL; // Initialised after the 1st packet local
431 static struct ifsnr old_ifsnr[MAXIF+1]; // Old iflist to socket fd's mapping list
432 static struct ifsnr cur_ifsnr[MAXIF+1]; // Current iflist t
774 static struct iflist iflist[MAXIF+1]; // Allow for MAXIF interfaces local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pptpd/
H A Dbcrelay.c161 struct iflist { struct
180 * that is in use (and thus present in iflist).
191 struct iflist *discoverActiveInterfaces(int s);
194 static char *iflistToString( struct iflist *ifp );
195 static char *iflistLogIToString( struct iflist *ifp, int idx, struct ifsnr *ifnr );
196 static char *iflistLogRToString( struct iflist *ifp, int idx, struct ifsnr *ifnr );
425 struct iflist *iflist = NULL; // Initialised after the 1st packet local
431 static struct ifsnr old_ifsnr[MAXIF+1]; // Old iflist to socket fd's mapping list
432 static struct ifsnr cur_ifsnr[MAXIF+1]; // Current iflist t
774 static struct iflist iflist[MAXIF+1]; // Allow for MAXIF interfaces local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/socket/
H A Dnetif.c49 struct ifaddrs *iflist = NULL; local
53 if (getifaddrs(&iflist) < 0) {
58 for (ifptr = iflist, total = 0;
86 freeifaddrs(iflist);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/socket/
H A Dnetif.c49 struct ifaddrs *iflist = NULL; local
53 if (getifaddrs(&iflist) < 0) {
58 for (ifptr = iflist, total = 0;
86 freeifaddrs(iflist);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/socket/
H A Dnetif.c49 struct ifaddrs *iflist = NULL; local
53 if (getifaddrs(&iflist) < 0) {
58 for (ifptr = iflist, total = 0;
86 freeifaddrs(iflist);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dinterfaces.c129 struct ifaddrs *iflist = NULL; local
135 if (getifaddrs_local(&iflist) < 0) {
137 if (getifaddrs(&iflist) < 0) {
143 for (ifptr = iflist; ifptr != NULL; ifptr = ifptr->ifa_next) {
160 for (ifptr = iflist; ifptr != NULL; ifptr = ifptr->ifa_next) {
204 freeifaddrs_local(iflist);
206 freeifaddrs(iflist);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dinterfaces.c129 struct ifaddrs *iflist = NULL; local
135 if (getifaddrs_local(&iflist) < 0) {
137 if (getifaddrs(&iflist) < 0) {
143 for (ifptr = iflist; ifptr != NULL; ifptr = ifptr->ifa_next) {
160 for (ifptr = iflist; ifptr != NULL; ifptr = ifptr->ifa_next) {
204 freeifaddrs_local(iflist);
206 freeifaddrs(iflist);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dinterfaces.c129 struct ifaddrs *iflist = NULL; local
135 if (getifaddrs_local(&iflist) < 0) {
137 if (getifaddrs(&iflist) < 0) {
143 for (ifptr = iflist; ifptr != NULL; ifptr = ifptr->ifa_next) {
160 for (ifptr = iflist; ifptr != NULL; ifptr = ifptr->ifa_next) {
204 freeifaddrs_local(iflist);
206 freeifaddrs(iflist);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dif.c40 struct list *iflist; variable in typeref:struct:list
128 listnode_add_sort (iflist, ifp);
156 listnode_delete (iflist, ifp);
188 for (ALL_LIST_ELEMENTS_RO(iflist, node, ifp))
222 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
239 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
257 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
291 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
316 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
476 for (ALL_LIST_ELEMENTS_RO (iflist, nod
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dif.c40 struct list *iflist; variable in typeref:struct:list
128 listnode_add_sort (iflist, ifp);
156 listnode_delete (iflist, ifp);
188 for (ALL_LIST_ELEMENTS_RO(iflist, node, ifp))
222 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
239 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
257 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
291 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
316 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
476 for (ALL_LIST_ELEMENTS_RO (iflist, nod
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dif.c40 struct list *iflist; variable in typeref:struct:list
128 listnode_add_sort (iflist, ifp);
156 listnode_delete (iflist, ifp);
188 for (ALL_LIST_ELEMENTS_RO(iflist, node, ifp))
222 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
239 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
257 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
291 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
316 for (ALL_LIST_ELEMENTS_RO (iflist, node, ifp))
476 for (ALL_LIST_ELEMENTS_RO (iflist, nod
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/pimd/
H A Dpim_upstream.c261 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
276 } /* scan iflist */
290 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
304 } /* scan iflist */
459 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
475 } /* scan iflist */
569 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
612 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
626 } /* scan iflist */
640 for (ALL_LIST_ELEMENTS(iflist, ifnod
[all...]
H A Dpim_vty.c122 for (ALL_LIST_ELEMENTS_RO(iflist, node, ifp)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/pimd/
H A Dpim_upstream.c261 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
276 } /* scan iflist */
290 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
304 } /* scan iflist */
459 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
475 } /* scan iflist */
569 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
612 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
626 } /* scan iflist */
640 for (ALL_LIST_ELEMENTS(iflist, ifnod
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/pimd/
H A Dpim_upstream.c261 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
276 } /* scan iflist */
290 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
304 } /* scan iflist */
459 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
475 } /* scan iflist */
569 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
612 for (ALL_LIST_ELEMENTS(iflist, ifnode, ifnextnode, ifp)) {
626 } /* scan iflist */
640 for (ALL_LIST_ELEMENTS(iflist, ifnod
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospfd/
H A Dospf_te.c70 struct list *iflist; member in struct:ospf_mpls_te
170 OspfMplsTE.iflist = list_new ();
171 OspfMplsTE.iflist->del = del_mpls_te_link;
182 list_delete (OspfMplsTE.iflist);
184 OspfMplsTE.iflist = NULL;
258 for (ALL_LIST_ELEMENTS (OspfMplsTE.iflist, node, nnode, lp))
272 for (ALL_LIST_ELEMENTS_RO (OspfMplsTE.iflist, node, lp))
290 for (ALL_LIST_ELEMENTS (OspfMplsTE.iflist, node, nnode, lp))
307 for (ALL_LIST_ELEMENTS_RO (OspfMplsTE.iflist, node, lp))
579 listnode_add (OspfMplsTE.iflist, ne
596 struct list *iflist = OspfMplsTE.iflist; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospfd/
H A Dospf_te.c70 struct list *iflist; member in struct:ospf_mpls_te
170 OspfMplsTE.iflist = list_new ();
171 OspfMplsTE.iflist->del = del_mpls_te_link;
182 list_delete (OspfMplsTE.iflist);
184 OspfMplsTE.iflist = NULL;
258 for (ALL_LIST_ELEMENTS (OspfMplsTE.iflist, node, nnode, lp))
272 for (ALL_LIST_ELEMENTS_RO (OspfMplsTE.iflist, node, lp))
290 for (ALL_LIST_ELEMENTS (OspfMplsTE.iflist, node, nnode, lp))
307 for (ALL_LIST_ELEMENTS_RO (OspfMplsTE.iflist, node, lp))
579 listnode_add (OspfMplsTE.iflist, ne
596 struct list *iflist = OspfMplsTE.iflist; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospfd/
H A Dospf_te.c70 struct list *iflist; member in struct:ospf_mpls_te
170 OspfMplsTE.iflist = list_new ();
171 OspfMplsTE.iflist->del = del_mpls_te_link;
182 list_delete (OspfMplsTE.iflist);
184 OspfMplsTE.iflist = NULL;
258 for (ALL_LIST_ELEMENTS (OspfMplsTE.iflist, node, nnode, lp))
272 for (ALL_LIST_ELEMENTS_RO (OspfMplsTE.iflist, node, lp))
290 for (ALL_LIST_ELEMENTS (OspfMplsTE.iflist, node, nnode, lp))
307 for (ALL_LIST_ELEMENTS_RO (OspfMplsTE.iflist, node, lp))
579 listnode_add (OspfMplsTE.iflist, ne
596 struct list *iflist = OspfMplsTE.iflist; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/babeld/
H A Dbabel_interface.h117 for(ALL_LIST_ELEMENTS_RO(iflist, _node, _ifp))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/babeld/
H A Dbabel_interface.h117 for(ALL_LIST_ELEMENTS_RO(iflist, _node, _ifp))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/babeld/
H A Dbabel_interface.h117 for(ALL_LIST_ELEMENTS_RO(iflist, _node, _ifp))

Completed in 165 milliseconds

12345