Home
last modified time | relevance | path

Searched defs:ng_ppp_link_conf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netgraph/ppp/
H A Dng_ppp.h104 struct ng_ppp_link_conf { struct
105 u_char enableLink; /* enable this link */
106 u_char enableProtoComp;/* enable protocol field compression */
107 u_char enableACFComp; /* enable addr/ctrl field compression */
108 u_int16_t mru; /* peer MRU */
109 u_int32_t latency; /* link latency (in milliseconds) */
110 u_int32_t bandwidth; /* link bandwidth (in bytes/second) */
/dragonfly/sys/netgraph7/ppp/
H A Dng_ppp.h124 struct ng_ppp_link_conf { struct
125 u_char enableLink; /* enable this link */
126 u_char enableProtoComp;/* enable protocol field compression */
127 u_char enableACFComp; /* enable addr/ctrl field compression */
128 u_int16_t mru; /* peer MRU */
129 u_int32_t latency; /* link latency (in milliseconds) */
130 u_int32_t bandwidth; /* link bandwidth (in bytes/sec/10) */