Home
last modified time | relevance | path

Searched defs:report_type (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c229 lwip_tcp_conn_report(lwiperf_state_tcp_t *conn, enum lwiperf_report_type report_type) in lwip_tcp_conn_report()
249 lwiperf_tcp_close(lwiperf_state_tcp_t *conn, enum lwiperf_report_type report_type) in lwiperf_tcp_close()
/third_party/libuv/src/win/
Dcore.c50 static int uv__crt_dbg_report_handler(int report_type, char *message, int *ret_val) { in uv__crt_dbg_report_handler()
/third_party/lwip/src/core/
Dnetif.c878 netif_issue_reports(struct netif *netif, u8_t report_type) in netif_issue_reports()
/third_party/libusb/libusb/os/
Dwindows_winusb.c3474 struct winusb_transfer_priv *tp, size_t size, OVERLAPPED *overlapped, int report_type) in _hid_get_report()
3526 struct winusb_transfer_priv *tp, size_t size, OVERLAPPED *overlapped, int report_type) in _hid_set_report()
3593 int report_type = (value >> 8) & 0xFF; in _hid_class_request() local