Searched refs:_ttl (Results 1 – 3 of 3) sorted by relevance
91 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)
406 int _ttl = (int) ttl; in pa__init() local408 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()
204 ih->_ttl = 32; in test_udp_create_test_packet()