HomeSort by relevance Sort by last modified time
    Searched refs:hb_info (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/drd/
drd_hb.h 35 struct hb_info;
41 struct hb_info* DRD_(hb_get)(const Addr hb);
42 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb);
drd_hb.c 50 static void DRD_(hb_cleanup)(struct hb_info* p);
86 void DRD_(hb_initialize)(struct hb_info* const p, const Addr hb)
102 static void DRD_(hb_cleanup)(struct hb_info* p)
130 struct hb_info* DRD_(hb_get_or_allocate)(const Addr hb)
132 struct hb_info *p;
150 struct hb_info* DRD_(hb_get)(const Addr hb)
162 struct hb_info* p;
194 struct hb_info* p;
230 struct hb_info* p;
drd_clientobj.h 89 struct hb_info struct
149 struct hb_info hb;
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c 615 switch (cp->heartbeat.hb_info.addr_family) {
618 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in)) {
620 sin->sin_family = cp->heartbeat.hb_info.addr_family;
622 sin->sin_len = cp->heartbeat.hb_info.addr_len;
625 memcpy(&sin->sin_addr, cp->heartbeat.hb_info.address,
634 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in6)) {
636 sin6->sin6_family = cp->heartbeat.hb_info.addr_family;
638 sin6->sin6_len = cp->heartbeat.hb_info.addr_len;
641 memcpy(&sin6->sin6_addr, cp->heartbeat.hb_info.address,
650 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_conn))
    [all...]
sctp_header.h 318 struct sctp_heartbeat_info_param hb_info; member in struct:sctp_heartbeat
sctp_output.c     [all...]

Completed in 78 milliseconds