| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | pppol2tp.c | 227 PUTSHORT(protocol, pl); in pppol2tp_netif_output() 835 PUTSHORT(len, p); /* Length */ in pppol2tp_send_sccrq() 836 PUTSHORT(0, p); /* Tunnel Id */ in pppol2tp_send_sccrq() 843 PUTSHORT(0, p); /* Vendor ID */ in pppol2tp_send_sccrq() 849 PUTSHORT(0, p); /* Vendor ID */ in pppol2tp_send_sccrq() 855 PUTSHORT(0, p); /* Vendor ID */ in pppol2tp_send_sccrq() 930 PUTSHORT(len, p); /* Length */ in pppol2tp_send_scccn() 977 PUTSHORT(len, p); /* Length */ in pppol2tp_send_icrq() 1025 PUTSHORT(len, p); /* Length */ in pppol2tp_send_iccn() 1072 PUTSHORT(len, p); /* Length */ in pppol2tp_send_zlb() [all …]
|
| A D | lcp.c | 848 PUTSHORT(val, ucp); \ in lcp_addci() 855 PUTSHORT(PPP_CHAP, ucp); \ in lcp_addci() 870 PUTSHORT(PPP_LQR, ucp); \ in lcp_addci() 1976 PUTSHORT(PPP_EAP, nakoutp); in lcp_reqci() 2014 PUTSHORT(PPP_EAP, nakoutp); in lcp_reqci() 2019 PUTSHORT(PPP_PAP, nakoutp); in lcp_reqci() 2072 PUTSHORT(PPP_PAP, nakoutp); in lcp_reqci() 2095 PUTSHORT(PPP_EAP, nakoutp); in lcp_reqci() 2101 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci() 2108 PUTSHORT(PPP_PAP, nakoutp); in lcp_reqci() [all …]
|
| A D | eap.c | 269 PUTSHORT(EAP_HEADERLEN, outp); in eap_send_failure() 300 PUTSHORT(EAP_HEADERLEN, outp); in eap_send_success() 859 PUTSHORT(outlen, lenloc); in eap_send_request() 1036 PUTSHORT(msglen, outp); in eap_send_response() 1070 PUTSHORT(msglen, outp); in eap_chap_response() 1115 PUTSHORT(msglen, outp); 1157 PUTSHORT(msglen, outp); 1188 PUTSHORT(msglen, outp); in eap_send_nak()
|
| A D | upap.c | 549 PUTSHORT(outlen, outp); in upap_sauthreq() 586 PUTSHORT(outlen, outp); in upap_sresp()
|
| A D | fsm.c | 751 PUTSHORT(cilen + HEADERLEN, outp); in fsm_sconfreq() 795 PUTSHORT(outlen, outp); in fsm_sdata()
|
| A D | ipv6cp.c | 561 PUTSHORT(val, ucp); \
|
| A D | pppoe.c | 268 PUTSHORT(protocol, pl); in pppoe_netif_output()
|
| A D | ipcp.c | 833 PUTSHORT(val, ucp); \ in ipcp_addci()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | pppol2tp.c | 227 PUTSHORT(protocol, pl); in pppol2tp_netif_output() 807 PUTSHORT(len, p); /* Length */ in pppol2tp_send_sccrq() 808 PUTSHORT(0, p); /* Tunnel Id */ in pppol2tp_send_sccrq() 815 PUTSHORT(0, p); /* Vendor ID */ in pppol2tp_send_sccrq() 821 PUTSHORT(0, p); /* Vendor ID */ in pppol2tp_send_sccrq() 827 PUTSHORT(0, p); /* Vendor ID */ in pppol2tp_send_sccrq() 902 PUTSHORT(len, p); /* Length */ in pppol2tp_send_scccn() 949 PUTSHORT(len, p); /* Length */ in pppol2tp_send_icrq() 997 PUTSHORT(len, p); /* Length */ in pppol2tp_send_iccn() 1044 PUTSHORT(len, p); /* Length */ in pppol2tp_send_zlb() [all …]
|
| A D | lcp.c | 848 PUTSHORT(val, ucp); \ in lcp_addci() 855 PUTSHORT(PPP_CHAP, ucp); \ in lcp_addci() 870 PUTSHORT(PPP_LQR, ucp); \ in lcp_addci() 1976 PUTSHORT(PPP_EAP, nakoutp); in lcp_reqci() 2014 PUTSHORT(PPP_EAP, nakoutp); in lcp_reqci() 2019 PUTSHORT(PPP_PAP, nakoutp); in lcp_reqci() 2072 PUTSHORT(PPP_PAP, nakoutp); in lcp_reqci() 2095 PUTSHORT(PPP_EAP, nakoutp); in lcp_reqci() 2101 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci() 2108 PUTSHORT(PPP_PAP, nakoutp); in lcp_reqci() [all …]
|
| A D | eap.c | 269 PUTSHORT(EAP_HEADERLEN, outp); in eap_send_failure() 300 PUTSHORT(EAP_HEADERLEN, outp); in eap_send_success() 859 PUTSHORT(outlen, lenloc); in eap_send_request() 1036 PUTSHORT(msglen, outp); in eap_send_response() 1070 PUTSHORT(msglen, outp); in eap_chap_response() 1115 PUTSHORT(msglen, outp); 1157 PUTSHORT(msglen, outp); 1188 PUTSHORT(msglen, outp); in eap_send_nak()
|
| A D | upap.c | 549 PUTSHORT(outlen, outp); in upap_sauthreq() 586 PUTSHORT(outlen, outp); in upap_sresp()
|
| A D | fsm.c | 751 PUTSHORT(cilen + HEADERLEN, outp); in fsm_sconfreq() 795 PUTSHORT(outlen, outp); in fsm_sdata()
|
| A D | ipv6cp.c | 561 PUTSHORT(val, ucp); \
|
| A D | pppoe.c | 267 PUTSHORT(protocol, pl); in pppoe_netif_output()
|
| A D | ipcp.c | 833 PUTSHORT(val, ucp); \ in ipcp_addci()
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | ppp_impl.h | 190 #define PUTSHORT(s, cp) { \ macro 228 PUTSHORT(t, p); }
|
| A D | lcp.c | 578 PUTSHORT(val, ucp); \ in lcp_addci() 585 PUTSHORT(val, ucp); \ in lcp_addci() 600 PUTSHORT(PPP_LQR, ucp); \ in lcp_addci() 1299 PUTSHORT(PPP_MINMRU, nakp); /* Give him a hint */ in lcp_reqci() 1384 PUTSHORT(PPP_CHAP, nakp); in lcp_reqci() 1410 PUTSHORT(PPP_PAP, nakp); in lcp_reqci() 1423 PUTSHORT(PPP_CHAP, nakp); in lcp_reqci() 1446 PUTSHORT(PPP_CHAP, nakp); in lcp_reqci() 1451 PUTSHORT(PPP_PAP, nakp); in lcp_reqci() 1477 PUTSHORT(PPP_LQR, nakp); in lcp_reqci()
|
| A D | chap.c | 725 PUTSHORT(outlen, outp); in ChapSendChallenge() 766 PUTSHORT(outlen, outp); in ChapSendStatus() 825 PUTSHORT(outlen, outp); /* packet length */ in ChapSendResponse()
|
| A D | pap.c | 563 PUTSHORT(outlen, outp); in upap_sauthreq() 595 PUTSHORT(outlen, outp); in upap_sresp()
|
| A D | fsm.c | 884 PUTSHORT(outlen, outp); in fsm_sdata()
|
| A D | ipcp.c | 359 PUTSHORT(val, ucp); \ in ipcp_addci()
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ppp_impl.h | 512 #define PUTSHORT(s, cp) { \ macro 550 PUTSHORT(t, p); }
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ppp_impl.h | 511 #define PUTSHORT(s, cp) { \ macro 549 PUTSHORT(t, p); }
|