HomeSort by: relevance | last modified time | path
    Searched refs:byte_order_magic (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libpcap/dist/
sf-pcapng.c 89 bpf_u_int32 byte_order_magic; member in struct:section_header_block
99 #define BYTE_ORDER_MAGIC 0x1A2B3C4D
774 bpf_u_int32 byte_order_magic; local
833 amt_read = fread(&byte_order_magic, 1, sizeof(byte_order_magic), fp);
834 if (amt_read < sizeof(byte_order_magic)) {
848 if (byte_order_magic != BYTE_ORDER_MAGIC) {
849 byte_order_magic = SWAPLONG(byte_order_magic);
    [all...]
rpcap-protocol.h 165 uint32 byte_order_magic; /* RPCAP_BYTE_ORDER_MAGIC, in server byte order */ member in struct:rpcap_authreply
pcap-rpcap.c 2158 their_byte_order_magic = authreply.byte_order_magic;
  /src/external/bsd/libpcap/dist/rpcapd/
daemon.c 1381 authreply->byte_order_magic = RPCAP_BYTE_ORDER_MAGIC;

Completed in 28 milliseconds