Home
last modified time | relevance | path

Searched refs:get_short (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_zip.c110 net = get_short(p); in interpret_ddp_zip()
126 net = get_short(p); in interpret_ddp_zip()
149 net = get_short(&p[2]); in interpret_ddp_zip()
150 range = get_short(&p[4]); in interpret_ddp_zip()
201 net = get_short(&p[2]); in interpret_ddp_zip()
202 range = get_short(&p[4]); in interpret_ddp_zip()
340 cnt = get_short(&atp->atp_user[2]); in interpret_atp_zip()
365 get_short(&atp->atp_user[2])); in interpret_atp_zip()
371 get_short(&atp->atp_user[2])); in interpret_atp_zip()
377 get_short(&atp->atp_user[2])); in interpret_atp_zip()
[all …]
H A Dsnoop_adsp.c48 get_short(adp->ad_connid), in interpret_adsp()
65 get_short(adp->ad_connid), in interpret_adsp()
71 get_short(adp->ad_rcvwin), in interpret_adsp()
89 get_short(apo->ad_dconnid), in interpret_adsp()
97 get_short(((struct ddp_adsp_att *)adp)-> in interpret_adsp()
H A Dsnoop_rtmp.c105 snet = get_short(data); in interpret_rtmp()
110 (get_short(&data[4]) != 0); in interpret_rtmp()
165 get_short(p), get_short(&p[3]), in show_rtmp_tuples()
174 get_short(p), p[2]); in show_rtmp_tuples()
H A Dsnoop_atp.c61 get_short((uint8_t *)&atp->atp_tid), in interpret_atp()
83 get_short((uint8_t *)&atp->atp_tid), in interpret_atp()
H A Dsnoop_slp.c238 #define get_short() \ macro
247 get_short(); \
253 get_short(); \
279 get_short(); in skip_field()
305 get_short(); \
435 get_short(); in slp_field()
498 get_short(); in slpv2_url()
503 get_short(); in slpv2_url()
1730 get_short(); in slpv1_url()
1733 get_short(); in slpv1_url()
H A Dsnoop_aarp.c139 (void) snprintf(buf, sizeof (buf), "%d.%d", get_short(&p[1]), p[3]); in printat()
H A Dsnoop_nbp.c112 net = get_short(p); in show_nbp_tuples()
H A Dat.h187 uint16_t get_short(uint8_t *);
H A Dsnoop_apple.c74 get_short(uint8_t *p) in get_short() function