Lines Matching refs:unit
170 /** unit number / ppp descriptor */
350 PPPDEBUG(LOG_DEBUG, ("pppRecvWakeup: unit %d\n", pd));
361 PPPDEBUG(LOG_DEBUG, ("pppLinkTerminated: unit %d\n", pd));
376 PPPDEBUG(LOG_DEBUG, ("pppLinkTerminated: unit %d: linkStatusCB=%p errCode=%d\n", pd, pc->linkStatusCB, pc->errCode));
390 PPPDEBUG(LOG_DEBUG, ("pppLinkDown: unit %d\n", pd));
408 PPPDEBUG(LOG_DEBUG, ("pppStart: unit %d\n", pd));
418 PPPDEBUG(LOG_DEBUG, ("pppStop: unit %d\n", pd));
426 PPPDEBUG(LOG_DEBUG, ("pppHupCB: unit %d\n", pd));
582 PPPDEBUG(LOG_INFO, ("pppOverSerialOpen: unit %d: Connecting\n", pd));
672 PPPDEBUG(LOG_DEBUG, ("pppClose: unit %d kill_link -> pppStop\n", pd));
680 PPPDEBUG(LOG_DEBUG, ("pppClose: unit %d kill_link -> pppStop\n", pd));
697 PPPDEBUG(LOG_DEBUG, ("pppSigHUP: unit %d sig_hup -> pppHupCB\n", pd));
1151 ppp_send_config( int unit, u16_t mtu, u32_t asyncmap, int pcomp, int accomp)
1153 PPPControl *pc = &pppControl[unit];
1165 unit,
1174 ppp_set_xaccm(int unit, ext_accm *accm)
1176 SMEMCPY(pppControl[unit].outACCM, accm, sizeof(ext_accm));
1178 unit,
1179 pppControl[unit].outACCM[0],
1180 pppControl[unit].outACCM[1],
1181 pppControl[unit].outACCM[2],
1182 pppControl[unit].outACCM[3]));
1191 ppp_recv_config( int unit, int mru, u32_t asyncmap, int pcomp, int accomp)
1193 PPPControl *pc = &pppControl[unit];
1209 unit,
1221 ccp_test( int unit, int opt_len, int for_transmit, u_char *opt_ptr)
1230 ccp_flags_set(int unit, int isopen, int isup)
1241 ccp_fatal_error(int unit)
1358 PPPDEBUG(LOG_DEBUG, ("sifup: unit %d: linkStatusCB=%p errCode=%d\n", pd, pc->linkStatusCB, pc->errCode));
1400 PPPDEBUG(LOG_DEBUG, ("sifdown: unit %d: linkStatusCB=%p errCode=%d\n", pd, pc->linkStatusCB, pc->errCode));
1410 * @param pd Interface unit ???
1439 * @param pd Interface unit ???
1558 PPPDEBUG(LOG_INFO, ("pppOverEthernetLinkStatusCB: unit %d: Connecting\n", pd));
1594 int unit;
1609 pd = ((struct pppInputHeader *)nb->payload)->unit;
1955 pih->unit = pcrx->pd;
2000 pih->unit = pd;