Searched refs:two_way (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/netinet/ |
| D | sctp_usrreq.c | 2483 uint8_t two_way, not_peer; in sctp_optsset() local 2543 two_way = 0; in sctp_optsset() 2546 two_way = 1; in sctp_optsset() 2549 two_way = 1; in sctp_optsset() 2557 strrst->strrst_list, two_way, not_peer); in sctp_optsset()
|
| D | sctp_output.c | 8689 uint8_t two_way=0, not_peer=0; local 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) argument 8847 if ((two_way == 0) && (not_peer == 1)) { 8920 if (two_way == 0) {
|