Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
Dunistruct.h149 u_int mid_high; /* MID high range */ member
Duni_ie.c2863 ie->u.aal4.mid_high); in DEF_IE_PRINT()
2992 if(ie->u.aal4.mid_high >= 1024) in DEF_IE_CHECK()
2994 if(ie->u.aal4.mid_low > ie->u.aal4.mid_high) in DEF_IE_CHECK()
3076 APP_16BIT(msg, ie->u.aal4.mid_high); in DEF_IE_ENCODE()
3222 ie->u.aal4.mid_high = *msg->b_rptr++ << 8; in decode_aal_4()
3223 ie->u.aal4.mid_high |= *msg->b_rptr++; in decode_aal_4()