Searched refs:socket_protocol (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/core/ |
D | dbus-socket.c | 129 …OPERTY("SocketProtocol", "i", bus_property_get_int, offsetof(Socket, socket_protocol), SD_BUS_VTAB… 162 static BUS_DEFINE_SET_TRANSIENT_TO_STRING(socket_protocol, "i", int32_t, int, "%" PRIi32, socket_pr… 318 … return bus_set_transient_socket_protocol(u, name, &s->socket_protocol, message, flags, error); in bus_socket_set_transient_property()
|
D | socket.h | 122 int socket_protocol; member
|
D | socket.c | 774 str = ip_protocol_to_name(s->socket_protocol); in socket_dump() 1003 if (s->socket_protocol == IPPROTO_SCTP) { in socket_apply_socket_options() 1645 if (s->socket_protocol == IPPROTO_SCTP) in socket_open_fds() 1646 p->address.protocol = s->socket_protocol; in socket_open_fds() 1650 if (s->socket_protocol == IPPROTO_UDPLITE) in socket_open_fds() 1651 p->address.protocol = s->socket_protocol; in socket_open_fds()
|
D | load-fragment-gperf.gperf.in | 436 …cket_protocol, 0, offsetof(Socket, socket_protocol)
|