Home
last modified time | relevance | path

Searched refs:sctp_understands_addip (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c1300 sctp->sctp_understands_addip = B_FALSE; in sctp_addip_ack()
1362 if (!sctp->sctp_understands_asconf || !sctp->sctp_understands_addip) { in sctp_setprim_req()
1419 sctp->sctp_understands_addip = B_FALSE; in sctp_setprim_ack()
1444 if (!sctp->sctp_understands_asconf || !sctp->sctp_understands_addip) in sctp_add_ip()
1567 !sctp->sctp_understands_asconf || !sctp->sctp_understands_addip) { in sctp_del_ip()
1740 if (!sctp->sctp_understands_asconf || !sctp->sctp_understands_addip) { in sctp_set_peerprim()
H A Dsctp_bind.c360 !sctp->sctp_understands_addip) { in sctp_bind_add()
483 !sctp->sctp_understands_addip) { in sctp_bind_del()
H A Dsctp_impl.h785 sctp_understands_addip : 1, member
828 #define sctp_understands_addip sctp_bits.sctp_understands_addip macro
H A Dsctp.c917 sctp->sctp_understands_addip = B_TRUE; in sctp_init_values()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c584 mdb_printf("\tunderstands_addip\t%d\n", sctp->sctp_understands_addip); in show_sctp_flags()