Home
last modified time | relevance | path

Searched refs:eh (Results 1 – 14 of 14) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbcmip.h164 #define IPV6_EXTHDR_LEN(eh) ((((struct ipv6_exthdr *)(eh))->hdrlen + 1) << 3) argument
182 struct ipv6_exthdr *eh = (struct ipv6_exthdr *)h; in ipv6_exthdr_len() local
184 while (IPV6_EXTHDR(eh->nexthdr)) { in ipv6_exthdr_len()
185 if (eh->nexthdr == IPV6_EXTHDR_NONE) in ipv6_exthdr_len()
187 else if (eh->nexthdr == IPV6_EXTHDR_FRAGMENT) in ipv6_exthdr_len()
189 else if (eh->nexthdr == IPV6_EXTHDR_AUTH) in ipv6_exthdr_len()
190 hlen = (eh->hdrlen + 2) << 2; in ipv6_exthdr_len()
192 hlen = IPV6_EXTHDR_LEN(eh); in ipv6_exthdr_len()
195 eh = (struct ipv6_exthdr *)(h + len); in ipv6_exthdr_len()
198 *proto = eh->nexthdr; in ipv6_exthdr_len()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.h204 iface, s8 max_rssi, s8 min_rssi, wifi_rssi_event_handler eh);
207 iface, wifi_radio_mode_change_handler eh);
Dradio_mode.cpp229 wifi_radio_mode_change_handler eh) in wifi_set_radio_mode_change_handler() argument
250 radiomodeCommand->setCallbackHandler(eh); in wifi_set_radio_mode_change_handler()
Drssi_monitor.cpp255 wifi_rssi_event_handler eh) in wifi_start_rssi_monitoring() argument
304 rssiCommand->setCallbackHandler(eh); in wifi_start_rssi_monitoring()
Difaceeventhandler.cpp43 wifi_event_handler eh) in wifi_set_iface_event_handler() argument
73 mwifiEventHandler->setCallbackHandler(eh); in wifi_set_iface_event_handler()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_hal.h222 …fi_set_iface_event_handler(wifi_request_id id, wifi_interface_handle iface, wifi_event_handler eh);
377 iface, s8 max_rssi, s8 min_rssi, wifi_rssi_event_handler eh);
478 iface, wifi_radio_mode_change_handler eh);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp80 iface, s8 max_rssi, s8 min_rssi, wifi_rssi_event_handler eh);
782 s8 max_rssi, s8 min_rssi, wifi_rssi_event_handler eh) in SetRSSIMonitorCommand() argument
784 (min_rssi), mHandler(eh) in SetRSSIMonitorCommand()
1290 iface, s8 max_rssi, s8 min_rssi, wifi_rssi_event_handler eh) in wifi_start_rssi_monitoring() argument
1294 SetRSSIMonitorCommand *cmd = new SetRSSIMonitorCommand(id, iface, max_rssi, min_rssi, eh); in wifi_start_rssi_monitoring()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1124 struct ether_header *eh; in pktsetprio() local
1133 eh = (struct ether_header *) pktdata; in pktsetprio()
1135 if (eh->ether_type == hton16(ETHER_TYPE_8021Q)) { in pktsetprio()
1139 evh = (struct ethervlan_header *)eh; in pktsetprio()
1171 } else if (eh->ether_type == hton16(ETHER_TYPE_IP)) { in pktsetprio()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_ar3k.c266 hci_event_hdr *eh; in read_ps_event() local
271 eh = (void *)event; in read_ps_event()
274 if (eh->evt == EVT_CMD_COMPLETE) { in read_ps_event()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhw_ar3k.c264 hci_event_hdr *eh; in read_ps_event() local
269 eh = (void *)event; in read_ps_event()
272 if (eh->evt == EVT_CMD_COMPLETE) { in read_ps_event()
/hardware/qcom/sdm845/bt/libbt-vendor/src/
Dhw_ar3k.c266 hci_event_hdr *eh; in read_ps_event() local
271 eh = (void *)event; in read_ps_event()
274 if (eh->evt == EVT_CMD_COMPLETE) { in read_ps_event()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_ar3k.c262 hci_event_hdr *eh; in read_ps_event() local
267 eh = (void *)event; in read_ps_event()
270 if (eh->evt == EVT_CMD_COMPLETE) { in read_ps_event()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_ar3k.c262 hci_event_hdr *eh; in read_ps_event() local
267 eh = (void *)event; in read_ps_event()
270 if (eh->evt == EVT_CMD_COMPLETE) { in read_ps_event()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_ar3k.c268 hci_event_hdr *eh; in read_ps_event() local
273 eh = (void *)event; in read_ps_event()
276 if (eh->evt == EVT_CMD_COMPLETE) { in read_ps_event()