Home
last modified time | relevance | path

Searched refs:imo_ttl (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/netinet/
H A Dip_var.h167 u_int8_t imo_ttl; /* TTL for outgoing multicasts */ member
H A Dip_output.c264 ip->ip_ttl = imo->imo_ttl; in ip_output()
1422 imo->imo_ttl = IP_DEFAULT_MULTICAST_TTL; in ip_setmoptions()
1506 imo->imo_ttl = *(mtod(m, u_char *)); in ip_setmoptions()
1677 imo->imo_ttl == IP_DEFAULT_MULTICAST_TTL && in ip_setmoptions()
1720 : imo->imo_ttl; in ip_getmoptions()
H A Digmp.c660 imo.imo_ttl = 1; in igmp_sendpkt()
H A Dip_mroute.c1281 imo.imo_ttl = ip->ip_ttl - IPTTLDEC; in ip_mdq()
H A Dip_carp.c1908 imo->imo_ttl = CARP_DFLTTL; in carp_join_multicast()
/openbsd/sys/net/
H A Dif_vxlan.c518 imo.imo_ttl = sc->sc_ttl; in vxlan_send_ipv4()
H A Dif_pfsync.c1539 imo.imo_ttl = PFSYNC_DFLTTL; in pfsync_sendout()
H A Dif_gre.c3724 imo.imo_ttl = sc->sc_tunnel.t_ttl; in nvgre_send4()