Home
last modified time | relevance | path

Searched refs:ip_ttl (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/core/
Dsocket.h143 int ip_ttl; member
Ddbus-socket.c101 …SD_BUS_PROPERTY("IPTTL", "i", bus_property_get_int, offsetof(Socket, ip_ttl), SD_BUS_VTABLE_PROPER…
231 return bus_set_transient_int(u, name, &s->ip_ttl, message, flags, error); in bus_socket_set_transient_property()
Dsocket.c94 s->ip_ttl = -1; in socket_init()
665 if (s->ip_ttl >= 0) in socket_dump()
668 prefix, s->ip_ttl); in socket_dump()
1078 if (s->ip_ttl >= 0) { in socket_apply_socket_options()
1079 r = socket_set_ttl(fd, socket_address_family(&p->address), s->ip_ttl); in socket_apply_socket_options()
Dload-fragment-gperf.gperf.in464 …_parse_int, 0, offsetof(Socket, ip_ttl)