Searched refs:unit (Results 26 - 50 of 348) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dipv6cp.c46 est une f�d�ration d'unit�s mixtes de recherche du CNRS, de l'Institut National
69 The research unit in Software, Systems, Networks (LSR) is member of IMAG.
366 ipv6cp_init(unit)
367 int unit;
369 fsm *f = &ipv6cp_fsm[unit];
370 ipv6cp_options *wo = &ipv6cp_wantoptions[unit];
371 ipv6cp_options *ao = &ipv6cp_allowoptions[unit];
373 f->unit = unit;
376 fsm_init(&ipv6cp_fsm[unit]);
[all...]
H A Dauth.c376 link_required(unit)
377 int unit;
386 link_terminated(unit)
387 int unit;
405 link_down(unit)
406 int unit;
413 update_link_stats(unit);
421 (*protp->lowerdown)(unit);
423 (*protp->close)(unit, "LCP down");
436 link_established(unit)
[all...]
H A Dupap.c86 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
98 * upap_init - Initialize a UPAP unit.
101 upap_init(unit)
102 int unit;
104 upap_state *u = &upap[unit];
106 u->us_unit = unit;
126 upap_authwithpeer(unit, user, password)
127 int unit;
130 upap_state *u = &upap[unit];
156 upap_authpeer(unit)
[all...]
H A Dchap.c104 chap_state chap[NUM_PPP]; /* CHAP state; one for each unit */
122 * ChapInit - Initialize a CHAP unit.
125 ChapInit(unit)
126 int unit;
128 chap_state *cstate = &chap[unit];
131 cstate->unit = unit;
145 ChapAuthWithPeer(unit, our_name, digest)
146 int unit;
150 chap_state *cstate = &chap[unit];
[all...]
H A Dipcp.c522 ipcp_init(unit)
523 int unit;
525 fsm *f = &ipcp_fsm[unit];
526 ipcp_options *wo = &ipcp_wantoptions[unit];
527 ipcp_options *ao = &ipcp_allowoptions[unit];
529 f->unit = unit;
532 fsm_init(&ipcp_fsm[unit]);
562 ipcp_open(unit)
563 int unit;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dipv6cp.c68 est une f�d�ration d'unit�s mixtes de recherche du CNRS, de l'Institut National
91 The research unit in Software, Systems, Networks (LSR) is member of IMAG.
414 ipv6cp_init(unit)
415 int unit;
417 fsm *f = &ipv6cp_fsm[unit];
418 ipv6cp_options *wo = &ipv6cp_wantoptions[unit];
419 ipv6cp_options *ao = &ipv6cp_allowoptions[unit];
421 f->unit = unit;
424 fsm_init(&ipv6cp_fsm[unit]);
[all...]
H A Dupap.c109 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
121 * upap_init - Initialize a UPAP unit.
124 upap_init(unit)
125 int unit;
127 upap_state *u = &upap[unit];
129 u->us_unit = unit;
149 upap_authwithpeer(unit, user, password)
150 int unit;
153 upap_state *u = &upap[unit];
179 upap_authpeer(unit)
[all...]
H A Dauth.c537 link_required(unit)
538 int unit;
547 link_terminated(unit)
548 int unit;
566 link_down(unit)
567 int unit;
575 update_link_stats(unit);
583 (*protp->lowerdown)(unit);
585 (*protp->close)(unit, "LCP down");
598 link_established(unit)
[all...]
H A Dipcp.c558 ipcp_init(unit)
559 int unit;
561 fsm *f = &ipcp_fsm[unit];
562 ipcp_options *wo = &ipcp_wantoptions[unit];
563 ipcp_options *ao = &ipcp_allowoptions[unit];
565 f->unit = unit;
568 fsm_init(&ipcp_fsm[unit]);
602 ipcp_open(unit)
603 int unit;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dipv6cp.c68 est une f�d�ration d'unit�s mixtes de recherche du CNRS, de l'Institut National
91 The research unit in Software, Systems, Networks (LSR) is member of IMAG.
413 ipv6cp_init(unit)
414 int unit;
416 fsm *f = &ipv6cp_fsm[unit];
417 ipv6cp_options *wo = &ipv6cp_wantoptions[unit];
418 ipv6cp_options *ao = &ipv6cp_allowoptions[unit];
420 f->unit = unit;
423 fsm_init(&ipv6cp_fsm[unit]);
[all...]
H A Dupap.c109 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
121 * upap_init - Initialize a UPAP unit.
124 upap_init(unit)
125 int unit;
127 upap_state *u = &upap[unit];
129 u->us_unit = unit;
149 upap_authwithpeer(unit, user, password)
150 int unit;
153 upap_state *u = &upap[unit];
179 upap_authpeer(unit)
[all...]
H A Dauth.c537 link_required(unit)
538 int unit;
547 link_terminated(unit)
548 int unit;
566 link_down(unit)
567 int unit;
575 update_link_stats(unit);
583 (*protp->lowerdown)(unit);
585 (*protp->close)(unit, "LCP down");
598 link_established(unit)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dppp.c33 * parse ifname to retrieve unit #
55 int unit; local
62 if ((unit = ppp_ifunit(wan_ifname)) < 0)
65 snprintf(prefix, sizeof(prefix), "wan%d_", unit);
109 int unit; local
114 if ((unit = ppp_ifunit(wan_ifname)) < 0)
117 snprintf(prefix, sizeof(prefix), "wan%d_", unit);
H A Dudhcpc.c40 int unit; local
42 if ((unit = wan_ifunit(wan_ifname)) < 0)
46 snprintf(tmp, sizeof(tmp), "/tmp/udhcpc%d.expires", unit);
92 int unit; local
94 if ((unit = wan_ifunit(wan_ifname)) < 0)
97 snprintf(prefix, sizeof(prefix), "wan%d_", unit);
100 if ((unit = wan_ifunit(wan_ifname)) < 0)
103 snprintf(prefix, sizeof(prefix), "wan%d_", unit);
162 int unit; local
164 if ((unit
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dppp.c33 * parse ifname to retrieve unit #
55 int unit; local
62 if ((unit = ppp_ifunit(wan_ifname)) < 0)
65 snprintf(prefix, sizeof(prefix), "wan%d_", unit);
109 int unit; local
114 if ((unit = ppp_ifunit(wan_ifname)) < 0)
117 snprintf(prefix, sizeof(prefix), "wan%d_", unit);
H A Dudhcpc.c39 int unit; local
41 if ((unit = wan_ifunit(wan_ifname)) < 0)
45 snprintf(tmp, sizeof(tmp), "/tmp/udhcpc%d.expires", unit);
90 int unit; local
92 if ((unit = wan_ifunit(wan_ifname)) < 0)
95 snprintf(prefix, sizeof(prefix), "wan%d_", unit);
98 if ((unit = wan_ifunit(wan_ifname)) < 0)
101 snprintf(prefix, sizeof(prefix), "wan%d_", unit);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dinventory.h17 void add_to_inventory (int class, int type, int controller, int unit, int state);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dinventory.h17 void add_to_inventory (int class, int type, int controller, int unit, int state);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dinventory.h17 void add_to_inventory (int class, int type, int controller, int unit, int state);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dphonedev.h21 extern int phone_register_device(struct phone_device *, int unit);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dphonedev.h21 extern int phone_register_device(struct phone_device *, int unit);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dinventory.h17 void add_to_inventory (int class, int type, int controller, int unit, int state);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-geometry.c55 int unit; local
66 for (unit = 0; unit < MAX_DRIVES; ++unit) {
67 ide_drive_t *drive = &hwif->drives[unit];
69 if ((cmos_disks & (0xf0 >> (unit*4)))
81 unit+'a', cyl, head, sect);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dcheck.c107 unsigned int unit = (minor >> hd->minor_shift); local
110 if ((unit < hd->nr_real) && hd->part[minor].de) {
120 && genhd_dasd_name (buf, unit, part, hd) == 0)
130 unit += 2;
132 unit += 2;
134 unit += 2;
136 unit += 2;
138 unit += 2;
140 unit += 2;
142 unit
[all...]
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Det_cfe.c64 ET_TRACE(("et%d: et_init\n", et->etc->unit));
73 ET_TRACE(("et%d: et_reset\n", et->etc->unit));
82 et->etc->unit, et->etc->speed, (et->etc->duplex? "FD" : "HD")));
88 ET_ERROR(("et%d: link down\n", et->etc->unit));
97 ET_TRACE(("et%d: et_up\n", et->etc->unit));
110 ET_TRACE(("et%d: et_down\n", et->etc->unit));
176 * probe_b - unit number
190 uint unit; local
194 unit = (uint) probe_b;
197 ET_ERROR(("et%d: KMALLOC failed\n", unit));
[all...]

Completed in 163 milliseconds

1234567891011>>