Home
last modified time | relevance | path

Searched refs:IXAF_SCOPEID_SET (Results 1 – 21 of 21) sorted by relevance

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_conn.c291 ixa->ixa_flags |= IXAF_SCOPEID_SET; in sctp_conn_request()
556 ixa->ixa_flags |= IXAF_SCOPEID_SET; in sctp_connect()
559 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in sctp_connect()
H A Dsctp_bind.c276 connp->conn_ixa->ixa_flags |= IXAF_SCOPEID_SET; in sctp_bind()
280 connp->conn_ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in sctp_bind()
H A Dsctp_shutdown.c313 ixas.ixa_flags |= IXAF_SCOPEID_SET; in sctp_ootb_shutdown_ack()
H A Dsctp_error.c404 ixas.ixa_flags |= IXAF_SCOPEID_SET; in sctp_ootb_send_abort()
H A Dsctp_opt_data.c1498 IXAF_SCOPEID_SET)) { in sctp_getpeeraddrs()
1527 (fp->sf_ixa->ixa_flags & IXAF_SCOPEID_SET)) in sctp_getpeeraddrs()
H A Dsctp_addr.c1616 (ixa->ixa_flags & IXAF_SCOPEID_SET)) in sctp_getmyaddrs()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c615 ixa->ixa_flags |= IXAF_SCOPEID_SET; in tcp_bind_check()
619 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in tcp_bind_check()
H A Dtcp_tpi.c1520 (econnp->conn_ixa->ixa_flags & IXAF_SCOPEID_SET)) { in tcp_tli_accept()
1845 (econnp->conn_ixa->ixa_flags & IXAF_SCOPEID_SET)) { in tcp_tpi_accept()
H A Dtcp.c1684 connp->conn_ixa->ixa_flags |= IXAF_SCOPEID_SET; in tcp_connect_ipv6()
1687 connp->conn_ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in tcp_connect_ipv6()
1795 if (connp->conn_ixa->ixa_flags & IXAF_SCOPEID_SET) in tcp_disconnect_common()
H A Dtcp_stats.c240 if (connp->conn_ixa->ixa_flags & IXAF_SCOPEID_SET) { in tcp_snmp_get()
H A Dtcp_output.c2604 ixa->ixa_flags |= IXAF_SCOPEID_SET; in tcp_xmit_early_reset()
H A Dtcp_input.c1468 econnp->conn_ixa->ixa_flags |= IXAF_SCOPEID_SET; in tcp_input_listener()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dicmp.c505 connp->conn_ixa->ixa_flags |= IXAF_SCOPEID_SET; in rawip_do_bind()
509 connp->conn_ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in rawip_do_bind()
575 connp->conn_ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in rawip_do_bind()
870 ixa->ixa_flags |= IXAF_SCOPEID_SET; in rawip_do_connect()
874 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in rawip_do_connect()
3444 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in icmp_output_ancillary()
3456 ixa->ixa_flags |= IXAF_SCOPEID_SET; in icmp_output_ancillary()
3458 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in icmp_output_ancillary()
4437 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in icmp_output_newdst()
4448 ixa->ixa_flags |= IXAF_SCOPEID_SET; in icmp_output_newdst()
[all …]
H A Dip_ftable.c1104 } else if (ixaflags & IXAF_SCOPEID_SET) { in ip_select_route()
1189 if (ixa->ixa_ifindex != 0 || (ixaflags & IXAF_SCOPEID_SET)) { in ip_select_route()
1190 if (ixaflags & IXAF_SCOPEID_SET) { in ip_select_route()
H A Dconn_opt.c2127 (connp->conn_ixa->ixa_flags & IXAF_SCOPEID_SET)) in conn_getsockname()
2163 (connp->conn_ixa->ixa_flags & IXAF_SCOPEID_SET)) in conn_getpeername()
H A Dip6.c504 ixas.ixa_flags |= IXAF_SCOPEID_SET; in icmp_send_reply_v6()
1292 ixas.ixa_flags |= IXAF_SCOPEID_SET; in icmp_pkt_v6()
H A Dip_output.c430 if (ixa->ixa_flags & IXAF_SCOPEID_SET) in ip_verify_src()
H A Dip.c6563 if (ixa->ixa_flags & IXAF_SCOPEID_SET) in ip_fill_mtuinfo()
/titanic_50/usr/src/uts/common/inet/udp/
H A Dudp.c2809 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in udp_output_ancillary()
2820 ixa->ixa_flags |= IXAF_SCOPEID_SET; in udp_output_ancillary()
2822 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in udp_output_ancillary()
3433 (connp->conn_ixa->ixa_flags & IXAF_SCOPEID_SET)) { in udp_ud_err_connected()
3830 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in udp_output_newdst()
3841 ixa->ixa_flags |= IXAF_SCOPEID_SET; in udp_output_newdst()
3843 ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in udp_output_newdst()
5373 connp->conn_ixa->ixa_flags |= IXAF_SCOPEID_SET; in udp_do_bind()
5377 connp->conn_ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in udp_do_bind()
5567 connp->conn_ixa->ixa_flags &= ~IXAF_SCOPEID_SET; in udp_do_bind()
[all …]
H A Dudp_stats.c264 IXAF_SCOPEID_SET) { in udp_snmp_get()
/titanic_50/usr/src/uts/common/inet/
H A Dip.h2238 #define IXAF_SCOPEID_SET 0x00800000 /* ixa_scopeid set */ macro