HomeSort by: relevance | last modified time | path
    Searched defs:two_way (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_usrreq.c 2483 uint8_t two_way, not_peer; local in function:sctp_optsset
2543 two_way = 0;
2546 two_way = 1;
2549 two_way = 1;
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)
8822 * if the request is to reset all streams. If two_way is true then we
8827 * two_way | not_peer | = | Flags
8847 if ((two_way == 0) && (not_peer == 1)) {
8920 if (two_way == 0) {

Completed in 135 milliseconds