Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h148 u_int mid_low; /* MID low range */ member
H A Duni_ie.c2860 uni_print_entry(cx, "mid", "(%u,%u)", ie->u.aal4.mid_low, in DEF_IE_PRINT()
2988 if(ie->u.aal4.mid_low >= 1024) in DEF_IE_CHECK()
2992 if(ie->u.aal4.mid_low > ie->u.aal4.mid_high) in DEF_IE_CHECK()
3073 APP_16BIT(msg, ie->u.aal4.mid_low); in DEF_IE_ENCODE()
3218 ie->u.aal4.mid_low = *msg->b_rptr++ << 8; in decode_aal_4()
3219 ie->u.aal4.mid_low |= *msg->b_rptr++; in decode_aal_4()