Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Duipc_socket.c7885 int noconstrained_old, noconstrained_new; in so_set_restrictions() local
7908 noconstrained_new = (so->so_restrictions & SO_RESTRICT_DENY_CONSTRAINED); in so_set_restrictions()
7913 (noconstrained_new - noconstrained_old) == 0) { in so_set_restrictions()
7927 if (noconstrained_new - noconstrained_old != 0) { in so_set_restrictions()