Home
last modified time | relevance | path

Searched refs:IP_DEFAULT_MULTICAST_TTL (Results 1 – 11 of 11) sorted by relevance

/openbsd/usr.sbin/dhcpd/
H A Dsync.h37 #define DHCP_SYNC_MCASTTTL IP_DEFAULT_MULTICAST_TTL
/openbsd/libexec/spamd/
H A Dsync.h38 #define SPAM_SYNC_MCASTTTL IP_DEFAULT_MULTICAST_TTL
/openbsd/usr.sbin/ldpd/
H A Dsocket.c100 IP_DEFAULT_MULTICAST_TTL) == -1) { in ldp_create_socket()
/openbsd/sys/netinet/
H A Din.h346 #define IP_DEFAULT_MULTICAST_TTL 1 /* normally limit m'casts to 1 hop */ macro
H A Dip_output.c265 ip->ip_ttl = IP_DEFAULT_MULTICAST_TTL; in ip_output()
1416 imo->imo_ttl = IP_DEFAULT_MULTICAST_TTL; in ip_setmoptions()
1671 imo->imo_ttl == IP_DEFAULT_MULTICAST_TTL && in ip_setmoptions()
1713 *ttl = (imo == NULL) ? IP_DEFAULT_MULTICAST_TTL in ip_getmoptions()
/openbsd/usr.sbin/ospfd/
H A Dpacket.c78 IP_DEFAULT_MULTICAST_TTL : MAXTTL; in send_packet()
/openbsd/usr.sbin/dvmrpd/
H A Ddvmrpe.c98 IP_DEFAULT_MULTICAST_TTL) == -1) in dvmrpe()
/openbsd/usr.sbin/ripd/
H A Dripe.c107 if (if_set_mcast_ttl(xconf->rip_socket, IP_DEFAULT_MULTICAST_TTL) == -1) in ripe()
/openbsd/usr.sbin/hostapd/
H A Dparse.y1801 cfg->c_iapp.i_ttl = IP_DEFAULT_MULTICAST_TTL; in hostapd_parse_file()
/openbsd/sys/net/
H A Dif_vxlan.c262 sc->sc_ttl = IP_DEFAULT_MULTICAST_TTL; in vxlan_clone_create()
H A Dif_gre.c780 tunnel->t_ttl = IP_DEFAULT_MULTICAST_TTL; in nvgre_clone_create()