Symbol: sppp
sys/compat/common/if_spppsubr50.c
103
int sppp_compat50_params(struct sppp *, u_long, void *);
sys/compat/common/if_spppsubr50.c
106
sppp_compat50_params(struct sppp *sp, u_long cmd, void *data)
sys/net/if_pppoe.c
175
struct sppp sc_sppp; /* contains a struct ifnet as first element */
sys/net/if_pppoe.c
1932
pppoe_tls(struct sppp *sp)
sys/net/if_pppoe.c
1962
pppoe_tlf(struct sppp *sp)
sys/net/if_pppoe.c
225
static void pppoe_tls(struct sppp *);
sys/net/if_pppoe.c
226
static void pppoe_tlf(struct sppp *);
sys/net/if_spppsubr.c
1073
struct sppp *sp = rnode->sysctl_data;
sys/net/if_spppsubr.c
1108
sppp_sysctl_setup(struct sppp *sp)
sys/net/if_spppsubr.c
1152
struct sppp *sp = (struct sppp *) ifp;
sys/net/if_spppsubr.c
1220
struct sppp **q, *p, *sp = (struct sppp *) ifp;
sys/net/if_spppsubr.c
1264
struct sppp *sp = (struct sppp *) ifp;
sys/net/if_spppsubr.c
1279
struct sppp *sp = (struct sppp *) ifp;
sys/net/if_spppsubr.c
1295
struct sppp *sp = (struct sppp *) ifp;
sys/net/if_spppsubr.c
1316
struct sppp *sp = (struct sppp *)ifp;
sys/net/if_spppsubr.c
1338
struct sppp *sp = (struct sppp *) ifp;
sys/net/if_spppsubr.c
1484
sppp_cp_send(struct sppp *sp, u_short proto, u_char type,
sys/net/if_spppsubr.c
1556
struct sppp *sp = xsp;
sys/net/if_spppsubr.c
1564
struct sppp *sp = xsp;
sys/net/if_spppsubr.c
1572
struct sppp *sp = xsp;
sys/net/if_spppsubr.c
1580
struct sppp *sp = xsp;
sys/net/if_spppsubr.c
1588
struct sppp *sp = xsp;
sys/net/if_spppsubr.c
1594
sppp_cp_init(const struct cp *cp, struct sppp *sp)
sys/net/if_spppsubr.c
1629
sppp_cp_fini(const struct cp *cp, struct sppp *sp)
sys/net/if_spppsubr.c
1659
sppp_cp_input(const struct cp *cp, struct sppp *sp, struct mbuf *m)
sys/net/if_spppsubr.c
1875
sppp_up_event(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
1906
sppp_down_event(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
1953
sppp_open_event(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
1994
sppp_close_event(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
2040
sppp_to_event(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
2093
sppp_rcr_update_state(const struct cp *cp, struct sppp *sp,
sys/net/if_spppsubr.c
2190
sppp_rcr_event(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
2239
sppp_rca_event(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
2283
sppp_rcn_event(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
2348
sppp_rtr_event(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
2388
sppp_rta_event(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
2425
sppp_rxj_event(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
2457
sppp_cp_change_state(const struct cp *cp, struct sppp *sp, int newstate)
sys/net/if_spppsubr.c
2489
sppp_lcp_init(struct sppp *sp)
sys/net/if_spppsubr.c
2515
sppp_lcp_up(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
2528
sppp_lcp_down(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
2570
sppp_lcp_open(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
2604
sppp_lcp_confreq(struct sppp *sp, struct lcp_header *h, int origlen,
sys/net/if_spppsubr.c
273
void (*Up)(struct sppp *, void *);
sys/net/if_spppsubr.c
274
void (*Down)(struct sppp *, void *);
sys/net/if_spppsubr.c
275
void (*Open)(struct sppp *, void *);
sys/net/if_spppsubr.c
276
void (*Close)(struct sppp *, void *);
sys/net/if_spppsubr.c
277
void (*TO)(struct sppp *, void *);
sys/net/if_spppsubr.c
279
void (*tlu)(struct sppp *);
sys/net/if_spppsubr.c
280
void (*tld)(struct sppp *);
sys/net/if_spppsubr.c
281
void (*tls)(const struct cp *, struct sppp *);
sys/net/if_spppsubr.c
282
void (*tlf)(const struct cp *, struct sppp *);
sys/net/if_spppsubr.c
283
void (*scr)(struct sppp *);
sys/net/if_spppsubr.c
284
void (*screply)(const struct cp *, struct sppp *, u_char,
sys/net/if_spppsubr.c
289
(*parse_confreq)(struct sppp *, struct lcp_header *, int,
sys/net/if_spppsubr.c
291
void (*parse_confrej)(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
292
void (*parse_confnak)(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
2968
sppp_lcp_confrej(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
301
static struct sppp *spppq;
sys/net/if_spppsubr.c
3054
sppp_lcp_confnak(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
3146
sppp_lcp_tlu(struct sppp *sp)
sys/net/if_spppsubr.c
3208
sppp_lcp_tld(struct sppp *sp)
sys/net/if_spppsubr.c
3261
sppp_lcp_tls(const struct cp *cp __unused, struct sppp *sp)
sys/net/if_spppsubr.c
3276
sppp_lcp_tlf(const struct cp *cp __unused, struct sppp *sp)
sys/net/if_spppsubr.c
3291
sppp_lcp_scr(struct sppp *sp)
sys/net/if_spppsubr.c
3336
sppp_cp_check(struct sppp *sp, u_char cp_flags)
sys/net/if_spppsubr.c
3350
sppp_is_ncp_opened(struct sppp *sp)
sys/net/if_spppsubr.c
3366
sppp_lcp_check_and_close(struct sppp *sp)
sys/net/if_spppsubr.c
3406
sppp_ipcp_init(struct sppp *sp)
sys/net/if_spppsubr.c
3418
sppp_ipcp_open(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
3482
sppp_ipcp_close(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
3508
sppp_ipcp_confreq(struct sppp *sp, struct lcp_header *h, int origlen,
sys/net/if_spppsubr.c
352
static bool sppp_debug_enabled(struct sppp *sp);
sys/net/if_spppsubr.c
356
static void sppp_cp_init(const struct cp *, struct sppp *);
sys/net/if_spppsubr.c
357
static void sppp_cp_fini(const struct cp *, struct sppp *);
sys/net/if_spppsubr.c
358
static void sppp_cp_input(const struct cp *, struct sppp *,
sys/net/if_spppsubr.c
360
static void sppp_cp_send(struct sppp *, u_short, u_char,
sys/net/if_spppsubr.c
363
static void sppp_cp_change_state(const struct cp *, struct sppp *, int);
sys/net/if_spppsubr.c
365
sppp_wq_create(struct sppp *, const char *, pri_t, int, int);
sys/net/if_spppsubr.c
366
static void sppp_wq_destroy(struct sppp *, struct workqueue *);
sys/net/if_spppsubr.c
368
void (*)(struct sppp *, void *), void *);
sys/net/if_spppsubr.c
374
static void sppp_auth_send(const struct cp *, struct sppp *,
sys/net/if_spppsubr.c
3743
sppp_ipcp_confrej(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
376
static int sppp_auth_role(const struct cp *, struct sppp *);
sys/net/if_spppsubr.c
377
static void sppp_auth_to_event(struct sppp *, void *);
sys/net/if_spppsubr.c
378
static void sppp_auth_screply(const struct cp *, struct sppp *,
sys/net/if_spppsubr.c
380
static void sppp_up_event(struct sppp *, void *);
sys/net/if_spppsubr.c
381
static void sppp_down_event(struct sppp *, void *);
sys/net/if_spppsubr.c
3815
sppp_ipcp_confnak(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
382
static void sppp_open_event(struct sppp *, void *);
sys/net/if_spppsubr.c
383
static void sppp_close_event(struct sppp *, void *);
sys/net/if_spppsubr.c
384
static void sppp_to_event(struct sppp *, void *);
sys/net/if_spppsubr.c
385
static void sppp_rcr_event(struct sppp *, void *);
sys/net/if_spppsubr.c
386
static void sppp_rca_event(struct sppp *, void *);
sys/net/if_spppsubr.c
387
static void sppp_rcn_event(struct sppp *, void *);
sys/net/if_spppsubr.c
388
static void sppp_rtr_event(struct sppp *, void *);
sys/net/if_spppsubr.c
389
static void sppp_rta_event(struct sppp *, void *);
sys/net/if_spppsubr.c
390
static void sppp_rxj_event(struct sppp *, void *);
sys/net/if_spppsubr.c
392
static void sppp_null(struct sppp *);
sys/net/if_spppsubr.c
3924
sppp_rt_ifmsg(struct sppp *sp)
sys/net/if_spppsubr.c
393
static void sppp_tls(const struct cp *, struct sppp *);
sys/net/if_spppsubr.c
3936
sppp_ipcp_tlu(struct sppp *sp)
sys/net/if_spppsubr.c
394
static void sppp_tlf(const struct cp *, struct sppp *);
sys/net/if_spppsubr.c
395
static void sppp_screply(const struct cp *, struct sppp *,
sys/net/if_spppsubr.c
3958
sppp_ipcp_tld(struct sppp *sp)
sys/net/if_spppsubr.c
3968
sppp_ipcp_scr(struct sppp *sp)
sys/net/if_spppsubr.c
397
static void sppp_ifdown(struct sppp *, void *);
sys/net/if_spppsubr.c
399
static void sppp_lcp_init(struct sppp *);
sys/net/if_spppsubr.c
400
static void sppp_lcp_up(struct sppp *, void *);
sys/net/if_spppsubr.c
401
static void sppp_lcp_down(struct sppp *, void *);
sys/net/if_spppsubr.c
402
static void sppp_lcp_open(struct sppp *, void *);
sys/net/if_spppsubr.c
4036
sppp_ipv6cp_init(struct sppp *sp)
sys/net/if_spppsubr.c
404
sppp_lcp_confreq(struct sppp *, struct lcp_header *, int,
sys/net/if_spppsubr.c
4048
sppp_ipv6cp_open(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
406
static void sppp_lcp_confrej(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
407
static void sppp_lcp_confnak(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
408
static void sppp_lcp_tlu(struct sppp *);
sys/net/if_spppsubr.c
4089
sppp_ipv6cp_confreq(struct sppp *sp, struct lcp_header *h, int origlen,
sys/net/if_spppsubr.c
409
static void sppp_lcp_tld(struct sppp *);
sys/net/if_spppsubr.c
410
static void sppp_lcp_tls(const struct cp *, struct sppp *);
sys/net/if_spppsubr.c
411
static void sppp_lcp_tlf(const struct cp *, struct sppp *);
sys/net/if_spppsubr.c
412
static void sppp_lcp_scr(struct sppp *);
sys/net/if_spppsubr.c
413
static void sppp_lcp_check_and_close(struct sppp *);
sys/net/if_spppsubr.c
414
static int sppp_cp_check(struct sppp *, u_char);
sys/net/if_spppsubr.c
415
static bool sppp_is_ncp_opened(struct sppp *);
sys/net/if_spppsubr.c
417
static void sppp_ipcp_init(struct sppp *);
sys/net/if_spppsubr.c
418
static void sppp_ipcp_open(struct sppp *, void *);
sys/net/if_spppsubr.c
419
static void sppp_ipcp_close(struct sppp *, void *);
sys/net/if_spppsubr.c
421
sppp_ipcp_confreq(struct sppp *, struct lcp_header *, int,
sys/net/if_spppsubr.c
423
static void sppp_ipcp_confrej(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
424
static void sppp_ipcp_confnak(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
425
static void sppp_ipcp_tlu(struct sppp *);
sys/net/if_spppsubr.c
426
static void sppp_ipcp_tld(struct sppp *);
sys/net/if_spppsubr.c
427
static void sppp_ipcp_scr(struct sppp *);
sys/net/if_spppsubr.c
429
static void sppp_ipv6cp_init(struct sppp *);
sys/net/if_spppsubr.c
430
static void sppp_ipv6cp_open(struct sppp *, void *);
sys/net/if_spppsubr.c
432
sppp_ipv6cp_confreq(struct sppp *, struct lcp_header *, int,
sys/net/if_spppsubr.c
4322
sppp_ipv6cp_confrej(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
434
static void sppp_ipv6cp_confrej(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
435
static void sppp_ipv6cp_confnak(struct sppp *, struct lcp_header *, int);
sys/net/if_spppsubr.c
436
static void sppp_ipv6cp_tlu(struct sppp *);
sys/net/if_spppsubr.c
437
static void sppp_ipv6cp_tld(struct sppp *);
sys/net/if_spppsubr.c
438
static void sppp_ipv6cp_scr(struct sppp *);
sys/net/if_spppsubr.c
4383
sppp_ipv6cp_confnak(struct sppp *sp, struct lcp_header *h, int len)
sys/net/if_spppsubr.c
440
static void sppp_pap_input(struct sppp *, struct mbuf *);
sys/net/if_spppsubr.c
441
static void sppp_pap_init(struct sppp *);
sys/net/if_spppsubr.c
442
static void sppp_pap_tlu(struct sppp *);
sys/net/if_spppsubr.c
443
static void sppp_pap_scr(struct sppp *);
sys/net/if_spppsubr.c
445
static void sppp_chap_input(struct sppp *, struct mbuf *);
sys/net/if_spppsubr.c
446
static void sppp_chap_init(struct sppp *);
sys/net/if_spppsubr.c
447
static void sppp_chap_open(struct sppp *, void *);
sys/net/if_spppsubr.c
448
static void sppp_chap_tlu(struct sppp *);
sys/net/if_spppsubr.c
449
static void sppp_chap_scr(struct sppp *);
sys/net/if_spppsubr.c
4493
sppp_ipv6cp_tlu(struct sppp *sp)
sys/net/if_spppsubr.c
450
static void sppp_chap_rcv_challenge_event(struct sppp *, void *);
sys/net/if_spppsubr.c
4501
sppp_ipv6cp_tld(struct sppp *sp)
sys/net/if_spppsubr.c
4509
sppp_ipv6cp_scr(struct sppp *sp)
sys/net/if_spppsubr.c
4541
sppp_ipv6cp_init(struct sppp *sp)
sys/net/if_spppsubr.c
4548
sppp_ipv6cp_open(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
4555
sppp_ipv6cp_confreq(struct sppp *sp, struct lcp_header *h,
sys/net/if_spppsubr.c
4564
sppp_ipv6cp_confrej(struct sppp *sp, struct lcp_header *h,
sys/net/if_spppsubr.c
4572
sppp_ipv6cp_confnak(struct sppp *sp, struct lcp_header *h,
sys/net/if_spppsubr.c
4580
sppp_ipv6cp_tlu(struct sppp *sp)
sys/net/if_spppsubr.c
4587
sppp_ipv6cp_tld(struct sppp *sp)
sys/net/if_spppsubr.c
4594
sppp_ipv6cp_scr(struct sppp *sp)
sys/net/if_spppsubr.c
4629
sppp_chap_input(struct sppp *sp, struct mbuf *m)
sys/net/if_spppsubr.c
463
static int sppp_params(struct sppp *, u_long, void *);
sys/net/if_spppsubr.c
465
static void sppp_get_ip_addrs(struct sppp *, uint32_t *, uint32_t *, uint32_t *);
sys/net/if_spppsubr.c
466
static void sppp_set_ip_addrs(struct sppp *);
sys/net/if_spppsubr.c
467
static void sppp_clear_ip_addrs(struct sppp *);
sys/net/if_spppsubr.c
470
static void sppp_phase_network(struct sppp *);
sys/net/if_spppsubr.c
474
static void sppp_get_ip6_addrs(struct sppp *, struct in6_addr *,
sys/net/if_spppsubr.c
477
static void sppp_set_ip6_addr(struct sppp *, const struct in6_addr *);
sys/net/if_spppsubr.c
478
static void sppp_gen_ip6_addr(struct sppp *, const struct in6_addr *);
sys/net/if_spppsubr.c
480
static void sppp_suggest_ip6_addr(struct sppp *, struct in6_addr *);
sys/net/if_spppsubr.c
483
static void sppp_notify_up(struct sppp *);
sys/net/if_spppsubr.c
484
static void sppp_notify_down(struct sppp *);
sys/net/if_spppsubr.c
485
static void sppp_notify_tls_wlocked(struct sppp *);
sys/net/if_spppsubr.c
486
static void sppp_notify_tlf_wlocked(struct sppp *);
sys/net/if_spppsubr.c
4897
sppp_chap_init(struct sppp *sp)
sys/net/if_spppsubr.c
4909
sppp_chap_open(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
4922
sppp_chap_tlu(struct sppp *sp)
sys/net/if_spppsubr.c
4966
sppp_chap_scr(struct sppp *sp)
sys/net/if_spppsubr.c
5004
sppp_chap_rcv_challenge_event(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
5049
sppp_pap_input(struct sppp *sp, struct mbuf *m)
sys/net/if_spppsubr.c
5212
sppp_pap_init(struct sppp *sp)
sys/net/if_spppsubr.c
5220
sppp_pap_tlu(struct sppp *sp)
sys/net/if_spppsubr.c
5233
sppp_pap_scr(struct sppp *sp)
sys/net/if_spppsubr.c
5277
sppp_auth_send(const struct cp *cp, struct sppp *sp,
sys/net/if_spppsubr.c
5368
sppp_auth_role(const struct cp *cp, struct sppp *sp)
sys/net/if_spppsubr.c
5385
sppp_auth_to_event(struct sppp *sp, void *xcp)
sys/net/if_spppsubr.c
5429
sppp_auth_screply(const struct cp *cp, struct sppp *sp, u_char ctype,
sys/net/if_spppsubr.c
5468
struct sppp *sp;
sys/net/if_spppsubr.c
5562
sppp_get_ip_addrs(struct sppp *sp, uint32_t *src, uint32_t *dst, uint32_t *srcmask)
sys/net/if_spppsubr.c
5602
sppp_set_ip_addrs(struct sppp *sp)
sys/net/if_spppsubr.c
5676
sppp_clear_ip_addrs(struct sppp *sp)
sys/net/if_spppsubr.c
5744
sppp_get_ip6_addrs(struct sppp *sp, struct in6_addr *src, struct in6_addr *dst,
sys/net/if_spppsubr.c
5790
sppp_gen_ip6_addr(struct sppp *sp, struct in6_addr *addr)
sys/net/if_spppsubr.c
5799
sppp_set_ip6_addr(struct sppp *sp, const struct in6_addr *src)
sys/net/if_spppsubr.c
583
sppp_debug_enabled(struct sppp *sp)
sys/net/if_spppsubr.c
5843
sppp_suggest_ip6_addr(struct sppp *sp, struct in6_addr *suggest)
sys/net/if_spppsubr.c
5869
sppp_params(struct sppp *sp, u_long cmd, void *data)
sys/net/if_spppsubr.c
596
sppp_connect(struct sppp *sp)
sys/net/if_spppsubr.c
606
sppp_disconnect(struct sppp *sp)
sys/net/if_spppsubr.c
616
sppp_change_phase(struct sppp *sp, int phase)
sys/net/if_spppsubr.c
6243
sppp_phase_network(struct sppp *sp)
sys/net/if_spppsubr.c
6461
sppp_null(struct sppp *unused)
sys/net/if_spppsubr.c
6467
sppp_tls(const struct cp *cp, struct sppp *sp)
sys/net/if_spppsubr.c
6477
sppp_tlf(const struct cp *cp, struct sppp *sp)
sys/net/if_spppsubr.c
649
struct sppp *sp = (struct sppp *)ifp;
sys/net/if_spppsubr.c
6495
sppp_screply(const struct cp *cp, struct sppp *sp, u_char type,
sys/net/if_spppsubr.c
6523
sppp_ifdown(struct sppp *sp, void *xcp __unused)
sys/net/if_spppsubr.c
6533
sppp_notify_up(struct sppp *sp)
sys/net/if_spppsubr.c
6540
sppp_notify_down(struct sppp *sp)
sys/net/if_spppsubr.c
6547
sppp_notify_tls_wlocked(struct sppp *sp)
sys/net/if_spppsubr.c
6561
sppp_notify_tlf_wlocked(struct sppp *sp)
sys/net/if_spppsubr.c
6577
struct sppp *sp;
sys/net/if_spppsubr.c
6590
sppp_wq_create(struct sppp *sp, const char *xnamebuf, pri_t prio, int ipl, int flags)
sys/net/if_spppsubr.c
6606
sppp_wq_destroy(struct sppp *sp __unused, struct workqueue *wq)
sys/net/if_spppsubr.c
6614
void (*func)(struct sppp *, void *), void *arg)
sys/net/if_spppsubr.c
835
struct sppp *sp = (struct sppp *) ifp;
sys/net/if_spppvar.h
141
struct sppp *pp_next; /* next interface in keepalive list */
sys/net/if_spppvar.h
198
void (*pp_up)(struct sppp *);
sys/net/if_spppvar.h
199
void (*pp_down)(struct sppp *);
sys/net/if_spppvar.h
206
void (*pp_tls)(struct sppp *);
sys/net/if_spppvar.h
207
void (*pp_tlf)(struct sppp *);
sys/net/if_spppvar.h
246
struct sppp *sp = (struct sppp *)ifp;
sys/net/if_spppvar.h
266
struct sppp *sp = (struct sppp *)ifp;
sys/net/if_spppvar.h
31
struct sppp;
sys/net/if_spppvar.h
36
void (*func)(struct sppp *, void *);
sys/sys/compat_stub.h
122
struct sppp;
sys/sys/compat_stub.h
123
MODULE_HOOK(sppp_params_50_hook, int, (struct sppp *, u_long, void *));