Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c161 wph->sph_type = htons(PARM_ERROR_IND); in sctp_asconf_prepend_errwrap()
543 if (ph->sph_type == in sctp_input_asconf()
550 } else if (ph->sph_type == in sctp_input_asconf()
721 if (oph->sph_type == in sctp_input_asconf_ack()
778 if (oph->sph_type == in sctp_input_asconf_ack()
962 ph->sph_type = htons(PARM_ADDR4); in sctp_wput_asconf()
985 ph->sph_type = htons(PARM_ADDR6); in sctp_wput_asconf()
1063 eph->sph_type = htons(err); in sctp_asconf_adderr()
1085 atype = ntohs(ph->sph_type); in sctp_check_addip_addr()
1180 type = ntohs(ph->sph_type); in sctp_addip_req()
[all …]
H A Dsctp_init.c60 sph->sph_type = htons(PARM_SUPP_ADDRS); in sctp_supaddr_param()
114 sph->sph_type = htons(PARM_FORWARD_TSN); in sctp_options_param()
134 sph->sph_type = htons(PARM_ADAPT_LAYER_IND); in sctp_adaptation_code_param()
H A Dsctp_common.c1159 ph->sph_type = htons(PARM_UNRECOGNIZED); in sctp_add_unrec_parm()
1362 if (ph->sph_type == htons(PARM_SUPP_ADDRS)) { in sctp_get_addrparams()
1385 } else if (ph->sph_type == htons(PARM_ADDR4)) { in sctp_get_addrparams()
1421 } else if (ph->sph_type == htons(PARM_ADDR6) && in sctp_get_addrparams()
1450 } else if (ph->sph_type == htons(PARM_FORWARD_TSN)) { in sctp_get_addrparams()
1551 if (ph->sph_type == htons(PARM_ADDR4)) { in sctp_secure_restart_check()
1565 } else if (ph->sph_type == htons(PARM_ADDR6)) { in sctp_secure_restart_check()
1685 ph->sph_type = htons(PARM_ADDR4); in sctp_secure_restart_check()
1694 ph->sph_type = htons(PARM_ADDR6); in sctp_secure_restart_check()
H A Dsctp_heartbeat.c150 hpp->sph_type = htons(PARM_HBINFO); in sctp_send_heartbeat()
295 if (ntohs(hpp->sph_type) != PARM_HBINFO || in sctp_process_heartbeat()
H A Dsctp_error.c84 eph->sph_type = htons(serror); in sctp_link_abort()
497 eph->sph_type = htons(serror); in sctp_make_err()
617 switch (errh->sph_type) { in sctp_handle_error()
H A Dsctp_cookie.c208 ptype = ntohs(cph->sph_type); in validate_init_params()
747 cookieph->sph_type = htons(PARM_COOKIE); in sctp_send_initack()
913 if (sph->sph_type == htons(PARM_ADAPT_LAYER_IND) && in sctp_find_al_ind()
1492 if (ph->sph_type == htons(PARM_ADDR4)) { in sctp_addrlist2sctp()
1507 } else if (ph->sph_type == htons(PARM_ADDR6)) { in sctp_addrlist2sctp()
H A Dsctp_notify.c402 error = ntohs(errh->sph_type); in sctp_error_event()
H A Dsctp_hash.c430 param_type = ntohs(ph->sph_type); in sctp_lookup_by_faddrs()
H A Dsctp_addr.c1726 hdr->sph_type = htons(PARM_ADDR4); in sctp_saddr_info()
1734 hdr->sph_type = htons(PARM_ADDR6); in sctp_saddr_info()
H A Dsctp_input.c3602 ntohs(((sctp_parm_hdr_t *)(ch + 1))->sph_type), ch); in sctp_process_abort()
4219 if (p->sph_type == in sctp_input_data()
/illumos-gate/usr/src/uts/common/netinet/
H A Dsctp.h717 uint16_t sph_type; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_sctp.c592 ptype = ntohs(hdr->sph_type); in interpret_params()