Searched refs:p_addr (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sbin/route/ |
| H A D | rtutil.h | 48 void p_addr(const struct sockaddr *sa, const struct sockaddr *mask, int, int);
|
| H A D | rtutil.c | 790 p_addr(const struct sockaddr *sa, const struct sockaddr *mask, int rflags, int flags) in p_addr() function
|
| /netbsd-src/usr.bin/netstat/ |
| H A D | route.c | 255 p_addr(addr, mask, rt->rt_flags, nflag); in p_krtentry()
|
| /netbsd-src/sys/netinet/ |
| H A D | sctp_asconf.c | 578 struct sctp_ipv6addr_param *p_addr; in sctp_handle_asconf() local 657 …p_addr = (struct sctp_ipv6addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), (uin… in sctp_handle_asconf() 658 if (p_addr == NULL) { in sctp_handle_asconf() 669 offset += ntohs(p_addr->ph.param_length); /* skip lookup addr */ in sctp_handle_asconf()
|
| /netbsd-src/external/bsd/top/dist/machine/ |
| H A D | m_hpux7.c | 654 if (!getkval((unsigned long)p->p_addr, (int *)uptes, sizeof(uptes),
|
| /netbsd-src/sys/arch/hp300/DOC/ |
| H A D | Debug.tips | 163 An alternate way to do this is to use the p_addr field of the proc structure 164 which is found as described above. The p_addr field is at offset 0x10 in the
|
| /netbsd-src/sys/sys/ |
| H A D | sysctl.h | 392 uint64_t p_addr; /* PTR: Kernel virtual addr of u-area */ member
|
| /netbsd-src/lib/libkvm/ |
| H A D | kvm_proc.c | 531 kp2p->p_addr = kl[0].l_addr; in kvm_getproc2()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_proc.c | 2852 COND_SET_VALUE(ki->p_addr, PTRTOUINT64(l->l_addr), allowaddr); in fill_kproc2()
|