Searched refs:assoc_id (Results 1 - 10 of 10) sorted by relevance

/external/ltp/utils/sctp/lib/
H A Dconnectx.c143 param.assoc_id = 0;
153 *id = param.assoc_id;
H A Daddrs.c52 getaddrs->assoc_id = id;
/external/ltp/utils/sctp/include/netinet/
H A Dsctp.h631 * the assoc_id is 0, then this sets or gets the endpoints default
632 * values. If the assoc_id field is non-zero, then the set or get
634 * assoc_id field is ignored by the one to one model). Note that if
645 sctp_assoc_t assoc_id; member in struct:sctp_assoc_value
743 sctp_assoc_t assoc_id; member in struct:sctp_getaddrs_old
748 sctp_assoc_t assoc_id; /*input*/ member in struct:sctp_getaddrs
809 int sctp_peeloff(int sd, sctp_assoc_t assoc_id);
/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_pcu.c224 * @assoc_id: Assoc id
228 void ath5k_hw_set_associd(struct ath5k_hw *ah, const u8 *bssid, u16 assoc_id) argument
248 ath5k_hw_reg_write(ah, high_id | ((assoc_id & 0x3fff) <<
H A Dath5k.h1117 extern void ath5k_hw_set_associd(struct ath5k_hw *ah, const u8 *bssid, u16 assoc_id);
1163 extern int ath5k_hw_enable_pspoll(struct ath5k_hw *ah, u8 *bssid, u16 assoc_id);
/external/kernel-headers/original/uapi/linux/
H A Dsctp.h737 * the assoc_id is 0, then this sets or gets the endpoints default
738 * values. If the assoc_id field is non-zero, then the set or get
740 * assoc_id field is ignored by the one to one model). Note that if
751 sctp_assoc_t assoc_id; member in struct:sctp_assoc_value
862 sctp_assoc_t assoc_id; member in struct:sctp_getaddrs_old
872 sctp_assoc_t assoc_id; /*input*/ member in struct:sctp_getaddrs
/external/ltp/utils/sctp/testlib/
H A Dsctputil.h262 static inline int test_sctp_peeloff(int sk, sctp_assoc_t assoc_id) argument
264 int error = sctp_peeloff(sk, assoc_id);
/external/ltp/utils/sctp/func_tests/
H A Dtest_sockopt.c506 value.assoc_id = 0;
514 value.assoc_id = 0;
642 value.assoc_id = sac->sac_assoc_id;
/external/webrtc/talk/media/sctp/
H A Dsctpdataengine.cc439 stream_rst.assoc_id = SCTP_ALL_ASSOC;
/external/valgrind/include/vki/
H A Dvki-linux.h968 vki_sctp_assoc_t assoc_id; member in struct:vki_sctp_getaddrs

Completed in 197 milliseconds