Searched refs:get_short (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_zip.c | 112 net = get_short(p); in interpret_ddp_zip() 128 net = get_short(p); in interpret_ddp_zip() 151 net = get_short(&p[2]); in interpret_ddp_zip() 152 range = get_short(&p[4]); in interpret_ddp_zip() 203 net = get_short(&p[2]); in interpret_ddp_zip() 204 range = get_short(&p[4]); in interpret_ddp_zip() 342 cnt = get_short(&atp->atp_user[2]); in interpret_atp_zip() 367 get_short(&atp->atp_user[2])); in interpret_atp_zip() 373 get_short(&atp->atp_user[2])); in interpret_atp_zip() 379 get_short(&atp->atp_user[2])); in interpret_atp_zip() [all …]
|
H A D | snoop_adsp.c | 50 get_short(adp->ad_connid), in interpret_adsp() 67 get_short(adp->ad_connid), in interpret_adsp() 73 get_short(adp->ad_rcvwin), in interpret_adsp() 91 get_short(apo->ad_dconnid), in interpret_adsp() 99 get_short(((struct ddp_adsp_att *)adp)-> in interpret_adsp()
|
H A D | snoop_rtmp.c | 107 snet = get_short(data); in interpret_rtmp() 112 (get_short(&data[4]) != 0); in interpret_rtmp() 167 get_short(p), get_short(&p[3]), in show_rtmp_tuples() 176 get_short(p), p[2]); in show_rtmp_tuples()
|
H A D | snoop_atp.c | 63 get_short((uint8_t *)&atp->atp_tid), in interpret_atp() 85 get_short((uint8_t *)&atp->atp_tid), in interpret_atp()
|
H A D | snoop_slp.c | 239 #define get_short() \ macro 248 get_short(); \ 254 get_short(); \ 280 get_short(); in skip_field() 306 get_short(); \ 436 get_short(); in slp_field() 499 get_short(); in slpv2_url() 504 get_short(); in slpv2_url() 1731 get_short(); in slpv1_url() 1734 get_short(); in slpv1_url()
|
H A D | snoop_aarp.c | 141 (void) snprintf(buf, sizeof (buf), "%d.%d", get_short(&p[1]), p[3]); in printat()
|
H A D | snoop_nbp.c | 114 net = get_short(p); in show_nbp_tuples()
|
H A D | at.h | 189 uint16_t get_short(uint8_t *);
|
H A D | snoop_apple.c | 76 get_short(uint8_t *p) in get_short() function
|
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | fcode.c | 63 get_short(fcode_env_t *env) in get_short() function 82 u = get_short(env) << 16; in get_int() 83 return (u | get_short(env)); in get_int() 194 short offset = (short)get_short(env); in bbranch() 202 short offset = (short)get_short(env); in bqbranch() 332 token = get_short(env); in token_common() 742 short offset = get_short(env); in bof() 769 short offset = get_short(env); in bendof()
|
H A D | forth.c | 1848 short offset = get_short(env); in loop_common() 1929 short offset = (short)get_short(env); in bdo() 1936 short offset = (short)get_short(env); in bqdo()
|
/titanic_41/usr/src/lib/libdns_sd/common/ |
H A D | dnssd_ipc.c | 91 uint16_t get_short(char **ptr) in get_short() function
|
H A D | dnssd_ipc.h | 236 uint16_t get_short(char **ptr);
|
H A D | dnssd_clientstub.c | 576 txtlen = get_short(&data); in handle_resolve_response() 660 rrtype = get_short(&data); in handle_query_response() 661 rrclass = get_short(&data); in handle_query_response() 662 rdlen = get_short(&data); in handle_query_response()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uds_daemon.c | 1493 rrtype = get_short(&ptr); in handle_query_request() 1494 rrclass = get_short(&ptr); in handle_query_request() 2393 service->txtlen = get_short(&ptr); in handle_regservice_request() 2667 rrtype = get_short(&ptr); in handle_add_request() 2668 rdlen = get_short(&ptr); in handle_add_request() 2723 rdlen = get_short(&ptr); in handle_update_request() 3204 type = get_short(&msgbuf); in read_rr_from_ipc_msg() 3205 class = get_short(&msgbuf); in read_rr_from_ipc_msg() 3206 rdlen = get_short(&msgbuf); in read_rr_from_ipc_msg()
|
/titanic_41/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 231 ushort_t get_short(fcode_env_t *);
|