Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:xid

857  * Maintain a small cache of recent client.XID.server/proc pairs, to allow
863 u_int32_t xid; /* transaction ID (net order) */
916 xmep->xid = rp->rm_xid;
943 u_int32_t xid = rp->rm_xid;
955 if (xmep->ipver != IP_V(ip) || xmep->xid != xid)