Home
last modified time | relevance | path

Searched refs:SCTP_DSTADDRV4 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsctp.h331 SCTP_DSTADDRV4, /* 5.3.9 SCTP Destination IPv4 Address Structure */ enumerator
332 #define SCTP_DSTADDRV4 SCTP_DSTADDRV4 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsctp.h331 SCTP_DSTADDRV4, /* 5.3.9 SCTP Destination IPv4 Address Structure */ enumerator
332 #define SCTP_DSTADDRV4 SCTP_DSTADDRV4 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsctp.h342 SCTP_DSTADDRV4, /* 5.3.9 SCTP Destination IPv4 Address Structure */ enumerator
343 #define SCTP_DSTADDRV4 SCTP_DSTADDRV4 macro
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsocket.c1712 (cmsg->cmsg_type != SCTP_DSTADDRV4 && in sctp_sendmsg_new_asoc()
1719 if (cmsg->cmsg_type == SCTP_DSTADDRV4) { in sctp_sendmsg_new_asoc()
8657 case SCTP_DSTADDRV4: in sctp_msghdr_parse()