Home
last modified time | relevance | path

Searched refs:RPCAP_BYTE_ORDER_MAGIC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libpcap/
H A Drpcap-protocol.h172 #define RPCAP_BYTE_ORDER_MAGIC 0xa1b2c3d4U macro
H A Dpcap-rpcap.c2166 their_byte_order_magic = RPCAP_BYTE_ORDER_MAGIC; in rpcap_doauth()
2180 their_byte_order_magic = RPCAP_BYTE_ORDER_MAGIC; in rpcap_doauth()
2216 if (their_byte_order_magic == RPCAP_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()