Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
HDunistruct.h448 enum uni_blli_l3_tcap l3_tcap; /* terminal capability */ member
HDuni_ie.c4643 uni_print_tbl("tcap", ie->l3_tcap, l3tcap_tbl, cx); in DEF_IE_PRINT()
4868 switch(ie->l3_tcap) { in DEF_IE_CHECK()
4974 APP_BYTE(msg, ie->l3_ttype | (ie->l3_tcap << 4)); in DEF_IE_ENCODE()
4977 APP_BYTE(msg, 0x80 | ie->l3_ttype | (ie->l3_tcap << 4)); in DEF_IE_ENCODE()
5120 ie->l3_tcap = (c >> 4) & 0x7; in DEF_IE_DECODE()