Home
last modified time | relevance | path

Searched refs:PPP_IPV6CP (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dppp_defs.h76 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ macro
H A Dif_spppsubr.c113 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ macro
416 PPP_IPV6CP, IDX_IPV6CP,
659 case PPP_IPV6CP: in sppp_input()
3526 sppp_cp_send (sp, PPP_IPV6CP, CONF_REJ, h->ident, rlen, buf); in sppp_ipv6cp_RCR()
3600 sppp_cp_send (sp, PPP_IPV6CP, type, h->ident, origlen, h+1); in sppp_ipv6cp_RCR()
3612 sppp_cp_send (sp, PPP_IPV6CP, type, h->ident, rlen, buf); in sppp_ipv6cp_RCR()
3821 sppp_cp_send(sp, PPP_IPV6CP, CONF_REQ, sp->confid[IDX_IPV6CP], i, &opt); in sppp_ipv6cp_scr()
5358 case PPP_IPV6CP: return "ipv6cp"; in sppp_proto_name()