Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Duipc_socket.c7866 int nocell_old, nocell_new; in so_set_restrictions() local
7883 nocell_old = (so->so_restrictions & SO_RESTRICT_DENY_CELLULAR); in so_set_restrictions()
7894 if ((nocell_new - nocell_old) == 0 && in so_set_restrictions()
7900 if (nocell_new - nocell_old != 0) { in so_set_restrictions()