Searched refs:PARM_ADDR4 (Results 1 – 8 of 8) sorted by relevance
64 *addrtype++ = htons(PARM_ADDR4); in sctp_supaddr_param()71 *addrtype = htons(PARM_ADDR4); in sctp_supaddr_param()
962 ph->sph_type = htons(PARM_ADDR4); in sctp_wput_asconf()1088 if (atype != PARM_ADDR4 && atype != PARM_ADDR6) { in sctp_check_addip_addr()1095 if ((atype == PARM_ADDR4 && alen < PARM_ADDR4_LEN) || in sctp_check_addip_addr()1105 if (atype == PARM_ADDR4) { in sctp_check_addip_addr()1316 if (oph->sph_type == htons(PARM_ADDR4)) { in sctp_addip_ack()1501 ad4->sad4_addr4_ph.sph_type = htons(PARM_ADDR4); in sctp_add_ip()1656 ad4->sad4_addr4_ph.sph_type = htons(PARM_ADDR4); in sctp_del_ip()1776 ad4->sad4_addr4_ph.sph_type = htons(PARM_ADDR4); in sctp_set_peerprim()
1376 case PARM_ADDR4: in sctp_get_addrparams()1385 } else if (ph->sph_type == htons(PARM_ADDR4)) { in sctp_get_addrparams()1551 if (ph->sph_type == htons(PARM_ADDR4)) { in sctp_secure_restart_check()1685 ph->sph_type = htons(PARM_ADDR4); in sctp_secure_restart_check()
229 case PARM_ADDR4: in validate_init_params()259 case PARM_ADDR4: in validate_init_params()1492 if (ph->sph_type == htons(PARM_ADDR4)) { in sctp_addrlist2sctp()
432 case PARM_ADDR4: in sctp_lookup_by_faddrs()
1726 hdr->sph_type = htons(PARM_ADDR4); in sctp_saddr_info()
163 { PARM_ADDR4, "", "IPv4 Address",462 case PARM_ADDR4: in parse_suppaddr_param()
690 #define PARM_ADDR4 5 macro