Searched refs:sppp_cp_send (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/sys/net/ |
| HD | if_spppsubr.c | 269 static void sppp_cp_send(struct sppp *sp, u_short proto, u_char type, 572 sppp_cp_send (sp, PPP_LCP, PROTO_REJ, in sppp_input() 1407 sppp_cp_send(struct sppp *sp, u_short proto, u_char type, in sppp_cp_send() function 1496 sppp_cp_send(sp, cp->proto, TERM_ACK, h->ident, in sppp_cp_input() 1558 sppp_cp_send(sp, cp->proto, TERM_ACK, h->ident, 0, 0); in sppp_cp_input() 1608 sppp_cp_send(sp, cp->proto, TERM_ACK, h->ident, 0, 0); in sppp_cp_input() 1657 sppp_cp_send(sp, cp->proto, TERM_ACK, h->ident, 0, 0); in sppp_cp_input() 1831 sppp_cp_send (sp, PPP_LCP, ECHO_REPLY, h->ident, len-4, h+1); in sppp_cp_input() 1860 sppp_cp_send(sp, cp->proto, CODE_REJ, in sppp_cp_input() 2016 sppp_cp_send(sp, cp->proto, TERM_REQ, in sppp_close_event() [all …]
|