Lines Matching defs:protocol
215 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
217 if (protp->protocol < 0xC000 && protp->close != NULL)
244 if (protp->protocol != PPP_LCP && protp->enabled_flag
323 if (protp->protocol < 0xC000 && protp->enabled_flag
326 if (protp->protocol != PPP_CCP)
336 * The peer has failed to authenticate himself using `protocol'.
339 auth_peer_fail(int unit, int protocol)
348 * The peer has been successfully authenticated using `protocol'.
351 auth_peer_success(int unit, int protocol, char *name, int namelen)
355 switch (protocol) {
363 syslog(LOG_WARNING, "auth_peer_success: unknown protocol %x",
364 protocol);
386 * We have failed to authenticate ourselves to the peer using `protocol'.
389 auth_withpeer_fail(int unit, int protocol)
401 * We have successfully authenticated ourselves with the peer using `protocol'.
404 auth_withpeer_success(int unit, int protocol)
408 switch (protocol) {
418 syslog(LOG_WARNING, "auth_peer_success: unknown protocol %x",
419 protocol);
433 * np_up - a network protocol has come up.
464 * np_down - a network protocol has gone down.
475 * np_finished - a network protocol has finished using the link.