Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
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/
Dmodule-rtp-send.c406 int _ttl = (int) ttl; in pa__init() local
408 if (setsockopt(fd, IPPROTO_IP, IP_MULTICAST_TTL, &_ttl, sizeof(_ttl)) < 0) { in pa__init()
413 if (setsockopt(sap_fd, IPPROTO_IP, IP_MULTICAST_TTL, &_ttl, sizeof(_ttl)) < 0) { in pa__init()
/third_party/lwip/test/unit/udp/
Dtest_udp.c204 ih->_ttl = 32; in test_udp_create_test_packet()