if_spppsubr.c | 2007 u_char ctype; local in function:sppp_rcr_update_state 2017 ctype = CONF_ACK; 2023 cp->screply(cp, sp, ctype, ident, msglen, msg); 2029 cp->screply(cp, sp, ctype, ident, msglen, msg); 2034 cp->screply(cp, sp, ctype, ident, msglen, msg); 2040 cp->screply(cp, sp, ctype, ident, msglen, msg); 2058 ctype = type == CP_RCR_NAK ? CONF_NAK : CONF_REJ; 2065 cp->screply(cp, sp, ctype, ident, msglen, msg); 2071 cp->screply(cp, sp, ctype, ident, msglen, msg); 2076 cp->screply(cp, sp, ctype, ident, msglen, msg) 4212 int ctype = type == CP_RCR_REJ ? CONF_REJ : CONF_NAK; local in function:sppp_ipv6cp_confreq 4234 int ctype ; local in function:sppp_ipv6cp_confreq [all...] |