Searched refs:sppp (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_sppp.h | 138 struct sppp { struct 142 struct sppp *pp_next; /* next interface in keepalive list */ argument 178 void (*pp_up)(struct sppp *sp); argument 179 void (*pp_down)(struct sppp *sp); argument 186 void (*pp_tls)(struct sppp *sp); argument 187 void (*pp_tlf)(struct sppp *sp); argument 195 void (*pp_con)(struct sppp *sp); argument 196 void (*pp_chg)(struct sppp *sp, int new_state); argument 206 #define IFP2SP(ifp) ((struct sppp *)(ifp)->if_l2com) argument 226 void sppp_fr_input (struct sppp *sp, struct mbuf *m); [all …]
|
| H A D | if_spppsubr.c | 217 void (*Up)(struct sppp *sp); 226 void (*tlu)(struct sppp *sp); 227 void (*tld)(struct sppp *sp); 456 struct sppp *sp; in sppp_alloc() 497 MODULE_VERSION(sppp, 1); 745 struct sppp *sp = dummy; in sppp_ifstart_sched() 2114 sppp_pp_up(struct sppp *sp) in sppp_pp_up() 4224 struct sppp *sp = (struct sppp *)cookie; in sppp_chap_TO() 4550 struct sppp *sp = (struct sppp *)cookie; in sppp_pap_TO() 4588 struct sppp *sp = (struct sppp *)cookie; in sppp_pap_my_TO() [all …]
|
| H A D | if_spppfr.c | 160 static void sppp_fr_arp (struct sppp *sp, struct arp_req *req, u_short addr); 161 static void sppp_fr_signal (struct sppp *sp, unsigned char *h, int len); 163 void sppp_fr_input (struct sppp *sp, struct mbuf *m) in sppp_fr_input() 283 struct mbuf *sppp_fr_header (struct sppp *sp, struct mbuf *m, in sppp_fr_header() 353 void sppp_fr_keepalive (struct sppp *sp) in sppp_fr_keepalive() 403 static void sppp_fr_arp (struct sppp *sp, struct arp_req *req, in sppp_fr_arp() 518 static void sppp_fr_signal (struct sppp *sp, unsigned char *h, int len) in sppp_fr_signal()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_sppp.c | 98 NETGRAPH_INIT(sppp, &typestruct); 100 MODULE_DEPEND (ng_sppp, sppp, 1, 1, 1); 243 struct sppp *pp; in ng_sppp_constructor() 317 struct sppp *const pp = IFP2SP(priv->ifp); in ng_sppp_rcvmsg() 355 struct sppp *const pp = IFP2SP(priv->ifp); in ng_sppp_rcvdata()
|
| /f-stack/freebsd/i386/conf/ |
| H A D | NOTES | 499 # with 32 HDLC subchannels (requires sppp (default), or NETGRAPH if 503 # serial adaptor (requires sppp (default), or NETGRAPH if
|