Home
last modified time | relevance | path

Searched defs:token (Results 1 – 6 of 6) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/
H A Ddef.c105 lwip_strnstr(const char *buffer, const char *token, size_t n) in lwip_strnstr()
128 lwip_strnistr(const char *buffer, const char *token, size_t n) in lwip_strnistr()
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_conf_template.c206 uint8_t token, in USBH_LL_SubmitURB()
/btstack/port/stm32-f4discovery-usb/USB_HOST/Target/
H A Dusbh_conf.c407 … uint8_t ep_type, uint8_t token, uint8_t *pbuff, uint16_t length, in USBH_LL_SubmitURB()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_hcd.c367 uint8_t token, in HAL_HCD_HC_SubmitRequest()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_hcd.c371 uint8_t token, in HAL_HCD_HC_SubmitRequest()
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dpppoe.c335 static struct pppoe_softc* pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif… in pppoe_find_softc_by_hunique()