Searched defs:taddr (Results 1 - 5 of 5) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H A D21-1-buildonly.c14 void *taddr; variable
26 taddr = t.si_addr;
/external/dnsmasq/src/
H A Ddhcp.c434 struct in_addr taddr,
441 unsigned int start, end, addr = ntohl(taddr.s_addr);
445 if (taddr.s_addr == context->router.s_addr)
464 struct in_addr taddr,
477 if (!(tmp = address_available(context, taddr, netids)))
480 if (is_same_net(taddr, tmp->start, tmp->netmask) &&
486 if (is_same_net(taddr, tmp->start, tmp->netmask))
433 address_available(struct dhcp_context *context, struct in_addr taddr, struct dhcp_netid *netids) argument
463 narrow_context(struct dhcp_context *context, struct in_addr taddr, struct dhcp_netid *netids) argument
/external/dhcpcd-6.8.2/
H A Dipv6nd.c1560 const char *taddr; local
1579 taddr = inet_ntop(AF_INET6, &nd_na->nd_na_target,
1584 ifp->name, taddr, ctx->sfrom);
1596 ifp->name, ctx->sfrom, taddr);
1603 ifp->name, is_solicited ? "solicited " : "", taddr, ctx->sfrom);
1609 ifp->name, taddr, ctx->sfrom);
1620 ifp->name, taddr, ctx->sfrom);
/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c1110 if taddr is IRTemp_INVALID, then no store is generated.
1112 if taddr is not IRTemp_INVALID, then a store (using taddr as
1126 IRTemp taddr, IRTemp texpVal, Addr32 restart_point )
1151 /* Possibly generate a store of 'tres' to 'taddr'. See comment at
1153 if (taddr != IRTemp_INVALID) {
1156 storeLE( mkexpr(taddr), mkexpr(tres) );
1160 casLE( mkexpr(taddr),
1180 IRTemp taddr, IRTemp texpVal, Addr32 restart_point )
1205 /* Possibly generate a store of 'tres' to 'taddr'
1123 helper_ADC( Int sz, IRTemp tres, IRTemp ta1, IRTemp ta2, IRTemp taddr, IRTemp texpVal, Addr32 restart_point ) argument
1177 helper_SBB( Int sz, IRTemp tres, IRTemp ta1, IRTemp ta2, IRTemp taddr, IRTemp texpVal, Addr32 restart_point ) argument
[all...]
H A Dguest_amd64_toIR.c1996 if taddr is IRTemp_INVALID, then no store is generated.
1998 if taddr is not IRTemp_INVALID, then a store (using taddr as
2013 IRTemp taddr, IRTemp texpVal, Addr64 restart_point )
2043 /* Possibly generate a store of 'tres' to 'taddr'. See comment at
2045 if (taddr != IRTemp_INVALID) {
2048 storeLE( mkexpr(taddr), mkexpr(tres) );
2052 casLE( mkexpr(taddr),
2072 IRTemp taddr, IRTemp texpVal, Addr64 restart_point )
2102 /* Possibly generate a store of 'tres' to 'taddr'
2010 helper_ADC( Int sz, IRTemp tres, IRTemp ta1, IRTemp ta2, IRTemp taddr, IRTemp texpVal, Addr64 restart_point ) argument
2069 helper_SBB( Int sz, IRTemp tres, IRTemp ta1, IRTemp ta2, IRTemp taddr, IRTemp texpVal, Addr64 restart_point ) argument
[all...]

Completed in 334 milliseconds