diff options
| author | Sridhar Samudrala <sridhar@dyn9-47-18-140.beaverton.ibm.com> | 2002-10-13 21:01:52 -0700 |
|---|---|---|
| committer | Sridhar Samudrala <sridhar@dyn9-47-18-140.beaverton.ibm.com> | 2002-10-13 21:01:52 -0700 |
| commit | d7b59481637b5650d58b57483dd00a1824f0a0ee (patch) | |
| tree | dab0ff4a1e69dd0278c8256236b2d4476224ce86 /include/net | |
| parent | c6b7c07005b1e30086af760da23ad890f64152e6 (diff) | |
| parent | ef012690c07245bc6b7fc6d126ee7d9d2f796ac9 (diff) | |
Merge
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/sctp/structs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 4581ed653252..04288b3a7814 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h @@ -1044,6 +1044,9 @@ sctp_association_t *sctp_endpoint_lookup_assoc(const sctp_endpoint_t *ep, sctp_endpoint_t *sctp_endpoint_is_match(sctp_endpoint_t *, const sockaddr_storage_t *); +int sctp_has_association(const sockaddr_storage_t *laddr, + const sockaddr_storage_t *paddr); + int sctp_verify_init(const sctp_association_t *asoc, sctp_cid_t cid, sctp_init_chunk_t *peer_init, |
