Home
last modified time | relevance | path

Searched refs:init_socket_options (Results 1 – 3 of 3) sorted by relevance

/src/usr.sbin/ctld/
H A Discsi.cc63 bool init_socket_options(int s) override;
288 iscsi_portal::init_socket_options(int s) in init_socket_options() function in iscsi_portal
H A Dctld.hh157 virtual bool init_socket_options(int s __unused) { return true; } in init_socket_options() function
H A Dctld.cc1921 if (!init_socket_options(s)) in init_socket()