/src/sys/netinet/ |
sctp_pcb.c | 1575 struct sctp_inpcb *t_inp; local in function:sctp_isport_inuse 1579 LIST_FOREACH(t_inp, head, sctp_hash) { 1580 if (t_inp->sctp_lport != lport) { 1585 if ((t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && 1586 (((struct in6pcb *)t_inp)->in6p_flags & IN6P_IPV6_V6ONLY)) { 1594 } else if (t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { 1595 /* t_inp is bound v4 and v6, conflict always */ 1598 /* t_inp is bound only V4 */
|
sctp_pcb.c | 1575 struct sctp_inpcb *t_inp; local in function:sctp_isport_inuse 1579 LIST_FOREACH(t_inp, head, sctp_hash) { 1580 if (t_inp->sctp_lport != lport) { 1585 if ((t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && 1586 (((struct in6pcb *)t_inp)->in6p_flags & IN6P_IPV6_V6ONLY)) { 1594 } else if (t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { 1595 /* t_inp is bound v4 and v6, conflict always */ 1598 /* t_inp is bound only V4 */
|
sctp_pcb.c | 1575 struct sctp_inpcb *t_inp; local in function:sctp_isport_inuse 1579 LIST_FOREACH(t_inp, head, sctp_hash) { 1580 if (t_inp->sctp_lport != lport) { 1585 if ((t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) && 1586 (((struct in6pcb *)t_inp)->in6p_flags & IN6P_IPV6_V6ONLY)) { 1594 } else if (t_inp->sctp_flags & SCTP_PCB_FLAGS_BOUND_V6) { 1595 /* t_inp is bound v4 and v6, conflict always */ 1598 /* t_inp is bound only V4 */
|
sctp_output.c | 7088 struct sctp_inpcb *t_inp; local in function:sctp_output 7097 t_inp = inp; 7239 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL); 9811 struct sctp_inpcb *t_inp; local in function:sctp_sosend 9818 t_inp = inp = (struct sctp_inpcb *)so->so_pcb; 9909 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL);
|
sctp_output.c | 7088 struct sctp_inpcb *t_inp; local in function:sctp_output 7097 t_inp = inp; 7239 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL); 9811 struct sctp_inpcb *t_inp; local in function:sctp_sosend 9818 t_inp = inp = (struct sctp_inpcb *)so->so_pcb; 9909 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL);
|
sctp_output.c | 7088 struct sctp_inpcb *t_inp; local in function:sctp_output 7097 t_inp = inp; 7239 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL); 9811 struct sctp_inpcb *t_inp; local in function:sctp_sosend 9818 t_inp = inp = (struct sctp_inpcb *)so->so_pcb; 9909 stcb = sctp_findassociation_ep_addr(&t_inp, addr, &net, NULL, NULL);
|