Searched defs:snp (Results 1 - 2 of 2) sorted by relevance

/external/netperf/
H A Dnettest_sctp.c238 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
/external/openssl/crypto/bio/
H A Dbss_dgram.c116 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) argument
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
1592 memset(&snp,
1710 union sctp_notification snp; local
[all...]

Completed in 100 milliseconds