Home
last modified time | relevance | path

Searched refs:EIGRP_IP_TTL (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/eigrpd/
H A Deigrp.h27 #define EIGRP_IP_TTL 2 macro
H A Dpacket.c91 ip_hdr.ip_ttl = EIGRP_IP_TTL; in send_packet_v4()
H A Deigrpe.c92 if (if_set_ipv4_mcast_ttl(global.eigrp_socket_v4, EIGRP_IP_TTL) == -1) in eigrpe()