HomeSort by relevance Sort by last modified time
    Searched full:byte_order_magic (Results 1 - 1 of 1) sorted by null

  /external/libpcap/
sf-pcap-ng.c 107 bpf_u_int32 byte_order_magic; member in struct:section_header_block
117 #define BYTE_ORDER_MAGIC 0x1A2B3C4D
650 bpf_u_int32 byte_order_magic; local
709 amt_read = fread(&byte_order_magic, 1, sizeof(byte_order_magic), fp);
710 if (amt_read < sizeof(byte_order_magic)) {
725 if (byte_order_magic != BYTE_ORDER_MAGIC) {
726 byte_order_magic = SWAPLONG(byte_order_magic);
    [all...]

Completed in 2380 milliseconds