Searched refs:VRRP_IP_TTL (Results 1 – 2 of 2) sorted by relevance
50 #define VRRP_IP_TTL 255 /* IPv4 TTL, IPv6 hop limit */ macro
3089 ip->ip_ttl = VRRP_IP_TTL; in vrrpd_send_adv_v4()3165 *(int *)cmsg_datap = VRRP_IP_TTL; in vrrpd_send_adv_v6()3456 if (ip->ip_ttl != VRRP_IP_TTL) { in vrrpd_process_adv_v4()3503 if ((ttl = *(int *)cmsg_datap) == VRRP_IP_TTL) in vrrpd_process_adv_v6()3886 int off = 0, ttl = VRRP_IP_TTL; in vrrpd_init_txsock_v6()