Home
last modified time | relevance | path

Searched refs:snp (Results 1 – 2 of 2) sorted by relevance

/external/netperf/
Dnettest_sctp.c234 union sctp_notification *snp; local
236 snp = buf;
238 switch (snp->sn_header.sn_type) {
244 sac = &snp->sn_assoc_change;
284 ssf = &snp->sn_send_failed;
292 spc = &snp->sn_paddr_change;
300 sre = &snp->sn_remote_error;
309 fprintf(where, "unknown type: %hu\n", snp->sn_header.sn_type);
/external/libpcap/
Dscanner.l231 snp return SNP;