Searched refs:PARM_ADDR6 (Results 1 – 8 of 8) sorted by relevance
979 ph->sph_type = htons(PARM_ADDR6); in sctp_wput_asconf()1082 if (atype != PARM_ADDR4 && atype != PARM_ADDR6) { in sctp_check_addip_addr()1090 (atype == PARM_ADDR6 && alen < PARM_ADDR6_LEN)) { in sctp_check_addip_addr()1509 ad6->sad6_addr6_ph.sph_type = htons(PARM_ADDR6); in sctp_add_ip()1664 ad6->sad6_addr6_ph.sph_type = htons(PARM_ADDR6); in sctp_del_ip()1783 ad6->sad6_addr6_ph.sph_type = htons(PARM_ADDR6); in sctp_set_peerprim()
69 *addrtype++ = htons(PARM_ADDR6); in sctp_supaddr_param()
1371 case PARM_ADDR6: in sctp_get_addrparams()1419 } else if (ph->sph_type == htons(PARM_ADDR6) && in sctp_get_addrparams()1563 } else if (ph->sph_type == htons(PARM_ADDR6)) { in sctp_secure_restart_check()1692 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()1505 } else if (ph->sph_type == htons(PARM_ADDR6)) { in sctp_addrlist2sctp()
446 case PARM_ADDR6: in sctp_lookup_by_faddrs()
1734 hdr->sph_type = htons(PARM_ADDR6); in sctp_saddr_info()
167 { PARM_ADDR6, "", "IPv6 Address",468 case PARM_ADDR6: in parse_suppaddr_param()
691 #define PARM_ADDR6 6 macro