Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dif_utun.c1784 socket_t pf_socket) in utun_detach_ip() argument
1796 result = sock_ioctl(pf_socket, SIOCPROTODETACH, &ifr); in utun_detach_ip()
1814 socket_t pf_socket) in utun_remove_address() argument
1829 result = sock_ioctl(pf_socket, SIOCDIFADDR, &ifr); in utun_remove_address()
1846 result = sock_ioctl(pf_socket, SIOCDIFADDR_IN6, &ifr6); in utun_remove_address()
1860 socket_ref_t pf_socket = NULL; in utun_cleanup_family() local
1879 sock_setpriv(pf_socket, 1); in utun_cleanup_family()
1881 result = utun_detach_ip(interface, protocol, pf_socket); in utun_cleanup_family()
1912 result = utun_detach_ip(interface, protocol, pf_socket); in utun_cleanup_family()
1918 if (pf_socket != NULL) { in utun_cleanup_family()
[all …]
H A Dif_ipsec.c2747 socket_t pf_socket) in ipsec_detach_ip() argument
2759 result = sock_ioctl(pf_socket, SIOCPROTODETACH, &ifr); in ipsec_detach_ip()
2777 socket_t pf_socket) in ipsec_remove_address() argument
2792 result = sock_ioctl(pf_socket, SIOCDIFADDR, &ifr); in ipsec_remove_address()
2809 result = sock_ioctl(pf_socket, SIOCDIFADDR_IN6, &ifr6); in ipsec_remove_address()
2823 socket_t __single pf_socket = NULL; in ipsec_cleanup_family() local
2844 sock_setpriv(pf_socket, 1); in ipsec_cleanup_family()
2846 result = ipsec_detach_ip(interface, protocol, pf_socket); in ipsec_cleanup_family()
2877 result = ipsec_detach_ip(interface, protocol, pf_socket); in ipsec_cleanup_family()
2883 if (pf_socket != NULL) { in ipsec_cleanup_family()
[all …]