Searched refs:unit (Results 1 - 25 of 293) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Drc.c1248 * wl: by unit # provided by the driver, for example, if eth1 is wireless
1249 * i/f and its unit # is 0, then it will be in the i/f name list if
1259 int i, unit; local
1283 /* wl: use unit # to identify wl */
1286 wl_ioctl(ifr.ifr_name, WLC_GET_INSTANCE, &unit, sizeof(unit)) ||
1287 unit != atoi(&name[2]))
1465 nvram_unset(strcat_r(prefix, "unit", tmp));
1488 ure_restore_defaults(int unit) argument
1493 sprintf(prefix, "wl%d.1_", unit);
1507 set_ure_vars(int unit) argument
2227 int unit; local
2459 int unit = -1; local
[all...]
H A Dnetwork.c752 int unit = -1; local
755 wl_ioctl(name, WLC_GET_INSTANCE, &unit, sizeof(unit));
757 snprintf(mode, sizeof(mode), "wl%d_mode", unit);
1453 int unit; local
1455 if ((unit = wan_ifunit(ifname)) < 0)
1458 sprintf(prefix, "wan%d_", unit);
1502 int unit; local
1528 for (unit = 0; unit < MAX_NVPARS
2029 int unit; local
2172 int unit; local
2210 int unit; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_getparam.c430 char *unit; local
431 curl_off_t value = curlx_strtoofft(nextarg, &unit, 0);
433 if(!*unit)
434 unit = (char *)"b";
435 else if(strlen(unit) > 1)
436 unit = (char *)"w"; /* unsupported */
438 switch(*unit) {
456 warnf(config, "unsupported rate unit. Use G, M, K or B!\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A DMakefile292 #BUILD_UNIT = unit
294 DIST_SUBDIRS = $(SUBDIRS) unit
H A DMakefile.am34 BUILD_UNIT = unit
40 DIST_SUBDIRS = $(SUBDIRS) unit
H A DMakefile.in292 @BUILD_UNITTESTS_TRUE@BUILD_UNIT = unit
294 DIST_SUBDIRS = $(SUBDIRS) unit
H A Druntests.pl151 my $UNITDIR="./unit";
3037 elsif($tool =~ /^unit/) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A DMakefile2 # tests/unit/Makefile. Generated from Makefile.in by configure.
17 # these files are used in every single unit test program
44 subdir = tests/unit
377 # These are all unit test programs
403 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/unit/Makefile'; \
405 $(AUTOMAKE) --foreign tests/unit/Makefile
H A DMakefile.in17 # these files are used in every single unit test program
44 subdir = tests/unit
377 # These are all unit test programs
403 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/unit/Makefile'; \
405 $(AUTOMAKE) --foreign tests/unit/Makefile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/printing/
H A Dprtpub.c101 DWORD unit; local
107 unit = DeviceCapabilities(printer, port, DC_PRINTRATEUNIT, NULL, NULL);
108 switch(unit) {
126 printf("printRateUnit: unknown value %d\n", unit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex377 Then we see the interface {\em mtu\/} (``maximal transfer unit''). This determines
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp-comp.h82 int opt_len, int unit, int opthdr, int debug);
102 int opt_len, int unit, int opthdr, int mru,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/net/
H A Dppp-comp.h67 int unit, int hdrlen, int debug));
82 int unit, int hdrlen, int mru, int debug));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dbsd-comp.c110 u_char unit; member in struct:bsd_db
155 int unit, int hdrlen, int debug));
157 int unit, int hdrlen, int mru, int debug));
427 bsd_init(db, options, opt_len, unit, hdrlen, mru, debug, decomp)
430 int opt_len, unit, hdrlen, mru, debug, decomp;
452 db->unit = unit;
464 bsd_comp_init(state, options, opt_len, unit, hdrlen, debug)
467 int opt_len, unit, hdrlen, debug;
470 unit, hdrle
[all...]
H A Ddeflate.c73 int unit; member in struct:deflate_state
91 int unit, int hdrlen, int debug));
93 int unit, int hdrlen, int mru, int debug));
260 z_comp_init(arg, options, opt_len, unit, hdrlen, debug)
263 int opt_len, unit, hdrlen, debug;
276 state->unit = unit;
513 z_decomp_init(arg, options, opt_len, unit, hdrlen, mru, debug)
516 int opt_len, unit, hdrlen, mru, debug;
529 state->unit
[all...]
H A Dif_ppp.c106 int unit; member in struct:if_ppp_state
175 sp->unit = -1; /* no interface unit attached at present */
195 if (sp->unit >= 0) {
196 if (sp->unit < ppp_nalloc) {
197 states[sp->unit] = 0;
198 ifp = ifs[sp->unit];
203 printf("if_ppp: unit %d nonexistent!\n", sp->unit);
220 int error, unit; local
[all...]
H A Dppp.c925 /* Find the unit number in the interface name. */
936 /* Convert the unit number to binary. */
1625 char unit[32]; local
1627 sprintf(unit, "ppp%d", us->ppa->ppa_id);
1628 us->kstats = kstat_create("ppp", us->ppa->ppa_id, unit,
H A Dppp_ahdlc.c185 int unit; /* current PPP unit number */ member in struct:ahdlc_state
385 DPRINT1("ahdlc_wput/%d: PPPIO_XACCM b_cont = 0!\n", state->unit);
406 DPRINT1("ahdlc_wput/%d: PPPIO_RACCM b_cont = 0!\n", state->unit);
508 state->unit = mp->b_rptr[1];
789 state->unit, msgdsize(state->rx_buf));
851 state->unit, msgdsize(state->rx_buf));
H A Dppp_comp.c135 int unit; member in struct:comp_state
359 DPRINT1("ppp_comp_wput/%d: PPPIO_CFLAGS b_cont = 0!\n", cp->unit);
389 DPRINT1("ppp_comp_wput/%d: PPPIO_VJINIT b_cont = 0!\n", cp->unit);
407 DPRINT1("ppp_comp_wput/%d: PPPIO_[XR]COMP b_cont = 0!\n", cp->unit);
546 DPRINT1("ppp_comp_wput/%d: PPPIO_DEBUG b_cont = 0!\n", cp->unit);
551 DPRINT1("ppp_comp%d: debug log enabled\n", cp->unit);
592 cp->unit = mp->b_rptr[1];
960 DPRINT1("ppp%d: resetting VJ\n", cp->unit);
970 cp->unit, len);
1018 cp->unit, le
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c543 link_required(unit)
544 int unit;
551 void start_link(unit)
552 int unit;
613 link_terminated(unit)
614 int unit;
635 * can happen that another pppd gets the same unit and then
646 * the ppp unit back to the loopback. Set the
686 link_down(unit)
687 int unit;
707 upper_layers_down(int unit) argument
[all...]
H A Dcbcp.c64 static void cbcp_init __P((int unit));
65 static void cbcp_open __P((int unit));
66 static void cbcp_lowerup __P((int unit));
67 static void cbcp_input __P((int unit, u_char *pkt, int len));
68 static void cbcp_protrej __P((int unit));
146 cbcp_open(unit)
147 int unit;
154 cbcp_input(unit, inpacket, pktlen)
155 int unit;
163 cbcp_state *us = &cbcp[unit];
[all...]
H A Dccp.c167 static void ccp_init __P((int unit));
168 static void ccp_open __P((int unit));
169 static void ccp_close __P((int unit, char *));
170 static void ccp_lowerup __P((int unit));
172 static void ccp_input __P((int unit, u_char *pkt, int len));
173 static void ccp_protrej __P((int unit));
177 static void ccp_datainput __P((int unit, u_char *pkt, int len));
351 ccp_init(unit)
352 int unit;
354 fsm *f = &ccp_fsm[unit];
[all...]
H A Dchap-new.c113 static void chap_init(int unit);
114 static void chap_lowerup(int unit);
115 static void chap_lowerdown(int unit);
128 static void chap_protrej(int unit);
129 static void chap_input(int unit, unsigned char *pkt, int pktlen);
140 chap_init(int unit) argument
165 chap_lowerup(int unit) argument
177 chap_lowerdown(int unit) argument
194 chap_auth_peer(int unit, char *our_name, int digest_code) argument
224 chap_auth_with_peer(int unit, cha argument
510 chap_input(int unit, unsigned char *pkt, int pktlen) argument
541 chap_protrej(int unit) argument
[all...]
H A Dchap-new.h124 extern void chap_auth_peer(int unit, char *our_name, int digest_code);
127 extern void chap_auth_with_peer(int unit, char *our_name, int digest_code);
H A Deap.c81 eap_state eap_states[NUM_PPP]; /* EAP state; one for each unit */
114 static void eap_init __P((int unit));
115 static void eap_input __P((int unit, u_char *inp, int inlen));
116 static void eap_protrej __P((int unit));
117 static void eap_lowerup __P((int unit));
118 static void eap_lowerdown __P((int unit));
200 eap_init(unit)
201 int unit;
203 eap_state *esp = &eap_states[unit];
206 esp->es_unit = unit;
[all...]

Completed in 122 milliseconds

1234567891011>>