Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h437 u_char l2_wsiz; /* layer 2 window size */ member
H A Duni_ie.c4621 uni_print_entry(cx, "wsize", "%u", ie->l2_wsiz); in DEF_IE_PRINT()
4728 if(ie->l2_wsiz == 0 || ie->l2_wsiz > 127) in DEF_IE_CHECK()
4926 APP_BYTE(msg, ie->l2_wsiz | 0x80); in DEF_IE_ENCODE()
5031 ie->l2_wsiz = c & 0x7f; in DEF_IE_DECODE()