Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h448 enum uni_blli_l3_tcap l3_tcap; /* terminal capability */ member
H A Duni_ie.c4641 uni_print_tbl("tcap", ie->l3_tcap, l3tcap_tbl, cx); in DEF_IE_PRINT()
4866 switch(ie->l3_tcap) { in DEF_IE_CHECK()
4972 APP_BYTE(msg, ie->l3_ttype | (ie->l3_tcap << 4)); in DEF_IE_ENCODE()
4975 APP_BYTE(msg, 0x80 | ie->l3_ttype | (ie->l3_tcap << 4)); in DEF_IE_ENCODE()
5118 ie->l3_tcap = (c >> 4) & 0x7; in DEF_IE_DECODE()