Home
last modified time | relevance | path

Searched refs:SCTP_PARAM_IPV4_ADDRESS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dsctp.h165 SCTP_PARAM_IPV4_ADDRESS = cpu_to_be16(5), enumerator
/openbmc/linux/net/sctp/
H A Dsm_make_chunk.c2181 case SCTP_PARAM_IPV4_ADDRESS: in sctp_verify_param()
2386 (param.p->type == SCTP_PARAM_IPV4_ADDRESS || in sctp_process_init()
2566 case SCTP_PARAM_IPV4_ADDRESS: in sctp_process_param()
2614 case SCTP_PARAM_IPV4_ADDRESS: in sctp_process_param()
3074 case SCTP_PARAM_IPV4_ADDRESS: in sctp_process_asconf_param()
3212 case SCTP_PARAM_IPV4_ADDRESS: in sctp_verify_asconf()
3307 if (param.p->type == SCTP_PARAM_IPV4_ADDRESS || in sctp_process_asconf()
H A Dprotocol.c279 param->v4.param_hdr.type = SCTP_PARAM_IPV4_ADDRESS; in sctp_v4_to_addr_param()
1049 types[0] = SCTP_PARAM_IPV4_ADDRESS; in sctp_inet_supported_addrs()
H A Dipv6.c1055 types[1] = SCTP_PARAM_IPV4_ADDRESS; in sctp_inet6_supported_addrs()
/openbmc/linux/include/net/sctp/
H A Dsctp.h485 case SCTP_PARAM_IPV4_ADDRESS: in param_type2af()