| /external/lib/lwip/netif/ppp/ |
| A D | chap.c | 367 u_char code, id; in ChapInput() local 379 GETCHAR(code, inp); in ChapInput() 395 switch (code) { in ChapInput() 525 int code; in ChapReceiveResponse() local 587 code = CHAP_FAILURE; in ChapReceiveResponse() 620 if (code == CHAP_SUCCESS) { in ChapReceiveResponse() 764 PUTCHAR(code, outp); in ChapSendStatus() 851 int code, id, len; in ChapPrintPkt() local 858 GETCHAR(code, p); in ChapPrintPkt() 865 if (code >= 1 && code <= sizeof(ChapCodenames) / sizeof(char *)) { in ChapPrintPkt() [all …]
|
| A D | fsm.c | 385 u_char code, id; in fsm_input() local 397 GETCHAR(code, inp); in fsm_input() 421 switch (code) { in fsm_input() 464 int code, reject_if_disagree; in fsm_rconfreq() local 502 code = CONFACK; in fsm_rconfreq() 508 if (code == CONFACK) { in fsm_rconfreq() 524 if( code == CONFNAK ) { in fsm_rconfreq() 735 u_char code, id; in fsm_rcoderej() local 744 GETCHAR(code, inp); in fsm_rcoderej() 747 PROTO_NAME(f), code, id)); in fsm_rcoderej() [all …]
|
| A D | lcp.c | 411 switch( code ){ in lcp_extcode() 787 code \ in lcp_nakci() 799 code \ in lcp_nakci() 810 code \ in lcp_nakci() 821 code \ in lcp_nakci() 832 code \ in lcp_nakci() 844 code \ in lcp_nakci() 1783 GETCHAR(code, p); in lcp_printpkt() 1790 if (code >= 1 && code <= sizeof(lcp_codenames) / sizeof(char *)) { in lcp_printpkt() 1797 switch (code) { in lcp_printpkt() [all …]
|
| A D | pap.c | 338 u_char code, id; in upap_input() local 350 GETCHAR(code, inp); in upap_input() 366 switch (code) { in upap_input() 380 …UPAPDEBUG(LOG_INFO, ("pap_input: UNHANDLED default: code: %d, id: %d, len: %d.\n", code, id, len)); in upap_input() 584 upap_sresp(upap_state *u, u_char code, u_char id, char *msg, int msglen) in upap_sresp() argument 593 PUTCHAR(code, outp); in upap_sresp() 600 UPAPDEBUG(LOG_INFO, ("pap_sresp: Sent code %d, id %d s=%d\n", code, id, u->us_clientstate)); in upap_sresp()
|
| /external/platform/pico/rp2_common/pico_bootrom/ |
| A D | bootrom.c | 11 void *rom_func_lookup(uint32_t code) { in rom_func_lookup() argument 12 return rom_func_lookup_inline(code); in rom_func_lookup() 15 void *rom_data_lookup(uint32_t code) { in rom_data_lookup() argument 18 return rom_table_lookup(data_table, code); in rom_data_lookup()
|
| /external/platform/pico/rp2_common/pico_bootrom/include/pico/ |
| A D | bootrom.h | 92 void *rom_func_lookup(uint32_t code); 100 void *rom_data_lookup(uint32_t code); 117 typedef void *(*rom_table_lookup_fn)(uint16_t *table, uint32_t code); 138 static __force_inline void *rom_func_lookup_inline(uint32_t code) { in rom_func_lookup_inline() argument 141 return rom_table_lookup(func_table, code); in rom_func_lookup_inline()
|
| /external/lib/lwip/core/ipv4/ |
| A D | icmp.c | 65 static void icmp_send_response(struct pbuf *p, u8_t type, u8_t code); 81 u8_t code; in icmp_input() local 100 code = *(((u8_t *)p->payload)+1); in icmp_input() 231 (s16_t)type, (s16_t)code)); in icmp_input() 291 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response() argument 318 icmphdr->code = code; in icmp_send_response()
|
| /external/lib/lwip/include/ipv4/lwip/ |
| A D | icmp.h | 81 PACK_STRUCT_FIELD(u8_t code); 92 #define ICMPH_CODE(hdr) ((hdr)->code) 96 #define ICMPH_CODE_SET(hdr, c) ((hdr)->code = (c))
|
| /external/lib/lwip/netif/ |
| A D | FILES | 2 do not contain any hardware or architecture specific code. The files 7 Ethernet. The code in this file should be used together with 15 network device drivers. It uses the etharp.c ARP code. 29 the source code has been reordered a bit.
|
| /external/platform/cc13xx/cc13xxware/ |
| A D | README | 4 and their contents removed (leaving only the source code). 13 The code is provided in source code and is licensed under a TI BSD open
|
| /external/platform/cc13xx/cc13xxware/inc/ |
| A D | asmdefs.h | 130 #define __TEXT__ area ||.text||, code, readonly, align=2 133 #define __TEXT_NOROOT__ area ||.text||, code, readonly, align=2
|
| /external/platform/nrfx/templates/ |
| A D | nrfx_log.h | 161 static inline const char* nrfx_get_err_str(nrfx_err_t code) { in nrfx_get_err_str() argument 162 switch(code) { in nrfx_get_err_str()
|
| /external/lib/lwip/core/snmp/ |
| A D | asn1_enc.c | 499 u8_t code; in snmp_asn1_enc_oid() local 501 code = (u8_t)(sub_id >> shift); in snmp_asn1_enc_oid() 502 if ((code != 0) || (tail != 0)) in snmp_asn1_enc_oid() 505 *msg_ptr = code | 0x80; in snmp_asn1_enc_oid()
|
| /external/platform/stellaris/ti-driverlib/inc/ |
| A D | asmdefs.h | 169 #define __TEXT__ area ||.text||, code, readonly, align=2 172 #define __TEXT_NOROOT__ area ||.text||, code, readonly, align=2
|
| /external/platform/lpc15xx/lpcopen/periph_iap/example/ |
| A D | readme.dox | 29 * this code. 36 * example, the code is running from FLASH and a FLASH block not used for the 37 * executing code will be erased and programmed with some data. The example also
|
| /external/platform/pico/rp2_common/pico_mem_ops/ |
| A D | mem_ops_aeabi.S | 28 # NOTE: All code sections are placed in RAM (at the expense of some veneer cost for calls from flas… 29 # otherwise code using basic c division operators will require XIP flash access.
|
| /external/platform/lpc15xx/lpcopen/periph_flashiap/example/ |
| A D | readme.dox | 30 * this code. 37 * generating a FLASH signature. For this example, the code is running from FLASH 38 * and a FLASH block not used for the executing code will be erased and programmed
|
| /external/platform/nrfx/doc/ |
| A D | main_page.dox | 34 @code 48 @code 64 Static configuration allows enabling and disabling (excluding their code from
|
| /external/platform/pico/common/ |
| A D | README.md | 1 This directory code that is common to all builds regardless of `PICO_PLATFORM`. It is a mix
|
| /external/platform/lpc15xx/lpcopen/periph_clkout/example/ |
| A D | readme.dox | 29 * this code. 38 * comments in the code for mapped pins for supported boards.<br>
|
| /external/platform/pico/rp2_common/pico_standard_link/ |
| A D | memmap_blocked_ram.ld | 2 Defines the following symbols for use by code: 68 …of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) code from 249 /* todo assert on extra code */
|
| A D | memmap_default.ld | 2 Defines the following symbols for use by code: 68 …of a hack right now to exclude all floating point and time critical (e.g. memset, memcpy) code from 249 /* todo assert on extra code */
|
| /external/lib/lwip/ |
| A D | FILES | 1 api/ - The code for the high-level wrapper API. Not needed if
|
| /external/platform/nrfx/mdk/ |
| A D | nrf51_common.ld | 24 * It references following symbols, which must be defined in code: 27 * It defines following symbols, which code can use without definition:
|
| A D | nrf_common.ld | 22 * It references following symbols, which must be defined in code: 25 * It defines following symbols, which code can use without definition:
|