Home
last modified time | relevance | path

Searched refs:two_way (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/netinet/
H A Dsctp_usrreq.c2489 uint8_t two_way, not_peer; in sctp_optsset() local
2549 two_way = 0; in sctp_optsset()
2552 two_way = 1; in sctp_optsset()
2555 two_way = 1; in sctp_optsset()
2563 strrst->strrst_list, two_way, not_peer); in sctp_optsset()
H A Dsctp_output.c8705 uint8_t two_way=0, not_peer=0; local
8818 sctp_send_str_reset_req(stcb, number_entries, list, two_way, not_peer);
8835 int number_entrys, uint16_t *list, uint8_t two_way, uint8_t not_peer) argument
8863 if ((two_way == 0) && (not_peer == 1)) {
8936 if (two_way == 0) {