Home
last modified time | relevance | path

Searched refs:_ttl (Results 1 - 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
H A Dip4.h91 PACK_STRUCT_FLD_8(u8_t _ttl);
114 #define IPH_TTL(hdr) ((hdr)->_ttl)
124 #define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl = (u8_t)(ttl)
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-send.c419 int _ttl = (int) ttl; in pa__init() local
421 if (setsockopt(fd, IPPROTO_IP, IP_MULTICAST_TTL, &_ttl, sizeof(_ttl)) < 0) { in pa__init()
426 if (setsockopt(sap_fd, IPPROTO_IP, IP_MULTICAST_TTL, &_ttl, sizeof(_ttl)) < 0) { in pa__init()
/third_party/lwip/test/unit/udp/
H A Dtest_udp.c204 ih->_ttl = 32; in test_udp_create_test_packet()

Completed in 3 milliseconds