Searched refs:ppa (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/modules/
H A Dppp.c181 struct upperstr *ppa; /* control stream for our ppa */ member in struct:upperstr
182 struct upperstr *next; /* next stream for this ppa */
291 static int pass_packet __P((upperstr_t *ppa, mblk_t *mp, int outbound));
293 static int ip_hard_filter __P((upperstr_t *ppa, mblk_t *mp, int outbound));
337 #define INCR_IPACKETS(ppa) \
338 if (ppa->kstats != 0) { \
339 KSTAT_NAMED_PTR(ppa->kstats)[0].value.ul++; \
341 #define INCR_IERRORS(ppa) \
342 if (ppa
595 upperstr_t *us, *ppa, *nps; local
1091 upperstr_t *ppa, *os; local
1493 upperstr_t *ppa; local
1538 upperstr_t *ppa; local
1812 upperstr_t *ppa, *us; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/solaris/
H A Dppp.c181 struct upperstr *ppa; /* control stream for our ppa */ member in struct:upperstr
182 struct upperstr *next; /* next stream for this ppa */
293 static int pass_packet __P((upperstr_t *ppa, mblk_t *mp, int outbound));
295 static int ip_hard_filter __P((upperstr_t *ppa, mblk_t *mp, int outbound));
339 #define INCR_IPACKETS(ppa) \
340 if (ppa->kstats != 0) { \
341 KSTAT_NAMED_PTR(ppa->kstats)[0].value.ul++; \
343 #define INCR_IERRORS(ppa) \
344 if (ppa
597 upperstr_t *us, *ppa, *nps; local
1099 upperstr_t *ppa, *os; local
1506 upperstr_t *ppa; local
1551 upperstr_t *ppa; local
1827 upperstr_t *ppa, *us; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dconfig.c824 int fd, ppa; local
847 ppa = atoi( p );
859 if ( ioctl( fd, IF_UNITSEL, ppa ) < 0 ) {
873 LOG(log_info, logtype_atalkd, "plumbed %s%d", device, ppa );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dif.c77 void dlattachreq(int fd, u_long ppa);
716 int ppa; local
722 ppa = atoi(&ifname[strlen(ifname)-1]);
738 dlattachreq(fd, ppa);
888 void dlattachreq(int fd, u_long ppa) argument
895 attach_req.dl_ppa = ppa;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dsys-solaris.c211 * sifppa - Sets interface ppa
213 * without setting the ppa, ip module will return EINVAL upon setting the
218 * IF_UNITSEL (old) or SIOCSLIFNAME (new) ioctls. Such setting of the ppa
229 sifppa(fd, ppa)
231 int ppa;
233 return (int)ioctl(fd, IF_UNITSEL, (char *)&ppa);
448 * slifname - Sets interface ppa and flags
454 slifname(fd, ppa)
456 int ppa;
468 lifr.lifr_ppa = ppa;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c256 * sifppa - Sets interface ppa
258 * without setting the ppa, ip module will return EINVAL upon setting the
263 * IF_UNITSEL (old) or SIOCSLIFNAME (new) ioctls. Such setting of the ppa
274 sifppa(fd, ppa)
276 int ppa;
278 return (int)ioctl(fd, IF_UNITSEL, (char *)&ppa);
493 * slifname - Sets interface ppa and flags
499 slifname(fd, ppa)
501 int ppa;
513 lifr.lifr_ppa = ppa;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A Ddlpi.c90 dl_attach_req( queue_t *q, ulong ppa )
103 dl->attach_req.dl_ppa = ppa;
H A Dif.c64 if_name( struct atif_data *aid, char *name, ulong ppa )
66 sprintf( aid->aid_name, "%s%ld", name, ppa );
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A DMakefile121 obj-$(CONFIG_SCSI_PPA) += ppa.o

Completed in 174 milliseconds