Lines Matching full:unit

170   /** unit number / ppp descriptor */
350 PPPDEBUG(LOG_DEBUG, ("pppRecvWakeup: unit %d\n", pd)); in pppRecvWakeup()
361 PPPDEBUG(LOG_DEBUG, ("pppLinkTerminated: unit %d\n", pd)); in pppLinkTerminated()
376 …PPPDEBUG(LOG_DEBUG, ("pppLinkTerminated: unit %d: linkStatusCB=%p errCode=%d\n", pd, pc->linkStatu… in pppLinkTerminated()
390 PPPDEBUG(LOG_DEBUG, ("pppLinkDown: unit %d\n", pd)); in pppLinkDown()
408 PPPDEBUG(LOG_DEBUG, ("pppStart: unit %d\n", pd)); in pppStart()
418 PPPDEBUG(LOG_DEBUG, ("pppStop: unit %d\n", pd)); in pppStop()
426 PPPDEBUG(LOG_DEBUG, ("pppHupCB: unit %d\n", pd)); in pppHup()
582 PPPDEBUG(LOG_INFO, ("pppOverSerialOpen: unit %d: Connecting\n", pd)); in pppOverSerialOpen()
672 PPPDEBUG(LOG_DEBUG, ("pppClose: unit %d kill_link -> pppStop\n", pd)); in pppClose()
680 PPPDEBUG(LOG_DEBUG, ("pppClose: unit %d kill_link -> pppStop\n", pd)); in pppClose()
697 PPPDEBUG(LOG_DEBUG, ("pppSigHUP: unit %d sig_hup -> pppHupCB\n", pd)); in pppSigHUP()
1010 * Return the Maximum Transmission Unit for the given PPP connection.
1151 ppp_send_config( int unit, u16_t mtu, u32_t asyncmap, int pcomp, int accomp) in ppp_send_config() argument
1153 PPPControl *pc = &pppControl[unit]; in ppp_send_config()
1165 unit, in ppp_send_config()
1174 ppp_set_xaccm(int unit, ext_accm *accm) in ppp_set_xaccm() argument
1176 SMEMCPY(pppControl[unit].outACCM, accm, sizeof(ext_accm)); in ppp_set_xaccm()
1178 unit, in ppp_set_xaccm()
1179 pppControl[unit].outACCM[0], in ppp_set_xaccm()
1180 pppControl[unit].outACCM[1], in ppp_set_xaccm()
1181 pppControl[unit].outACCM[2], in ppp_set_xaccm()
1182 pppControl[unit].outACCM[3])); in ppp_set_xaccm()
1191 ppp_recv_config( int unit, int mru, u32_t asyncmap, int pcomp, int accomp) in ppp_recv_config() argument
1193 PPPControl *pc = &pppControl[unit]; in ppp_recv_config()
1209 unit, in ppp_recv_config()
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->err… in sifup()
1400 …PPPDEBUG(LOG_DEBUG, ("sifdown: unit %d: linkStatusCB=%p errCode=%d\n", pd, pc->linkStatusCB, pc->e… in sifdown()
1410 * @param pd Interface unit ???
1439 * @param pd Interface unit ???
1558 PPPDEBUG(LOG_INFO, ("pppOverEthernetLinkStatusCB: unit %d: Connecting\n", pd)); in pppOverEthernetLinkStatusCB()
1594 int unit; member
1609 pd = ((struct pppInputHeader *)nb->payload)->unit; in pppInput()
1955 pih->unit = pcrx->pd; in pppInProc()
2000 pih->unit = pd; in pppInProcOverEthernet()