Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Duipc_socket.c7819 int noconstrained_old, noconstrained_new; in so_set_restrictions() local
7842 noconstrained_new = (so->so_restrictions & SO_RESTRICT_DENY_CONSTRAINED); in so_set_restrictions()
7847 (noconstrained_new - noconstrained_old) == 0) { in so_set_restrictions()
7861 if (noconstrained_new - noconstrained_old != 0) { in so_set_restrictions()