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

  /external/dbus/dbus/
sd-daemon.h 138 See sd_is_socket(3) for more information.
140 int sd_is_socket(int fd, int family, int type, int listening) _sd_hidden_;
149 listening flag is used the same way as in sd_is_socket(). Returns a
165 flag is used the same way as in sd_is_socket(). Returns a negative
sd-daemon.c 211 int sd_is_socket(int fd, int family, int type, int listening) { function
dbus-sysdeps-unix.c 1102 r = sd_is_socket (fd, AF_UNSPEC, SOCK_STREAM, 1);
    [all...]

Completed in 599 milliseconds