Searched refs:aal5 (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/fatm/ |
| HD | if_fatm.c | 2705 ret[i++] = s->aal5.cells_transmitted; in fatm_sysctl_stats() 2706 ret[i++] = s->aal5.cells_received; in fatm_sysctl_stats() 2707 ret[i++] = s->aal5.congestion_experienced; in fatm_sysctl_stats() 2708 ret[i++] = s->aal5.cells_dropped; in fatm_sysctl_stats() 2709 ret[i++] = s->aal5.cspdus_transmitted; in fatm_sysctl_stats() 2710 ret[i++] = s->aal5.cspdus_received; in fatm_sysctl_stats() 2711 ret[i++] = s->aal5.cspdus_crc_errors; in fatm_sysctl_stats() 2712 ret[i++] = s->aal5.cspdus_protocol_errors; in fatm_sysctl_stats() 2713 ret[i++] = s->aal5.cspdus_dropped; in fatm_sysctl_stats()
|
| HD | if_fatmreg.h | 487 } aal5; member
|
| /NextBSD/sys/dev/patm/ |
| HD | idt77252reg.h | 379 uint32_t aal5; member
|
| HD | if_patm_tx.c | 611 tbd->aal5 = htole32(w3); in patm_load_txbuf()
|
| /NextBSD/sys/contrib/ngatm/netnatm/msg/ |
| HD | uni_ie.c | 2870 uni_print_entry(cx, "cpcs", "(%u,%u)", ie->u.aal5.fwd_cpcs, in DEF_IE_PRINT() 2871 ie->u.aal5.bwd_cpcs); in DEF_IE_PRINT() 2873 uni_print_tbl("sscs", ie->u.aal5.sscs, sscs_tbl, cx); in DEF_IE_PRINT() 3011 switch(ie->u.aal5.sscs) { in DEF_IE_CHECK() 3083 UNI_AAL_FWDCPCS_ID, ie->u.aal5.fwd_cpcs); in DEF_IE_ENCODE() 3085 UNI_AAL_BWDCPCS_ID, ie->u.aal5.bwd_cpcs); in DEF_IE_ENCODE() 3088 UNI_AAL_SSCS_ID, ie->u.aal5.sscs); in DEF_IE_ENCODE() 3260 ie->u.aal5.fwd_cpcs = *msg->b_rptr++ << 8; in decode_aal_5() 3261 ie->u.aal5.fwd_cpcs |= *msg->b_rptr++; in decode_aal_5() 3269 ie->u.aal5.bwd_cpcs = *msg->b_rptr++ << 8; in decode_aal_5() [all …]
|
| HD | unistruct.h | 159 } aal5; member
|
| /NextBSD/sbin/atm/atmconfig/ |
| HD | atmconfig.help | 198 of llc/snap (LLC/SNAP encapsulated frames in AAL5) or aal5 (AAL5 frames
|