Searched refs:PUTLONG (Results 1 – 10 of 10) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | ipcp.c | 818 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 …]
|
D | pppol2tp.c | 857 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()
|
D | lcp.c | 537 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()
|
D | eap.c | 771 PUTLONG(SRPVAL_EBIT, outp); in eap_send_request() 1160 PUTLONG(flags, outp);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | nameser.h | 449 #define PUTLONG NS_PUT32 macro
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | nameser.h | 449 #define PUTLONG NS_PUT32 macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | nameser.h | 449 #define PUTLONG NS_PUT32 macro
|
/third_party/musl/ndk_musl_include/arpa/ |
D | nameser.h | 449 #define PUTLONG NS_PUT32 macro
|
/third_party/musl/include/arpa/ |
D | nameser.h | 449 #define PUTLONG NS_PUT32 macro
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 522 #define PUTLONG(l, cp) { \ macro
|