Lines Matching full:ttl
410 /** IPv6 hop limit or IPv4 ttl for packets sent via this context. */
417 uint8_t ipv4_ttl; /**< IPv4 TTL */
418 uint8_t ipv4_mcast_ttl; /**< IPv4 multicast TTL */
782 * @brief Get IPv4 TTL (time-to-live) value for this context.
784 * @details This function returns the IPv4 TTL (time-to-live) value that is
789 * @return IPv4 TTL value
797 * @brief Set IPv4 TTL (time-to-live) value for this context.
799 * @details This function sets the IPv4 TTL (time-to-live) value for
803 * @param ttl IPv4 time-to-live value.
806 uint8_t ttl) in net_context_set_ipv4_ttl() argument
808 context->ipv4_ttl = ttl; in net_context_set_ipv4_ttl()
812 * @brief Get IPv4 multicast TTL (time-to-live) value for this context.
814 * @details This function returns the IPv4 multicast TTL (time-to-live) value
819 * @return IPv4 multicast TTL value
827 * @brief Set IPv4 multicast TTL (time-to-live) value for this context.
829 * @details This function sets the IPv4 multicast TTL (time-to-live) value for
833 * @param ttl IPv4 multicast time-to-live value.
836 uint8_t ttl) in net_context_set_ipv4_mcast_ttl() argument
838 context->ipv4_mcast_ttl = ttl; in net_context_set_ipv4_mcast_ttl()
1319 NET_OPT_MCAST_TTL = 13, /**< IPv4 multicast TTL */
1322 NET_OPT_TTL = 16, /**< IPv4 unicast TTL */