HomeSort by relevance Sort by last modified time
    Searched refs:IP_V (Results 1 - 13 of 13) sorted by null

  /external/tcpdump/
print-sl.c 70 switch (IP_V(ip)) {
80 printf ("ip v%d", IP_V(ip));
ip.h 52 #define IP_V(ip) (((ip)->ip_vhl & 0xf0) >> 4)
print-dccp.c 184 if (IP_V(ip) == 6)
239 if (IP_V(ip) == 4)
242 else if (IP_V(ip) == 6)
print-sunrpc.c 108 switch (IP_V((struct ip *)bp2)) {
print-ip.c 530 if (IP_V(ipds->ip) != 4) { /* print version if != 4 */
531 printf("IP%u ", IP_V(ipds->ip));
532 if (IP_V(ipds->ip) == 6)
682 switch (IP_V(&hdr)) {
692 (void)printf("unknown ip %d", IP_V(&hdr));
print-tcp.c 172 if (IP_V(ip) == 6)
375 if (IP_V(ip) == 4) {
389 else if (IP_V(ip) == 6 && ip6->ip6_plen) {
818 if (IP_V(ip) == 4) {
827 } else if (IP_V(ip) == 6) {
    [all...]
print-udp.c 308 if (IP_V(ip) == 6)
376 if (IP_V(ip) == 6)
539 if (IP_V(ip) == 4 && (vflag > 1)) {
555 else if (IP_V(ip) == 6 && ip6->ip6_plen) {
656 (IP_V(ip) == 6) ? 1 : 0);
print-sctp.c 110 if (IP_V(ip) == 6)
print-pgm.c 180 if (IP_V(ip) == 6)
185 if (IP_V(ip) == 6) {
print-pim.c 759 switch (IP_V(ip)) {
775 (void)printf("IP ver %d", IP_V(ip));
print-nfs.c 174 switch (IP_V((struct ip *)bp)) {
979 switch (IP_V((struct ip *)bp)) {
1037 if (xmep->ipver != IP_V(ip) || xmep->xid != xid)
    [all...]
print-esp.c 601 switch (IP_V(ip)) {
print-isakmp.c 282 switch (IP_V(ip)) {
348 switch (IP_V(ip)) {
    [all...]

Completed in 911 milliseconds