Lines Matching full:ppa
256 * 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;
609 /* Assign a new PPA and get its unit number. */
657 * Assign ppa according to the unit number returned by ppp device
665 fatal("Can't set ppa for unit %d: %m", ifunit);
681 * Assign ppa according to the unit number returned by ppp device
2304 dlpi_attach(fd, ppa)
2305 int fd, ppa;
2311 req.dl_ppa = ppa;