Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsockio.h270 #define SIOCSCTPPEELOFF _IOWR('i', 174, int) /* SCTP peeloff */ macro
/illumos-gate/usr/src/lib/libsctp/common/
H A Dsctp.c251 if (ioctl(sock, SIOCSCTPPEELOFF, &fd) == -1) { in sctp_peeloff()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c1675 case SIOCSCTPPEELOFF: { in sosctp_ioctl()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c882 { (uint_t)SIOCSCTPPEELOFF, "SIOPCSCTPPEELOFF", "int" },