Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h449 enum uni_blli_l3_mux l3_fmux; /* forward muxing */ member
H A Duni_ie.c4644 uni_print_tbl("fmux", ie->l3_fmux, l3mux_tbl, cx); in DEF_IE_PRINT()
4878 switch(ie->l3_fmux) { in DEF_IE_CHECK()
4973 APP_BYTE(msg, 0x80 | (ie->l3_fmux << 3) | ie->l3_bmux); in DEF_IE_ENCODE()
5126 ie->l3_fmux = (c >> 3) & 7; in DEF_IE_DECODE()