Home
last modified time | relevance | path

Searched refs:sh_sport (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_error.c251 sh->sh_sport = insh->sh_dport; in sctp_send_abort()
252 sh->sh_dport = insh->sh_sport; in sctp_send_abort()
411 port = insctph->sh_sport; in sctp_ootb_send_abort()
412 insctph->sh_sport = insctph->sh_dport; in sctp_ootb_send_abort()
H A Dsctp_shutdown.c321 port = insctph->sh_sport; in sctp_ootb_shutdown_ack()
322 insctph->sh_sport = insctph->sh_dport; in sctp_ootb_shutdown_ack()
H A Dsctp_conn.c74 aconnp->conn_fport = sctph->sh_sport; in sctp_accept_comm()
H A Dsctp_cookie.c695 iacksh->sh_sport = initsh->sh_dport; in sctp_send_initack()
696 iacksh->sh_dport = initsh->sh_sport; in sctp_send_initack()
H A Dsctp_common.c964 sctph->sh_sport = connp->conn_lport; in sctp_build_hdrs()
1004 sctph->sh_sport = connp->conn_lport; in sctp_build_hdrs()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tcp.c191 sport = shp->sh_sport; in sfxge_pkthdr_parse()
/illumos-gate/usr/src/uts/common/netinet/
H A Dsctp.h610 uint16_t sh_sport; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_sctp.c1101 sport = ntohs(sctp->sh_sport); in interpret_sctp()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c2355 l4info->l4_src_port = sctph->sh_sport; in flow_transport_accept()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c2243 ports = *(uint32_t *)&sctph->sh_sport; in ip_fanout_v6()
H A Dip_input.c2592 ports = *(uint32_t *)&sctph->sh_sport; in ip_fanout_v4()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1248 mdb_nhconvert(&sport, &sctph->sh_sport, sizeof (sport)); in sctphdr_print()