Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Dif_spppvar.h137 struct sppp { struct
142 struct sppp *pp_next; /* next interface in keepalive list */ argument
161 krwlock_t pp_lock; /* lock for sppp structure */ argument
169 struct sppp_work work_ifdown; argument
170 struct sppp_cp scp[IDX_COUNT]; argument
185 void (*pp_up)(struct sppp *); argument
186 void (*pp_down)(struct sppp *); argument
193 void (*pp_tls)(struct sppp *); argument
194 void (*pp_tlf)(struct sppp *); argument
202 void (*pp_con)(struct sppp *); argument
[all …]
H A Dif_spppsubr.c6685 void (*func)(struct sppp *, void *), void *arg) in sppp_wq_set() argument