Searched refs:NX_IP_TIME_TO_LIVE_MASK (Results 1 – 6 of 6) sorted by relevance
159 if (((ULONG)time_to_live) > NX_IP_TIME_TO_LIVE_MASK) in _nxe_udp_socket_create()
166 if (((ULONG)time_to_live) > NX_IP_TIME_TO_LIVE_MASK) in _nxe_tcp_socket_create()
143 …time_to_live = ((ip_header_ptr -> nx_ip_header_word_2 & NX_IP_TIME_TO_LIVE_MASK) >> NX_IP_TIME_TO_… in _nx_ip_forward_packet_process()
155 …current_ttl = (current_header -> nx_ip_header_word_2 & NX_IP_TIME_TO_LIVE_MASK) >> NX_IP_TIME_TO_L… in _nx_ip_fragment_assembly()
230 …create(&ip_0, &socket_0, "Socket 0", NX_IP_NORMAL, NX_FRAGMENT_OKAY, NX_IP_TIME_TO_LIVE_MASK+1, 5); in thread_0_entry()
931 #define NX_IP_TIME_TO_LIVE_MASK ((ULONG)0xFF000000) /* Mask for isolating the time t… macro