HomeSort by relevance Sort by last modified time
    Searched full: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 608 switch (cp->heartbeat.hb_info.addr_family) {
611 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in)) {
612 store.sin.sin_family = cp->heartbeat.hb_info.addr_family;
614 store.sin.sin_len = cp->heartbeat.hb_info.addr_len;
617 memcpy(&store.sin.sin_addr, cp->heartbeat.hb_info.address,
626 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_in6)) {
627 store.sin6.sin6_family = cp->heartbeat.hb_info.addr_family;
629 store.sin6.sin6_len = cp->heartbeat.hb_info.addr_len;
632 memcpy(&store.sin6.sin6_addr, cp->heartbeat.hb_info.address, sizeof(struct in6_addr));
640 if (cp->heartbeat.hb_info.addr_len == sizeof(struct sockaddr_conn))
    [all...]
sctp_header.h 312 struct sctp_heartbeat_info_param hb_info; member in struct:sctp_heartbeat
sctp_output.c     [all...]

Completed in 147 milliseconds