Home
last modified time | relevance | path

Searched refs:get_long (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_adsp.c68 get_long(adp->ad_fbseq), in interpret_adsp()
69 get_long(adp->ad_nrseq)); in interpret_adsp()
92 get_long(apo->ad_attseq)); in interpret_adsp()
H A Dat.h190 uint32_t get_long(uint8_t *);
H A Dsnoop_apple.c85 get_long(uint8_t *p) in get_long() function
/titanic_41/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.h233 uint32_t get_long(char **ptr);
239 #define get_flags get_long
242 #define get_error_code get_long
H A Ddnssd_clientstub.c570 ifi = get_long(&data); in handle_resolve_response()
657 interfaceIndex = get_long(&data); in handle_query_response()
664 ttl = get_long(&data); in handle_query_response()
744 interfaceIndex = get_long(&data); in handle_browse_response()
843 interfaceIndex = get_long(&data); in handle_regservice_response()
945 interfaceIndex = get_long(&data); in handle_enumeration_response()
1018 interfaceIndex = get_long(&data); in handle_regrecord_response()
H A Ddnssd_ipc.c77 uint32_t get_long(char **ptr) in get_long() function
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dclib_ext.h27 void get_long __P((char *, long, long, long *));
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c1491 ifi = get_long(&ptr); in handle_query_request()
1563 interfaceIndex = get_long(&ptr); in handle_resolve_request()
2087 interfaceIndex = get_long(&ptr); in handle_browse_request()
2380 ifi = get_long(&ptr); in handle_regservice_request()
2670 ttl = get_long(&ptr); in handle_add_request()
2725 ttl = get_long(&ptr); in handle_update_request()
3026 ifi = get_long(&ptr); in handle_enum_request()
3198 interfaceIndex = get_long(&msgbuf); in read_rr_from_ipc_msg()
3231 if (GetTTL) rr->resrec.rroriginalttl = get_long(&msgbuf); in read_rr_from_ipc_msg()