Searched refs:sctp_findnet (Results 1 – 6 of 6) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_pcb.h | 754 struct sctp_nets *sctp_findnet(struct sctp_tcb *, struct sockaddr *);
|
D | sctp_usrreq.c | 3025 net = sctp_findnet(stcb, addr); 3242 net = sctp_findnet(stcb, addr); 3977 net = sctp_findnet(stcb, addr); 4101 net = sctp_findnet(stcb, addr); 6164 net = sctp_findnet(stcb, addr); 6705 net = sctp_findnet(stcb, addr); 7314 net = sctp_findnet(stcb, addr); 7496 net = sctp_findnet(stcb, addr);
|
D | sctp_asconf.c | 298 src_net = sctp_findnet(stcb, src); in sctp_asconf_del_remote_addrs_except() 853 stcb->asoc.last_control_chunk_from = sctp_findnet(stcb, src); in sctp_handle_asconf()
|
D | sctp_pcb.c | 2562 *netp = sctp_findnet(stcb, from); 2571 net = sctp_findnet(stcb, from); 4332 sctp_findnet(struct sctp_tcb *stcb, struct sockaddr *addr) function 4381 netfirst = sctp_findnet(stcb, newaddr); 7760 net = sctp_findnet(stcb, sa);
|
D | sctp_input.c | 688 r_net = sctp_findnet(stcb, &store.sa); in sctp_handle_heartbeat_ack() 2275 *netp = sctp_findnet(stcb, init_src); 2908 netl = sctp_findnet(*stcb, to); 2918 netl = sctp_findnet(*stcb, to);
|
D | sctp_output.c | 13964 net = sctp_findnet(stcb, addr);
|