Searched refs:PARM_ADDR6 (Results 1 – 8 of 8) sorted by relevance
985 ph->sph_type = htons(PARM_ADDR6); in sctp_wput_asconf()1088 if (atype != PARM_ADDR4 && atype != PARM_ADDR6) { in sctp_check_addip_addr()1096 (atype == PARM_ADDR6 && alen < PARM_ADDR6_LEN)) { in sctp_check_addip_addr()1516 ad6->sad6_addr6_ph.sph_type = htons(PARM_ADDR6); in sctp_add_ip()1671 ad6->sad6_addr6_ph.sph_type = htons(PARM_ADDR6); in sctp_del_ip()1790 ad6->sad6_addr6_ph.sph_type = htons(PARM_ADDR6); in sctp_set_peerprim()
69 *addrtype++ = htons(PARM_ADDR6); in sctp_supaddr_param()
1373 case PARM_ADDR6: in sctp_get_addrparams()1421 } else if (ph->sph_type == htons(PARM_ADDR6) && in sctp_get_addrparams()1565 } else if (ph->sph_type == htons(PARM_ADDR6)) { in sctp_secure_restart_check()1694 ph->sph_type = htons(PARM_ADDR6); in sctp_secure_restart_check()
232 case PARM_ADDR6: in validate_init_params()256 case PARM_ADDR6: in validate_init_params()1507 } else if (ph->sph_type == htons(PARM_ADDR6)) { in sctp_addrlist2sctp()
447 case PARM_ADDR6: in sctp_lookup_by_faddrs()
1734 hdr->sph_type = htons(PARM_ADDR6); in sctp_saddr_info()
165 { PARM_ADDR6, "", "IPv6 Address",466 case PARM_ADDR6: in parse_suppaddr_param()
691 #define PARM_ADDR6 6 macro