/src/sys/netinet/ |
sctp_usrreq.c | 2483 uint8_t two_way, not_peer; local in function:sctp_optsset 2544 not_peer = 0; 2547 not_peer = 1; 2550 not_peer = 0; 2557 strrst->strrst_list, two_way, not_peer);
|
sctp_usrreq.c | 2483 uint8_t two_way, not_peer; local in function:sctp_optsset 2544 not_peer = 0; 2547 not_peer = 1; 2550 not_peer = 0; 2557 strrst->strrst_list, two_way, not_peer);
|
sctp_output.c | 8689 uint8_t two_way=0, not_peer=0; local in function:sctp_send_str_reset_ack 8802 sctp_send_str_reset_req(stcb, number_entries, list, two_way, not_peer); 8819 int number_entrys, uint16_t *list, uint8_t two_way, uint8_t not_peer) 8827 * two_way | not_peer | = | Flags 8847 if ((two_way == 0) && (not_peer == 1)) { 8923 if (not_peer == 0) {
|
sctp_output.c | 8689 uint8_t two_way=0, not_peer=0; local in function:sctp_send_str_reset_ack 8802 sctp_send_str_reset_req(stcb, number_entries, list, two_way, not_peer); 8819 int number_entrys, uint16_t *list, uint8_t two_way, uint8_t not_peer) 8827 * two_way | not_peer | = | Flags 8847 if ((two_way == 0) && (not_peer == 1)) { 8923 if (not_peer == 0) {
|