Home
last modified time | relevance | path

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

/mirbsd/src/sys/netinet6/
Draw_ip6.c106 #define in6p_socket inp_socket macro
206 if (sbappendaddr(&last->in6p_socket->so_rcv,
214 sorwakeup(last->in6p_socket);
225 if (sbappendaddr(&last->in6p_socket->so_rcv,
232 sorwakeup(last->in6p_socket);
Dudp6_output.c102 #define in6p_socket inp_socket macro
135 if ((in6p->in6p_socket->so_state & SS_PRIV) != 0)
Dicmp6.c102 #define in6p_socket inp_socket macro
1930 if (sbappendaddr(&last->in6p_socket->so_rcv,
1938 sorwakeup(last->in6p_socket);
1949 if (sbappendaddr(&last->in6p_socket->so_rcv,
1956 sorwakeup(last->in6p_socket);
Dip6_input.c905 if (in6p->in6p_socket->so_options & SO_TIMESTAMP) {