Searched refs:GETSHORT (Results 1 – 15 of 15) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | pppol2tp.c | 373 GETSHORT(hflags, inp); in pppol2tp_input() 410 GETSHORT(len, inp); in pppol2tp_input() 415 GETSHORT(tunnel_id, inp); in pppol2tp_input() 416 GETSHORT(session_id, inp); in pppol2tp_input() 418 GETSHORT(ns, inp); in pppol2tp_input() 419 GETSHORT(nr, inp); in pppol2tp_input() 422 GETSHORT(offset, inp) in pppol2tp_input() 470 GETSHORT(hflags, inp); in pppol2tp_input() 539 GETSHORT(avpflags, inp); in pppol2tp_dispatch_control_packet() 545 GETSHORT(vendorid, inp); in pppol2tp_dispatch_control_packet() [all …]
|
D | lcp.c | 575 GETSHORT(prot, inp); in lcp_rprotrej() 978 GETSHORT(cishort, p); \ in lcp_ackci() 1005 GETSHORT(cishort, p); \ in lcp_ackci() 1036 GETSHORT(cishort, p); \ in lcp_ackci() 1165 GETSHORT(cishort, p); \ in lcp_nakci() 1189 GETSHORT(cishort, p); \ in lcp_nakci() 1212 GETSHORT(cishort, p); \ in lcp_nakci() 1287 GETSHORT(cishort, p); in lcp_nakci() 1489 GETSHORT(cishort, p); in lcp_nakci() 1620 GETSHORT(cishort, p); \ in lcp_rejci() [all …]
|
D | ipv6cp.c | 623 GETSHORT(cishort, p); \ 710 GETSHORT(cishort, p); \ 844 GETSHORT(cishort, p); \ 987 GETSHORT(cishort, p); 1415 GETSHORT(len, p); 1446 GETSHORT(cishort, p);
|
D | ipcp.c | 968 GETSHORT(cishort, p); \ in ipcp_ackci() 1122 GETSHORT(cishort, p); \ in ipcp_nakci() 1387 GETSHORT(cishort, p); \ in ipcp_rejci() 1699 GETSHORT(cishort, p); in ipcp_reqci() 2253 GETSHORT(len, p); in ipcp_printpkt() 2293 GETSHORT(cishort, p); in ipcp_printpkt()
|
D | upap.c | 321 GETSHORT(len, inp); in upap_input() 613 GETSHORT(len, p); in upap_printpkt()
|
D | chap-new.c | 543 GETSHORT(len, pkt); 603 GETSHORT(len, p);
|
D | utils.c | 453 GETSHORT(proto, p); in ppp_format_packet()
|
D | fsm.c | 334 GETSHORT(len, inp); in fsm_input()
|
D | eap.c | 2084 GETSHORT(len, inp); in eap_input() 2145 GETSHORT(len, inp); in eap_printpkt()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | nameser.h | 446 #define GETSHORT NS_GET16 macro
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | nameser.h | 446 #define GETSHORT NS_GET16 macro
|
/third_party/musl/include/arpa/ |
D | nameser.h | 446 #define GETSHORT NS_GET16 macro
|
/third_party/musl/ndk_musl_include/arpa/ |
D | nameser.h | 446 #define GETSHORT NS_GET16 macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | nameser.h | 446 #define GETSHORT NS_GET16 macro
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 508 #define GETSHORT(s, cp) { \ macro
|