Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Duipc_socket.c7788 int nocell_old, nocell_new; in so_set_restrictions() local
7805 nocell_old = (so->so_restrictions & SO_RESTRICT_DENY_CELLULAR); in so_set_restrictions()
7816 if ((nocell_new - nocell_old) == 0 && in so_set_restrictions()
7822 if (nocell_new - nocell_old != 0) { in so_set_restrictions()