HomeSort by relevance Sort by last modified time
    Searched refs:snp (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/bio/
bss_dgram.c 116 static void dgram_sctp_handle_auth_free_key_event(BIO *b, union sctp_notification *snp);
991 void dgram_sctp_handle_auth_free_key_event(BIO *b, union sctp_notification *snp)
994 struct sctp_authkey_event* authkeyevent = &snp->sn_auth_event;
1013 union sctp_notification *snp; local
1085 snp = (union sctp_notification*) out;
1086 if (snp->sn_header.sn_type == SCTP_SENDER_DRY_EVENT)
1126 if (snp->sn_header.sn_type == SCTP_AUTHENTICATION_EVENT)
1127 dgram_sctp_handle_auth_free_key_event(b, snp);
1560 union sctp_notification snp; local
1710 union sctp_notification snp; local
    [all...]
  /external/netperf/
nettest_sctp.c 238 union sctp_notification *snp;
240 snp = buf;
242 switch (snp->sn_header.sn_type) {
248 sac = &snp->sn_assoc_change;
288 ssf = &snp->sn_send_failed;
296 spc = &snp->sn_paddr_change;
304 sre = &snp->sn_remote_error;
313 fprintf(where, "unknown type: %hu\n", snp->sn_header.sn_type);
234 union sctp_notification *snp; local
    [all...]