OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sctp_findassociation_ep_addr
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
sctp_pcb.c
474
stcb =
sctp_findassociation_ep_addr
(inp_p,
481
sctp_findassociation_ep_addr
(struct sctp_inpcb **inp_p, struct sockaddr *remote,
function
871
* may NOT be the correct one but the
sctp_findassociation_ep_addr
961
return (
sctp_findassociation_ep_addr
(inp_p, from, netp, to, NULL));
963
return (
sctp_findassociation_ep_addr
(&inp, from, netp, to, NULL));
1022
retval =
sctp_findassociation_ep_addr
(inp_p,
1040
retval =
sctp_findassociation_ep_addr
(inp_p,
2623
* Caller has done a
sctp_findassociation_ep_addr
(ep, addr's);
3974
stcb_tmp =
sctp_findassociation_ep_addr
(&inp, sa, &net_tmp, local_sa, stcb);
4035
stcb_tmp =
sctp_findassociation_ep_addr
(&inp, sa, &net
[
all
...]
sctp_usrreq.c
1216
stcb =
sctp_findassociation_ep_addr
(&inp, sa, NULL, NULL, NULL);
1970
stcb =
sctp_findassociation_ep_addr
(&inp,
2056
stcb =
sctp_findassociation_ep_addr
(&inp,
2347
stcb =
sctp_findassociation_ep_addr
(&inp,
2589
stcb =
sctp_findassociation_ep_addr
(&inp, sa, &net, NULL, NULL);
2841
stcb =
sctp_findassociation_ep_addr
(&inp,
3059
stcb =
sctp_findassociation_ep_addr
(&inp,
3383
stcb =
sctp_findassociation_ep_addr
(&inp, nam, NULL, NULL, NULL);
sctp_pcb.h
684
struct sctp_tcb *
sctp_findassociation_ep_addr
(struct sctp_inpcb **,
sctp_input.c
1991
*stcb =
sctp_findassociation_ep_addr
(inp_p, to, netp, localep_sa, NULL);
sctp_output.c
7239
stcb =
sctp_findassociation_ep_addr
(&t_inp, addr, &net, NULL, NULL);
9909
stcb =
sctp_findassociation_ep_addr
(&t_inp, addr, &net, NULL, NULL);
/src/sys/netinet6/
sctp6_usrreq.c
1005
stcb =
sctp_findassociation_ep_addr
(&inp, nam, NULL, NULL, NULL);
Completed in 32 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026