Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:IPV4

50 #define IPV4            1       /* AFI value */
166 { ISIS_TLV_INT_IP_REACH, "IPv4 Internal Reachability"},
168 { ISIS_TLV_EXT_IP_REACH, "IPv4 External Reachability"},
170 { ISIS_TLV_IPADDR, "IPv4 Interface address(es)"},
171 { ISIS_TLV_IPAUTH, "IPv4 authentication (deprecated)"},
173 { ISIS_TLV_EXTD_IP_REACH, "Extended IPv4 Reachability"},
182 { ISIS_TLV_MT_IP_REACH, "Multi-Topology IPv4 Reachability"},
358 { ISIS_SUBTLV_EXT_IS_REACH_IPV4_INTF_ADDR, "IPv4 interface address" },
359 { ISIS_SUBTLV_EXT_IS_REACH_IPV4_NEIGHBOR_ADDR, "IPv4 neighbor address" },
454 { 0, "IPv4 unicast"},
1302 printf("short IPv4 Reachability (%d vs %lu)",
1620 u_int8_t prefix[sizeof(struct in6_addr)]; /* shared copy buffer for IPv4 and IPv6 prefixes */
1622 u_int8_t prefix[sizeof(struct in_addr)]; /* shared copy buffer for IPv4 prefixes */
1632 if (afi == IPV4) {
1670 if (afi == IPV4)
1687 if (afi == IPV4 && ISIS_MASK_TLV_EXTD_IP_SUBTLV(status_byte))
1696 if ((ISIS_MASK_TLV_EXTD_IP_SUBTLV(status_byte) && afi == IPV4) ||
2241 ext_ip_len = isis_print_extd_ip_reach(tptr, "\n\t ", IPV4);
2258 ext_ip_len = isis_print_extd_ip_reach(tptr, "\n\t ", IPV4);
2402 printf("\n\t IPv4 interface address: %s", ipaddr_string(tptr));
2438 printf("\n\t IPv4 interface address: %s", ipaddr_string(tptr));
2446 printf("\n\t IPv4 neighbor address: %s", ipaddr_string(tptr));