Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.h264 typedef struct sppa { struct
277 uint32_t ppa_flags; /* miscellaneous flags */
278 int32_t ppa_refcnt; /* upper stream reference count */
279 uint32_t ppa_ppa_id; /* unique attachment id */
283 uint16_t ppa_mru; /* link layer maximum receive unit */
287 int32_t ppa_promicnt; /* promiscous stream count */
292 kmutex_t ppa_sta_lock; /* mutex to lock structure */
298 uint32_t ppa_ioctlsfwderr; /* or discarded replies */
299 uint32_t ppa_ipkt_ctl; /* received control pkts */
301 uint32_t ppa_irunts; /* packet rcvd is too short */
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c248 sppa(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in sppa() function