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