Home
last modified time | relevance | path

Searched refs:PUTLONG (Results 1 – 10 of 10) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dipcp.c818 PUTLONG(l, ucp); \ in ipcp_addci()
820 PUTLONG(l, ucp); \ in ipcp_addci()
851 PUTLONG(l, ucp); \ in ipcp_addci()
865 PUTLONG(l, ucp); \ in ipcp_addci()
880 PUTLONG(l, ucp); \ in ipcp_addci()
1577 PUTLONG(tl, p); in ipcp_reqci()
1600 PUTLONG(tl, p); in ipcp_reqci()
1633 PUTLONG(tl, p); in ipcp_reqci()
1664 PUTLONG(tl, p); in ipcp_reqci()
1686 PUTLONG(tl, p); in ipcp_reqci()
[all …]
Dpppol2tp.c857 PUTLONG(PPPOL2TP_FRAMINGCAPABILITIES, p); /* Attribute value: Framing capabilities */ in pppol2tp_send_sccrq()
863 PUTLONG(PPPOL2TP_BEARERCAPABILITIES, p); /* Attribute value: Bearer capabilities */ in pppol2tp_send_sccrq()
1000 PUTLONG(serialnumber, p); /* Attribute value: Serial number */ in pppol2tp_send_icrq()
1041 PUTLONG(PPPOL2TP_FRAMINGTYPE, p); /* Attribute value: Framing type */ in pppol2tp_send_iccn()
1047 PUTLONG(PPPOL2TP_TXCONNECTSPEED, p); /* Attribute value: TX Connect speed */ in pppol2tp_send_iccn()
Dlcp.c537 PUTLONG(go->magicnumber, magp); in lcp_extcode()
863 PUTLONG(val, ucp); \ in lcp_addci()
871 PUTLONG(val, ucp); \ in lcp_addci()
1915 PUTLONG(ao->asyncmap | cilong, nakoutp); in lcp_reqci()
2134 PUTLONG(ao->lqr_period, nakoutp); in lcp_reqci()
2157 PUTLONG(cilong, nakoutp); in lcp_reqci()
2754 PUTLONG(lcp_magic, pktp); in LcpSendEchoRequest()
Deap.c771 PUTLONG(SRPVAL_EBIT, outp); in eap_send_request()
1160 PUTLONG(flags, outp);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dnameser.h449 #define PUTLONG NS_PUT32 macro
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dnameser.h449 #define PUTLONG NS_PUT32 macro
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dnameser.h449 #define PUTLONG NS_PUT32 macro
/third_party/musl/ndk_musl_include/arpa/
Dnameser.h449 #define PUTLONG NS_PUT32 macro
/third_party/musl/include/arpa/
Dnameser.h449 #define PUTLONG NS_PUT32 macro
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h522 #define PUTLONG(l, cp) { \ macro