/src/sys/netinet/ |
sctp_asconf.c | 575 struct mbuf *m_ack, *m_result, *m_tail; local in function:sctp_handle_asconf 695 m_result = NULL; 725 m_result = sctp_process_asconf_add_ip(aph, stcb, error); 729 m_result = sctp_process_asconf_delete_ip(m, aph, stcb, 737 m_result = sctp_process_asconf_set_primary(aph, stcb, 761 if (m_result != NULL) { 767 m_tail->m_next = m_result; 768 m_tail = m_result; 770 m_result->m_len = SCTP_SIZE32(m_result->m_len) [all...] |
sctp_asconf.c | 575 struct mbuf *m_ack, *m_result, *m_tail; local in function:sctp_handle_asconf 695 m_result = NULL; 725 m_result = sctp_process_asconf_add_ip(aph, stcb, error); 729 m_result = sctp_process_asconf_delete_ip(m, aph, stcb, 737 m_result = sctp_process_asconf_set_primary(aph, stcb, 761 if (m_result != NULL) { 767 m_tail->m_next = m_result; 768 m_tail = m_result; 770 m_result->m_len = SCTP_SIZE32(m_result->m_len) [all...] |
sctp_asconf.c | 575 struct mbuf *m_ack, *m_result, *m_tail; local in function:sctp_handle_asconf 695 m_result = NULL; 725 m_result = sctp_process_asconf_add_ip(aph, stcb, error); 729 m_result = sctp_process_asconf_delete_ip(m, aph, stcb, 737 m_result = sctp_process_asconf_set_primary(aph, stcb, 761 if (m_result != NULL) { 767 m_tail->m_next = m_result; 768 m_tail = m_result; 770 m_result->m_len = SCTP_SIZE32(m_result->m_len) [all...] |