Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h440 enum uni_blli_l3_mode l3_mode; /* layer 3 mode */ member
H A Duni_ie.c4634 uni_print_tbl("mode", ie->l3_mode, l3mode_tbl, cx); in DEF_IE_PRINT()
4807 switch(ie->l3_mode) { in DEF_IE_CHECK()
4943 APP_BYTE(msg,(ie->l3_mode<<5)); in DEF_IE_ENCODE()
4948 APP_BYTE(msg,(ie->l3_mode<<5)); in DEF_IE_ENCODE()
4953 APP_BYTE(msg, (ie->l3_mode<<5)|0x80); in DEF_IE_ENCODE()
5056 ie->l3_mode = (c >> 5) & 0x3; in DEF_IE_DECODE()