Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:ipver

943 	int ipver;			/* IP version (4 or 6) */
999 xmep->ipver = 4;
1005 xmep->ipver = 6;
1037 if (xmep->ipver != IP_V(ip) || xmep->xid != xid)
1039 switch (xmep->ipver) {