Searched refs:oaddr (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash_buf.c163 u_int16_t oaddr, *shortp; local
165 oaddr = 0;
210 * Set oaddr before __put_page so that you get it
215 oaddr = shortp[shortp[0] - 1];
253 (oaddr != xbp->addr))
259 oaddr = shortp[shortp[0] - 1];
H A Dhash_page.c922 short *bp, oaddr; local
929 oaddr = bp[bp[0] - 1];
930 (void)fprintf(stderr, "%d ", (int)oaddr);
931 bufp = __get_buf(hashp, (int)oaddr, bufp, 0);
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_mod.h67 struct in_addr *oaddr; /* Original address. */ member in struct:alias_data
H A Dalias_cuseeme.c70 if (ah->dport == NULL || ah->oaddr == NULL)
81 AliasHandleCUSeeMeIn(la, pip, *ah->oaddr);
H A Dalias.c748 .oaddr = &original_address,
865 .oaddr = NULL,
944 .oaddr = NULL,
970 .oaddr = &original_address,
1091 .oaddr = NULL,
1353 .oaddr = NULL,
1503 .oaddr = NULL,
H A Dalias_nbt.c117 ah->oaddr, ah->dport);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c413 uintptr_t oaddr = obase + _dt_droptab[i].dtdrt_offset; local
416 uint64_t oval = *((uint64_t *)oaddr);
/freebsd-9.3-release/sbin/hastd/
H A Dhastd.c905 char oaddr[256]; local
907 proto_remote_address(res->hr_remotein, oaddr,
908 sizeof(oaddr));
911 oaddr, raddr);
/freebsd-9.3-release/sys/kern/
H A Dsys_generic.c861 char *addr, *oaddr; local
868 oaddr = NULL;
884 if (addr != oaddr) {
888 oaddr = addr;

Completed in 164 milliseconds