Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dunistruct.h442 u_char l3_wsiz; /* layer 3 window size */ member
H A Duni_ie.c4638 uni_print_entry(cx, "window-size", "%u", ie->l3_wsiz); in DEF_IE_PRINT()
4834 if(ie->l3_wsiz == 0 || ie->l3_wsiz > 127) in DEF_IE_CHECK()
4945 APP_BYTE(msg,ie->l3_wsiz|0x80); in DEF_IE_ENCODE()
5076 ie->l3_wsiz = c & 0x7f; in DEF_IE_DECODE()