Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/contrib/ngatm/netnatm/msg/
Dunistruct.h134 enum uni_aal1_cbr cbr_rate; /* AAL1 CBR rate */ member
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()