Home | History | Annotate | Download | only in ppp

Lines Matching refs:u_int

79   u_int   neg_addr      : 1; /* Negotiate IP Address? */
80 u_int old_addrs : 1; /* Use old (IP-Addresses) option? */
81 u_int req_addr : 1; /* Ask peer to send IP address? */
82 u_int default_route : 1; /* Assign default route through interface? */
83 u_int proxy_arp : 1; /* Make proxy ARP entry for peer? */
84 u_int neg_vj : 1; /* Van Jacobson Compression? */
85 u_int old_vj : 1; /* use old (short) form of VJ option? */
86 u_int accept_local : 1; /* accept peer's value for ouraddr */
87 u_int accept_remote : 1; /* accept peer's value for hisaddr */
88 u_int req_dns1 : 1; /* Ask peer to send primary DNS address? */
89 u_int req_dns2 : 1; /* Ask peer to send secondary DNS address? */