Home
last modified time | relevance | path

Searched defs:protocol (Results 1 – 14 of 14) sorted by relevance

/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dauth.c1031 void auth_peer_fail(ppp_pcb *pcb, int protocol) { in auth_peer_fail()
1046 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen) { in auth_peer_success()
1117 void auth_withpeer_fail(ppp_pcb *pcb, int protocol) { in auth_withpeer_fail()
1136 void auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor) { in auth_withpeer_success()
H A Dppp.c504 static err_t ppp_netif_output(struct netif *netif, struct pbuf *pb, u16_t protocol) { in ppp_netif_output()
774 u16_t protocol; in ppp_input() local
H A Dmppe.c193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) in mppe_compress()
H A Dpppol2tp.c204 static err_t pppol2tp_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) { in pppol2tp_netif_output()
H A Dpppos.c253 pppos_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *pb, u16_t protocol) in pppos_netif_output()
H A Dpppoe.c251 static err_t pppoe_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) { in pppoe_netif_output()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_sai.c332 HAL_StatusTypeDef HAL_SAI_InitProtocol(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasiz… in HAL_SAI_InitProtocol()
1927 static HAL_StatusTypeDef SAI_InitI2S(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize,… in SAI_InitI2S()
2017 static HAL_StatusTypeDef SAI_InitPCM(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize,… in SAI_InitPCM()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_sai.c330 HAL_StatusTypeDef HAL_SAI_InitProtocol(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasiz… in HAL_SAI_InitProtocol()
2203 static HAL_StatusTypeDef SAI_InitI2S(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize,… in SAI_InitI2S()
2298 static HAL_StatusTypeDef SAI_InitPCM(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize,… in SAI_InitPCM()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Draw.h81 u8_t protocol; member
H A Dsockets.h650 #define socket(domain,type,protocol) lwip_socket(domain,type,protocol) argument
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/
H A Dusbh_hid.c673 uint8_t protocol) in USBH_HID_SetProtocol()
/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dfsm.h84 u16_t protocol; /* Data Link Layer Protocol field value */ member
H A Dppp_impl.h282 u_short protocol; /* PPP protocol number */ member
/btstack/3rd-party/lwip/core/src/api/
H A Dsockets.c1679 lwip_socket(int domain, int type, int protocol) in lwip_socket()