Home | History | Annotate | Download | only in pppd

Lines Matching defs:unit

609     /* Assign a new PPA and get its unit number. */
624 * IP will assign a unit number which hopefully is the same as ifunit.
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
688 fatal("Can't set ifname for unit %d: %m", ifunit);
1334 output(unit, p, len)
1335 int unit;
1505 netif_set_mtu(unit, mtu)
1506 int unit, mtu;
1625 ccp_test(unit, opt_ptr, opt_len, for_transmit)
1626 int unit, opt_len, for_transmit;
1639 ccp_flags_set(unit, isopen, isup)
1640 int unit, isopen, isup;
1719 ccp_fatal_error(unit)
1720 int unit;
2024 cifroute(unit, ouraddr, hisaddr);
2026 notice("Removing ppp interface unit");
2028 error("Can't remove ppp interface unit: %m");
2100 sifproxyarp(unit, hisaddr)
2101 int unit;
2126 cifproxyarp(unit, hisaddr)
2127 int unit;
2227 int unit, iffd, adrlen;
2237 * First split apart the device name and unit.
2243 unit = atoi(q+1);
2254 if (dlpi_attach(iffd, unit) < 0