Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h434 u_int l2_q933:2; /* layer 2 Q.933 use */ member
H A Duni_ie.c4617 uni_print_entry(cx, "q933", "%u", ie->l2_q933); in DEF_IE_PRINT()
4715 if(ie->l2_q933 != 0) in DEF_IE_CHECK()
4925 APP_BYTE(msg, (ie->l2_mode<<5)|ie->l2_q933); in DEF_IE_ENCODE()
4928 APP_BYTE(msg, (ie->l2_mode<<5)|ie->l2_q933|0x80); in DEF_IE_ENCODE()
5023 ie->l2_q933 = c & 0x3; in DEF_IE_DECODE()