HomeSort by relevance Sort by last modified time
    Searched defs:connection_info (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/vr/libpdx_uds/
client_channel_factory.cpp 126 ChannelConnectionInfo<LocalHandle> connection_info; local
127 status = ReceiveData(socket_.Borrow(), &connection_info);
130 socket_ = std::move(connection_info.channel_fd);
  /external/openssh/
servconf.h 201 struct connection_info { struct
239 struct connection_info *get_connection_info(int, int);
243 int *, struct connection_info *);
246 struct connection_info *);
247 void parse_server_match_config(ServerOptions *, struct connection_info *);
248 int parse_server_match_testspec(struct connection_info *, char *);
249 int server_match_spec_complete(struct connection_info *);
sshd.c 1477 struct connection_info *connection_info = get_connection_info(0, 0); local
    [all...]

Completed in 3241 milliseconds