From 00c05c73fbf63a92acd6df13ed8d6fb310357b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= <tuexen@fh-muenster.de> Date: Fri, 9 Oct 2015 17:59:49 +0200 Subject: [PATCH] Update SCTP_SocketAPI_Status.md --- SCTP_SocketAPI_Status.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/SCTP_SocketAPI_Status.md b/SCTP_SocketAPI_Status.md index 527ac8b1..c72d72df 100644 --- a/SCTP_SocketAPI_Status.md +++ b/SCTP_SocketAPI_Status.md @@ -51,3 +51,18 @@ ## SCTP Functions +|Name | API Spec | Protocol Spec | packetdrill | Linux | FreeBSD | +|:-------------------|:-----------------------------------------------------------:|:----------------------------------------------:|:-----------:|:-----------:|:---------:| +|`sctp_bindx()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.1) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | +|`sctp_peeloff()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.2) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | +|`sctp_getpaddrs()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.3) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | +|`sctp_freepaddrs()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.4) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | +|`sctp_getladdrs()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.5) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | +|`sctp_freeladdrs()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.6) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | +|`sctp_sendmsg()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.7) | [RFC5061](https://tools.ietf.org/html/rfc5061) | unsupported | supported | supported | +|`sctp_recvmsg()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.8) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | +|`sctp_connectx()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.9) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | +|`sctp_send()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.10) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | +|`sctp_sendx()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.11) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | supported | supported | +|`sctp_sendv()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.12) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | unsupported | supported | +|`sctp_recvv()` | [RFC6458](https://tools.ietf.org/html/rfc6458#section-9.13) | [RFC4960](https://tools.ietf.org/html/rfc4960) | unsupported | unsupported | supported | -- GitLab