Home
last modified time | relevance | path

Searched refs:p_addr (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Ddissect.c269 static struct symbol *__lookup_member(struct symbol *type, struct ident *name, int *p_addr) in __lookup_member() argument
276 if (addr == *p_addr) in __lookup_member()
286 if (p_addr) in __lookup_member()
287 *p_addr = addr; in __lookup_member()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_asconf.c631 struct sctp_ipv6addr_param *p_addr; in sctp_handle_asconf() local
706p_addr = (struct sctp_ipv6addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), (uin… in sctp_handle_asconf()
707 if (p_addr == NULL) { in sctp_handle_asconf()
715 offset += SCTP_SIZE32(ntohs(p_addr->ph.param_length)); in sctp_handle_asconf()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs410 pub p_addr: u64,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs498 pub p_addr: u64,