Home
last modified time | relevance | path

Searched refs:spppstr_t (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.h209 } spppstr_t; typedef
280 spppstr_t *ppa_streams; /* list of all non-control streams */
281 spppstr_t *ppa_ctl; /* back pointer to control stream */
321 spppstr_t *ppa_ip_cache; /* ptr to PPP_IP upper stream */
322 spppstr_t *ppa_ip6_cache; /* ptr to PPP_IPV6 upper stream */
363 extern mblk_t *sppp_dladdud(spppstr_t *, mblk_t *, t_scalar_t, boolean_t);
365 extern void sppp_dlprsendup(spppstr_t *, mblk_t *, t_scalar_t, boolean_t);
369 extern int sppp_mproto(queue_t *, mblk_t *, spppstr_t *);
373 extern void sppp_remove_ppa(spppstr_t *sps);
H A Dsppp_dlpi.c71 static int sppp_dlattachreq(queue_t *, mblk_t *, spppstr_t *);
72 static int sppp_dldetachreq(queue_t *, mblk_t *, spppstr_t *);
73 static int sppp_dlbindreq(queue_t *, mblk_t *, spppstr_t *);
74 static int sppp_dlunbindreq(queue_t *, mblk_t *, spppstr_t *);
75 static int sppp_dlinforeq(queue_t *, mblk_t *, spppstr_t *);
76 static int sppp_dlunitdatareq(queue_t *, mblk_t *, spppstr_t *);
77 static int sppp_dlpromisconreq(queue_t *, mblk_t *, spppstr_t *);
78 static int sppp_dlpromiscoffreq(queue_t *, mblk_t *, spppstr_t *);
79 static int sppp_dlphyreq(queue_t *, mblk_t *, spppstr_t *);
86 static mblk_t *sppp_dladdether(spppstr_t *, mblk_t *, t_scalar_t);
[all …]
H A Dsppp.c94 static queue_t *sppp_send(queue_t *, mblk_t **, spppstr_t *);
95 static queue_t *sppp_recv(queue_t *, mblk_t **, spppstr_t *);
96 static void sppp_recv_nondata(queue_t *, mblk_t *, spppstr_t *);
97 static queue_t *sppp_outpkt(queue_t *, mblk_t **, int, spppstr_t *);
98 static spppstr_t *sppp_inpkt(queue_t *, mblk_t *, spppstr_t *);
107 static spppstr_t *sps_list = NULL;
151 spppstr_t *sps; in sppp_open()
152 spppstr_t **nextmn; in sppp_open()
177 sps = (spppstr_t *)kmem_zalloc(sizeof (spppstr_t), KM_SLEEP); in sppp_open()
324 spppstr_t *sps; in sppp_close()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c64 spppstr_t sps; in sppp_walk_step()
82 sps_format(uintptr_t addr, const spppstr_t *sps, uint_t *qfmt) in sps_format()
178 spppstr_t sps; in sppp()
272 spppstr_t sps; in sppp_qinfo()
292 spppstr_t sps; in sppp_rnext()
303 spppstr_t sps; in sppp_wnext()