Searched refs:SCTP_DSTADDRV4 (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsctp.h344 SCTP_DSTADDRV4, /* 5.3.9 SCTP Destination IPv4 Address Structure */ enumerator in enum:sctp_cmsg_type
345 #define SCTP_DSTADDRV4 SCTP_DSTADDRV4 macro
/linux-master/net/sctp/
H A Dsocket.c1710 (cmsg->cmsg_type != SCTP_DSTADDRV4 &&
1717 if (cmsg->cmsg_type == SCTP_DSTADDRV4) {
8930 case SCTP_DSTADDRV4:
8933 * 5.3.9/10 SCTP Destination IPv4/6 Address Structure (SCTP_DSTADDRV4/6)
8939 * IPPROTO_SCTP SCTP_DSTADDRV4 struct in_addr

Completed in 205 milliseconds