Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ipver

853 	int ipver;			/* IP version (4 or 6) */
910 xmep->ipver = 4;
916 xmep->ipver = 6;
948 if (xmep->ipver != IP_V(ip) || xmep->xid != xid)
950 switch (xmep->ipver) {