Searched defs:ng_ppp_link_conf (Results 1 – 2 of 2) sorted by relevance
123 struct ng_ppp_link_conf { struct124 u_char enableLink; /* enable this link */125 u_char enableProtoComp;/* enable protocol field compression */126 u_char enableACFComp; /* enable addr/ctrl field compression */127 u_int16_t mru; /* peer MRU */128 u_int32_t latency; /* link latency (in milliseconds) */129 u_int32_t bandwidth; /* link bandwidth (in bytes/sec/10) */