/src/sys/netinet/ |
sctp_input.c | 1683 struct sctp_nets *netl; local in function:sctp_handle_cookie_echo 2042 netl = sctp_findnet(*stcb, to); 2045 if (netl == NULL) { 2050 netl = sctp_findnet(*stcb, to); 2052 if (netl) { 2053 if (netl->dest_state & SCTP_ADDR_UNCONFIRMED) { 2054 netl->dest_state &= ~SCTP_ADDR_UNCONFIRMED; 2056 netl); 2058 (*stcb), 0, (void *)netl);
|
sctp_input.c | 1683 struct sctp_nets *netl; local in function:sctp_handle_cookie_echo 2042 netl = sctp_findnet(*stcb, to); 2045 if (netl == NULL) { 2050 netl = sctp_findnet(*stcb, to); 2052 if (netl) { 2053 if (netl->dest_state & SCTP_ADDR_UNCONFIRMED) { 2054 netl->dest_state &= ~SCTP_ADDR_UNCONFIRMED; 2056 netl); 2058 (*stcb), 0, (void *)netl);
|
sctp_input.c | 1683 struct sctp_nets *netl; local in function:sctp_handle_cookie_echo 2042 netl = sctp_findnet(*stcb, to); 2045 if (netl == NULL) { 2050 netl = sctp_findnet(*stcb, to); 2052 if (netl) { 2053 if (netl->dest_state & SCTP_ADDR_UNCONFIRMED) { 2054 netl->dest_state &= ~SCTP_ADDR_UNCONFIRMED; 2056 netl); 2058 (*stcb), 0, (void *)netl);
|