Home
last modified time | relevance | path

Searched +defs:type +defs:code (Results 1 – 8 of 8) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dicmp6.c309 icmp6_send_response(struct pbuf *p, u8_t code, u32_t data, u8_t type) in icmp6_send_response()
346 icmp6_send_response_with_addrs(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs()
385 icmp6_send_response_with_addrs_and_netif(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs_and_netif()
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dicmp.c82 u8_t type; in icmp_input() local
84 u8_t code; in icmp_input() local
340 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/_htmresc/
H A Dmini-st.css143 code, kbd, pre, samp { selector
147 code { selector
167 sup, sub, code, kbd { selector
703 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { selector
706 [type="search"] { selector
710 [type="search"]::-webkit-search-cancel-button, selector
711 [type="search"]::-webkit-search-decoration { selector
714 input:not([type]), [type="text"], [type="email"], [type="number"], [type="search"], selector
715 [type="password"], [type="url"], [type="tel"], [type="checkbox"], [type="radio"], textarea, select { selector
740 [type="checkbox"], [type="radio"] { selector
[all …]
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dccp.c487 static int ccp_extcode(fsm *f, int code, int id, u_char *p, int len) { in ccp_extcode()
1115 int len, clen, type; in ccp_reqci() local
1524 int code, id, len; in ccp_printpkt() local
H A Deap.c1167 static void eap_send_nak(ppp_pcb *pcb, u_char id, u_char type) { in eap_send_nak()
2071 u_char code, id; in eap_input() local
2136 int code, id, len, rtype, vallen; in eap_printpkt() local
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dsockets.h475 #define FDSETSAFESET(n, code) do { \ argument
478 #define FDSETSAFEGET(n, code) (((n) - LWIP_SOCKET_OFFSET < MEMP_NUM_NETCONN) && (((int)(n) - LWIP_S… argument
650 #define socket(domain,type,protocol) lwip_socket(domain,type,protocol) argument
/btstack/src/
H A Dl2cap.c1124 static void l2cap_dispatch_to_channel(l2cap_channel_t *channel, uint8_t type, uint8_t * data, uint1… in l2cap_dispatch_to_channel()
3099 static void l2cap_register_signaling_response(hci_con_handle_t handle, uint8_t code, uint8_t sig_id… in l2cap_register_signaling_response()
3419 uint8_t code = command[L2CAP_SIGNALING_COMMAND_CODE_OFFSET]; in l2cap_signaling_handler_channel() local
3657 uint8_t code = command[L2CAP_SIGNALING_COMMAND_CODE_OFFSET]; in l2cap_signaling_handler_dispatch() local
4001 uint8_t code = command[L2CAP_SIGNALING_COMMAND_CODE_OFFSET]; in l2cap_ecbm_signaling_handler_dispatch() local
4324 uint8_t code = command[L2CAP_SIGNALING_COMMAND_CODE_OFFSET]; in l2cap_le_signaling_handler_dispatch() local
/btstack/src/ble/
H A Dsm.c464 static inline void sm_pairing_packet_set_code(sm_pairing_packet_t packet, uint8_t code){ in sm_pairing_packet_set_code()
574 static void sm_setup_event_base(uint8_t * event, int event_size, uint8_t type, hci_con_handle_t con… in sm_setup_event_base()
582 static void sm_notify_client_base(uint8_t type, hci_con_handle_t con_handle, uint8_t addr_type, bd_… in sm_notify_client_base()
588 static void sm_notify_client_index(uint8_t type, hci_con_handle_t con_handle, uint8_t addr_type, bd… in sm_notify_client_index()
602 static void sm_notify_client_status(uint8_t type, hci_con_handle_t con_handle, uint8_t addr_type, b… in sm_notify_client_status()