Home
last modified time | relevance | path

Searched refs:packet_header (Results 1 – 2 of 2) sorted by relevance

/external/libpcap/
Dpcap-enet.c36 struct packet_header { struct
55 register struct packet_header *ph; in readloop() argument
64 struct packet_header hdr; in readloop()
79 ph = (struct packet_header *)bp; in readloop()
/external/qemu/android/
Dsdk-controller-socket.c316 SDKCtlPacketHeader packet_header; member
1372 async_socket_read_rel(dispatcher->sdkctl->as, &dispatcher->packet_header, in _sdkctl_io_dispatcher_start()
1458 dispatcher->sdkctl->service_name, dispatcher->packet_header.type, in _on_io_dispatcher_packet_header()
1459 dispatcher->packet_header.size); in _on_io_dispatcher_packet_header()
1462 if (dispatcher->packet_header.signature != _sdkctl_packet_sig) { in _on_io_dispatcher_packet_header()
1464 sdkctl->service_name, dispatcher->packet_header.signature, in _on_io_dispatcher_packet_header()
1465 dispatcher->packet_header.type, dispatcher->packet_header.size); in _on_io_dispatcher_packet_header()
1481 if (dispatcher->packet_header.type == SDKCTL_PACKET_QUERY_RESPONSE) { in _on_io_dispatcher_packet_header()
1496 _sdkctl_packet_new(sdkctl, dispatcher->packet_header.size, in _on_io_dispatcher_packet_header()
1497 dispatcher->packet_header.type); in _on_io_dispatcher_packet_header()
[all …]