Home
last modified time | relevance | path

Searched refs:protent (Results 1 – 21 of 21) sorted by relevance

/third_party/lwip/src/netif/ppp/
Ddemand.c86 const struct protent *protp; in demand_conf()
131 const struct protent *protp; in demand_block()
148 const struct protent *protp; in demand_discard()
174 const struct protent *protp; in demand_unblock()
439 const struct protent *protp;
Decp.c102 const struct protent ecp_protent = {
Dppp.c171 const struct protent* const protocols[] = {
651 const struct protent *protp; in ppp_new()
926 const struct protent *protp; in ppp_input()
Dauth.c718 const struct protent *protp; in upper_layers_down()
746 const struct protent *protp; in link_established()
920 const struct protent *protp; in start_networks()
973 const struct protent *protp; in continue_networks()
Dupap.c92 const struct protent pap_protent = {
Dchap-new.c648 const struct protent chap_protent = {
Dutils.c450 const struct protent *protp; in ppp_format_packet()
Dipv6cp.c274 const struct protent ipv6cp_protent = {
Dlcp.c275 const struct protent lcp_protent = {
564 const struct protent *protp; in lcp_rprotrej()
Dccp.c182 const struct protent ccp_protent = {
Dipcp.c281 const struct protent ipcp_protent = {
Deap.c108 const struct protent eap_protent = {
/third_party/lwip/src/include/netif/ppp/
Decp.h55 extern const struct protent ecp_protent;
Dipv6cp.h184 extern const struct protent ipv6cp_protent;
Dupap.h124 extern const struct protent pap_protent;
Dipcp.h127 extern const struct protent ipcp_protent;
Dccp.h155 extern const struct protent ccp_protent;
Dlcp.h166 extern const struct protent lcp_protent;
Deap.h161 extern const struct protent eap_protent;
Dchap-new.h193 extern const struct protent chap_protent;
Dppp_impl.h281 struct protent { struct
325 extern const struct protent* const protocols[]; argument