Searched refs:protos (Results 1 – 3 of 3) sorted by relevance
153 #define __P(protos) protos /* full-blown ANSI C */ argument171 #define __P(protos) () /* traditional C preprocessor */ argument
33 u_long protos; /* bitmask of protos that are started */ member
2138 sp->lcp.protos = 0; in sppp_lcp_init()2157 sp->lcp.protos = 0; in sppp_lcp_up()3265 sp->lcp.protos |= (1 << IDX_IPCP); in sppp_ipcp_tls()3272 sp->lcp.protos &= ~(1 << IDX_IPCP); in sppp_ipcp_tlf()3781 sp->lcp.protos |= (1 << IDX_IPV6CP); in sppp_ipv6cp_tls()3790 sp->lcp.protos &= ~(1 << IDX_IPV6CP); in sppp_ipv6cp_tlf()4296 sp->lcp.protos |= (1 << IDX_CHAP); in sppp_chap_tlu()4325 sp->lcp.protos &= ~(1 << IDX_CHAP); in sppp_chap_tld()4463 (sp->lcp.protos & (1 << IDX_PAP)) == 0) { in sppp_pap_input()4613 sp->lcp.protos |= (1 << IDX_PAP); in sppp_pap_tlu()[all …]