/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | auth.c | 1031 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 D | ppp.c | 504 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 D | mppe.c | 193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) in mppe_compress()
|
H A D | pppol2tp.c | 204 static err_t pppol2tp_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) { in pppol2tp_netif_output()
|
H A D | pppos.c | 253 pppos_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *pb, u16_t protocol) in pppos_netif_output()
|
H A D | pppoe.c | 251 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 D | stm32f4xx_hal_sai.c | 332 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 D | stm32l4xx_hal_sai.c | 330 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 D | raw.h | 81 u8_t protocol; member
|
H A D | sockets.h | 650 #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 D | usbh_hid.c | 673 uint8_t protocol) in USBH_HID_SetProtocol()
|
/btstack/3rd-party/lwip/core/src/include/netif/ppp/ |
H A D | fsm.h | 84 u16_t protocol; /* Data Link Layer Protocol field value */ member
|
H A D | ppp_impl.h | 282 u_short protocol; /* PPP protocol number */ member
|
/btstack/3rd-party/lwip/core/src/api/ |
H A D | sockets.c | 1679 lwip_socket(int domain, int type, int protocol) in lwip_socket()
|