Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h447 enum uni_blli_l3_ttype l3_ttype; /* terminal bytes */ member
H A Duni_ie.c4640 uni_print_tbl("ttype", ie->l3_ttype, l3ttype_tbl, cx); in DEF_IE_PRINT()
4857 switch(ie->l3_ttype) { 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()
5117 ie->l3_ttype = c & 0xf; in DEF_IE_DECODE()