Searched refs:in6p_socket (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dudp6_usrreq.c219 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
220 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
233 so_recv_data_stat(last->in6p_socket, n, 0);
234 if (sbappendaddr(&last->in6p_socket->so_rcv,
238 sorwakeup(last->in6p_socket);
360 udp_lock(in6p->in6p_socket, 1, 0);
364 udp_unlock(in6p->in6p_socket, 1, 0);
368 udp_unlock(in6p->in6p_socket, 1, 0);
392 udp_unlock(in6p->in6p_socket, 1, 0);
403 udp_unlock(in6p->in6p_socket,
[all...]
H A Draw_ip6.c205 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
206 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
217 so_recv_data_stat(last->in6p_socket, m, 0);
218 if (sbappendaddr(&last->in6p_socket->so_rcv,
223 sorwakeup(last->in6p_socket);
239 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
240 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
252 so_recv_data_stat(last->in6p_socket, m, 0);
253 if (sbappendaddr(&last->in6p_socket->so_rcv,
257 sorwakeup(last->in6p_socket);
[all...]
H A Dicmp6.c2072 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
2073 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
2084 so_recv_data_stat(last->in6p_socket, m, 0);
2085 if (sbappendaddr(&last->in6p_socket->so_rcv,
2088 sorwakeup(last->in6p_socket);
2097 (last->in6p_socket->so_options & SO_TIMESTAMP) != 0 ||
2098 (last->in6p_socket->so_options & SO_TIMESTAMP_MONOTONIC) != 0) {
2106 so_recv_data_stat(last->in6p_socket, m, 0);
2107 if (sbappendaddr(&last->in6p_socket->so_rcv,
2109 sorwakeup(last->in6p_socket);
[all...]
H A Dudp6_output.c164 struct socket *so = in6p->in6p_socket;
H A Dipsec.c2066 if (in6p->in6p_socket)
2067 return ipsec6_in_reject_so(m, in6p->in6p_socket);
2213 if (in6p != NULL && in6p->in6p_socket == NULL)
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.h486 #define in6p_socket inp_socket macro

Completed in 134 milliseconds