Searched refs:PUTSHORT (Results 1 – 14 of 14) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | pppol2tp.c | 227 PUTSHORT(protocol, pl); in pppol2tp_netif_output() 834 PUTSHORT(PPPOL2TP_HEADERFLAG_CONTROL_MANDATORY, p); in pppol2tp_send_sccrq() 835 PUTSHORT(len, p); /* Length */ in pppol2tp_send_sccrq() 836 PUTSHORT(0, p); /* Tunnel Id */ in pppol2tp_send_sccrq() 837 PUTSHORT(0, p); /* Session Id */ in pppol2tp_send_sccrq() 838 PUTSHORT(0, p); /* NS Sequence number - to peer */ in pppol2tp_send_sccrq() 839 PUTSHORT(0, p); /* NR Sequence number - expected for peer */ in pppol2tp_send_sccrq() 842 PUTSHORT(PPPOL2TP_AVPHEADERFLAG_MANDATORY + 8, p); /* Mandatory flag + len field */ in pppol2tp_send_sccrq() 843 PUTSHORT(0, p); /* Vendor ID */ in pppol2tp_send_sccrq() 844 PUTSHORT(PPPOL2TP_AVPTYPE_MESSAGE, p); /* Attribute type: Message Type */ in pppol2tp_send_sccrq() [all …]
|
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() 1892 PUTSHORT(PPP_MINMRU, nakoutp); /* Give him a hint */ in lcp_reqci() 1976 PUTSHORT(PPP_EAP, nakoutp); in lcp_reqci() 1981 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci() 2014 PUTSHORT(PPP_EAP, nakoutp); in lcp_reqci() 2019 PUTSHORT(PPP_PAP, nakoutp); in lcp_reqci() 2035 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci() 2065 PUTSHORT(PPP_CHAP, nakoutp); in lcp_reqci() [all …]
|
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()
|
D | upap.c | 549 PUTSHORT(outlen, outp); in upap_sauthreq() 586 PUTSHORT(outlen, outp); in upap_sresp()
|
D | fsm.c | 751 PUTSHORT(cilen + HEADERLEN, outp); in fsm_sconfreq() 795 PUTSHORT(outlen, outp); in fsm_sdata()
|
D | ipv6cp.c | 561 PUTSHORT(val, ucp); \
|
D | pppoe.c | 274 PUTSHORT(protocol, pl); in pppoe_netif_output()
|
D | ipcp.c | 833 PUTSHORT(val, ucp); \ in ipcp_addci()
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 512 #define PUTSHORT(s, cp) { \ macro 550 PUTSHORT(t, p); }
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | nameser.h | 448 #define PUTSHORT NS_PUT16 macro
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | nameser.h | 448 #define PUTSHORT NS_PUT16 macro
|
/third_party/musl/include/arpa/ |
D | nameser.h | 448 #define PUTSHORT NS_PUT16 macro
|
/third_party/musl/ndk_musl_include/arpa/ |
D | nameser.h | 448 #define PUTSHORT NS_PUT16 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | nameser.h | 448 #define PUTSHORT NS_PUT16 macro
|