/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | fsm.c | 320 u_char code, id; in fsm_input() local 392 static void fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) { in fsm_rconfreq() 459 static void fsm_rconfack(fsm *f, int id, u_char *inp, int len) { in fsm_rconfack() 515 static void fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) { in fsm_rconfnakrej() 580 static void fsm_rtermreq(fsm *f, int id, u_char *p, int len) { in fsm_rtermreq() 646 u_char code, id; in fsm_rcoderej() local 770 void fsm_sdata(fsm *f, u_char code, u_char id, const u_char *data, int datalen) { in fsm_sdata()
|
H A D | eap.c | 432 int id, i, plen, toffs; in eap_figure_next_state() local 1015 static void eap_send_response(ppp_pcb *pcb, u_char id, u_char typenum, const u_char *str, int lenst… in eap_send_response() 1048 static void eap_chap_response(ppp_pcb *pcb, u_char id, u_char *hash, const char *name, int namelen)… in eap_chap_response() 1087 eap_srp_response(esp, id, subtypenum, str, lenstr) in eap_srp_response() argument 1129 eap_srpval_response(esp, id, flags, str) in eap_srpval_response() argument 1167 static void eap_send_nak(ppp_pcb *pcb, u_char id, u_char type) { in eap_send_nak() 1250 write_pseudonym(esp, inp, len, id) in write_pseudonym() argument 1311 static void eap_request(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_request() 1725 static void eap_response(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_response() 2017 static void eap_success(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_success() [all …]
|
H A D | upap.c | 307 u_char code, id; in upap_input() local 359 static void upap_rauthreq(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthreq() 458 static void upap_rauthack(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthack() 493 static void upap_rauthnak(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthnak() 567 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen) { in upap_sresp() 603 int code, id, len; in upap_printpkt() local
|
H A D | chap-new.c | 282 static void chap_handle_response(ppp_pcb *pcb, int id, 411 static int chap_verify_response(ppp_pcb *pcb, const char *name, const char *ourname, int id, 435 static void chap_respond(ppp_pcb *pcb, int id, 497 static void chap_handle_status(ppp_pcb *pcb, int code, int id, 536 unsigned char code, id; local 595 int code, id, len; local
|
H A D | chap-md5.c | 61 static int chap_md5_verify_response(ppp_pcb *pcb, int id, const char *name, in chap_md5_verify_response() 95 static void chap_md5_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_n… in chap_md5_make_response()
|
H A D | chap_ms.c | 249 static int chapms_verify_response(ppp_pcb *pcb, int id, const char *name, in chapms_verify_response() 297 static int chapms2_verify_response(ppp_pcb *pcb, int id, const char *name, in chapms2_verify_response() 374 static void chapms_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_nam… in chapms_make_response() 385 static void chapms2_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_na… in chapms2_make_response()
|
H A D | ccp.c | 487 static int ccp_extcode(fsm *f, int code, int id, u_char *p, int len) { in ccp_extcode() 1524 int code, id, len; in ccp_printpkt() local
|
H A D | lcp.c | 523 static int lcp_extcode(fsm *f, int code, int id, u_char *inp, int len) { in lcp_extcode() 2386 int code, id, len, olen, i; in lcp_printpkt() local 2686 static void lcp_received_echo_reply(fsm *f, int id, u_char *inp, int len) { in lcp_received_echo_reply()
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core/Template/ARMv8-M/ |
H A D | tz_context.c | 112 uint32_t TZ_FreeModuleContext_S (TZ_MemoryId_t id) { in TZ_FreeModuleContext_S() 141 uint32_t TZ_LoadContext_S (TZ_MemoryId_t id) { in TZ_LoadContext_S() 170 uint32_t TZ_StoreContext_S (TZ_MemoryId_t id) { in TZ_StoreContext_S()
|
/btstack/3rd-party/lc3-google/tools/ |
H A D | wave.c | 65 uint32_t id; member 85 uint32_t id; member
|
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/ |
H A D | usbh_core.c | 98 uint8_t id), uint8_t id) in USBH_Init()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/ |
H A D | otp.c | 34 uint8_t * OTP_Read( uint8_t id ) in OTP_Read()
|
/btstack/port/samv71-xplained-atwilc3000/ASF/common/services/clock/ |
H A D | osc.h | 172 static inline void osc_wait_ready(uint8_t id) in osc_wait_ready()
|
H A D | genclk.h | 186 static inline void genclk_enable_config(unsigned int id, enum genclk_source src, unsigned int divid… in genclk_enable_config()
|
/btstack/port/stm32-f4discovery-usb/USB_HOST/App/ |
H A D | usb_host.c | 104 static void USBH_UserProcess (USBH_HandleTypeDef *phost, uint8_t id) in USBH_UserProcess()
|
/btstack/src/ble/gatt-service/ |
H A D | hids_device.h | 63 uint8_t id; member
|
/btstack/port/mtk/LEScan/gen/com/bluekitchen/lescan/ |
H A D | R.java | 26 public static final class id { class in R
|
/btstack/port/mtk/SPPClient/gen/com/bluekitchen/sppclient/ |
H A D | R.java | 26 public static final class id { class in R
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | tcp.c | 2601 tcp_ext_arg_set_callbacks(struct tcp_pcb *pcb, u8_t id, const struct tcp_ext_arg_callbacks * const … in tcp_ext_arg_set_callbacks() 2620 void tcp_ext_arg_set(struct tcp_pcb *pcb, u8_t id, void *arg) in tcp_ext_arg_set() 2638 void *tcp_ext_arg_get(const struct tcp_pcb *pcb, u8_t id) in tcp_ext_arg_get()
|
/btstack/src/mesh/ |
H A D | mesh_configuration_client.h | 56 uint32_t id; member
|
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/drivers/pio/ |
H A D | pio_handler.c | 62 uint32_t id; member
|
/btstack/3rd-party/lwip/core/src/include/lwip/prot/ |
H A D | ip4.h | 120 #define IPH_ID_SET(hdr, id) (hdr)->_id = (id) argument
|
/btstack/3rd-party/lwip/core/src/include/netif/ppp/ |
H A D | chap-new.h | 166 u8_t id; member
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/instances/ |
H A D | r_dtc.h | 71 uint32_t id; ///< Driver ID member
|
/btstack/3rd-party/lwip/core/src/include/lwip/apps/ |
H A D | snmp_core.h | 131 u32_t id[SNMP_MAX_OBJ_ID_LEN]; member 137 const u32_t* id; member
|