Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Duipc_socket.c8019 int nocell_old, nocell_new; in so_set_restrictions() local
8036 nocell_old = (so->so_restrictions & SO_RESTRICT_DENY_CELLULAR); in so_set_restrictions()
8047 if ((nocell_new - nocell_old) == 0 && in so_set_restrictions()
8053 if (nocell_new - nocell_old != 0) { in so_set_restrictions()