Home
last modified time | relevance | path

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

/netbsd/external/bsd/ppp/dist/pppd/
H A Dipxcp.h91 extern ipxcp_options ipxcp_allowoptions[];
H A Dipxcp.c76 ipxcp_options ipxcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */ variable
80 #define ao (&ipxcp_allowoptions[0])
142 &ipxcp_allowoptions[0].accept_network },
149 &ipxcp_allowoptions[0].accept_local },
153 &ipxcp_allowoptions[0].accept_remote },
350 ipxcp_allowoptions[0].neg_name = 1; in setipxname()