Home
last modified time | relevance | path

Searched refs:SOCKET_FLAG_BLOCK (Results 1 – 9 of 9) sorted by last modified time

/dports/net/samba412/samba-4.12.15/source4/lib/socket/
H A Dsocket.c82 if (!(flags & SOCKET_FLAG_BLOCK) && in socket_create_with_ops()
90 if (!(flags & SOCKET_FLAG_BLOCK) && type == SOCKET_TYPE_DGRAM) { in socket_create_with_ops()
H A Dsocket_ip.c84 if (!(flags & SOCKET_FLAG_BLOCK)) { in ip_connect_complete()
204 if (!(flags & SOCKET_FLAG_BLOCK)) { in ipv4_listen()
231 if (!(sock->flags & SOCKET_FLAG_BLOCK)) { in ipv4_accept()
734 if (!(flags & SOCKET_FLAG_BLOCK)) { in ipv6_listen()
761 if (!(sock->flags & SOCKET_FLAG_BLOCK)) { in ipv6_tcp_accept()
H A Dsocket.h101 #define SOCKET_FLAG_BLOCK 0x00000001 macro
H A Dsocket_unix.c87 if (!(flags & SOCKET_FLAG_BLOCK)) { in unixdom_connect_complete()
166 if (!(flags & SOCKET_FLAG_BLOCK)) { in unixdom_listen()
195 if (!(sock->flags & SOCKET_FLAG_BLOCK)) { in unixdom_accept()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/socket/
H A Dsocket.h102 #define SOCKET_FLAG_BLOCK 0x00000001 macro
H A Dsocket.c70 if (!(flags & SOCKET_FLAG_BLOCK) && in socket_create_with_ops()
78 if (!(flags & SOCKET_FLAG_BLOCK) && type == SOCKET_TYPE_DGRAM) { in socket_create_with_ops()
H A Dsocket_ipv4.c74 if (!(flags & SOCKET_FLAG_BLOCK)) { in ipv4_connect_complete()
192 if (!(flags & SOCKET_FLAG_BLOCK)) { in ipv4_listen()
219 if (!(sock->flags & SOCKET_FLAG_BLOCK)) { in ipv4_accept()
H A Dsocket_ipv6.c76 if (!(flags & SOCKET_FLAG_BLOCK)) { in ipv6_tcp_connect_complete()
174 if (!(flags & SOCKET_FLAG_BLOCK)) { in ipv6_tcp_listen()
197 if (!(sock->flags & SOCKET_FLAG_BLOCK)) { in ipv6_tcp_accept()
H A Dsocket_unix.c85 if (!(flags & SOCKET_FLAG_BLOCK)) { in unixdom_connect_complete()
164 if (!(flags & SOCKET_FLAG_BLOCK)) { in unixdom_listen()
193 if (!(sock->flags & SOCKET_FLAG_BLOCK)) { in unixdom_accept()