Searched refs:ip_ttl (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/core/ |
D | socket.h | 143 int ip_ttl; member
|
D | dbus-socket.c | 101 …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()
|
D | socket.c | 94 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()
|
D | load-fragment-gperf.gperf.in | 464 …_parse_int, 0, offsetof(Socket, ip_ttl)
|