Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h134 enum uni_aal1_cbr cbr_rate; /* AAL1 CBR rate */ member
H A Duni_ie.c2840 uni_print_tbl("cbr_rate", ie->u.aal1.cbr_rate, cbr_rate_tbl, cx); in DEF_IE_PRINT()
2917 switch(ie->u.aal1.cbr_rate) { in DEF_IE_CHECK()
3048 UNI_AAL_CBR_ID, ie->u.aal1.cbr_rate); in DEF_IE_ENCODE()
3130 ie->u.aal1.cbr_rate = *msg->b_rptr++; in decode_aal_1()