Searched refs:get_short (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_adsp.c | 50 get_short(adp->ad_connid), 67 get_short(adp->ad_connid), 73 get_short(adp->ad_rcvwin), 91 get_short(apo->ad_dconnid), 99 get_short(((struct ddp_adsp_att *)adp)->
|
H A D | snoop_rtmp.c | 107 snet = get_short(data); 112 (get_short(&data[4]) != 0); 167 get_short(p), get_short(&p[3]), 176 get_short(p), p[2]);
|
H A D | snoop_zip.c | 112 net = get_short(p); 128 net = get_short(p); 151 net = get_short(&p[2]); 152 range = get_short(&p[4]); 203 net = get_short(&p[2]); 204 range = get_short(&p[4]); 342 cnt = get_short(&atp->atp_user[2]); 367 get_short(&atp->atp_user[2])); 373 get_short(&atp->atp_user[2])); 379 get_short( [all...] |
H A D | snoop_atp.c | 63 get_short((uint8_t *)&atp->atp_tid), 85 get_short((uint8_t *)&atp->atp_tid),
|
H A D | at.h | 189 uint16_t get_short(uint8_t *);
|
H A D | snoop_aarp.c | 141 (void) snprintf(buf, sizeof (buf), "%d.%d", get_short(&p[1]), p[3]);
|
H A D | snoop_nbp.c | 114 net = get_short(p);
|
H A D | snoop_slp.c | 239 #define get_short() \ macro 248 get_short(); \ 254 get_short(); \ 280 get_short(); 306 get_short(); \ 436 get_short(); 499 get_short(); 504 get_short(); 1731 get_short(); 1734 get_short(); [all...] |
H A D | snoop_apple.c | 76 get_short(uint8_t *p) function
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | fcode.c | 63 get_short(fcode_env_t *env) function 82 u = get_short(env) << 16; 83 return (u | get_short(env)); 194 short offset = (short)get_short(env); 202 short offset = (short)get_short(env); 332 token = get_short(env); 742 short offset = get_short(env); 769 short offset = get_short(env);
|
H A D | forth.c | 1848 short offset = get_short(env); 1929 short offset = (short)get_short(env); 1936 short offset = (short)get_short(env);
|
/illumos-gate/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 231 ushort_t get_short(fcode_env_t *);
|
Completed in 84 milliseconds