Home
last modified time | relevance | path

Searched refs:byte_order_magic (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libpcap/
H A Dsf-pcapng.c89 bpf_u_int32 byte_order_magic; member
774 bpf_u_int32 byte_order_magic; in pcap_ng_check_header() local
833 amt_read = fread(&byte_order_magic, 1, sizeof(byte_order_magic), fp); in pcap_ng_check_header()
834 if (amt_read < sizeof(byte_order_magic)) { in pcap_ng_check_header()
848 if (byte_order_magic != BYTE_ORDER_MAGIC) { in pcap_ng_check_header()
849 byte_order_magic = SWAPLONG(byte_order_magic); in pcap_ng_check_header()
850 if (byte_order_magic != BYTE_ORDER_MAGIC) { in pcap_ng_check_header()
947 shbp->byte_order_magic = byte_order_magic; in pcap_ng_check_header()
949 (u_char *)p->buffer + (sizeof(magic_int) + sizeof(total_length) + sizeof(byte_order_magic)), in pcap_ng_check_header()
950 total_length - (sizeof(magic_int) + sizeof(total_length) + sizeof(byte_order_magic)), in pcap_ng_check_header()
[all …]
H A Drpcap-protocol.h165 uint32 byte_order_magic; /* RPCAP_BYTE_ORDER_MAGIC, in server byte order */ member
H A Dpcap-rpcap.c2158 their_byte_order_magic = authreply.byte_order_magic; in rpcap_doauth()
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c1381 authreply->byte_order_magic = RPCAP_BYTE_ORDER_MAGIC; in daemon_msg_auth_req()