OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whoFrom
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_indata.h
66
(_ctl)->
whoFrom
= net; \
sctputil.c
[
all
...]
sctp_indata.c
145
read_queue_e->
whoFrom
= net;
185
read_queue_e->
whoFrom
= chk->whoTo;
715
if (control->
whoFrom
) {
716
sctp_free_remote_addr(control->
whoFrom
);
717
control->
whoFrom
= NULL;
[
all
...]
sctp_structs.h
522
struct sctp_nets *
whoFrom
; /* where it came from */
[
all
...]
sctp_pcb.c
[
all
...]
sctp_input.c
412
sctp_free_remote_addr(ctl->
whoFrom
);
413
ctl->
whoFrom
= NULL;
[
all
...]
Completed in 40 milliseconds