Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dipv6nd.c363 rap->iface->name, rap->sfrom); in ipv6nd_reachable()
373 rap->iface->name, rap->sfrom); in ipv6nd_reachable()
754 "IPv6 RA packet too short from %s", ctx->sfrom); in ipv6nd_handlera()
760 "RA from non local address %s", ctx->sfrom); in ipv6nd_handlera()
767 "RA for unexpected interface from %s", ctx->sfrom); in ipv6nd_handlera()
774 ifp->name, ctx->sfrom); in ipv6nd_handlera()
784 ifp->name, ctx->sfrom); in ipv6nd_handlera()
791 "%s: ignoring RA from ourself %s", ifp->name, ctx->sfrom); in ipv6nd_handlera()
818 ifp->name, ctx->sfrom); in ipv6nd_handlera()
828 strlcpy(rap->sfrom, ctx->sfrom, sizeof(rap->sfrom)); in ipv6nd_handlera()
[all …]
Ddhcp6.c1946 const char *sfrom, const struct timespec *acquired) in dhcp6_findia() argument
2050 ifp->name, sfrom); in dhcp6_findia()
2058 ifp->name, sfrom); in dhcp6_findia()
2064 if (sfrom) in dhcp6_findia()
2067 ifp->name, renew, rebind, sfrom); in dhcp6_findia()
2099 const char *sfrom, const struct timespec *acquired) in dhcp6_validatelease() argument
2121 nia = dhcp6_findia(ifp, m, len, sfrom, acquired); in dhcp6_validatelease()
2632 ctx->sfrom = inet_ntop(AF_INET6, &ctx->from.sin6_addr, in dhcp6_handledata()
2636 "DHCPv6 packet too short from %s", ctx->sfrom); in dhcp6_handledata()
2656 "DHCPv6 reply did not contain index from %s", ctx->sfrom); in dhcp6_handledata()
[all …]
Dipv6nd.h48 char sfrom[INET6_ADDRSTRLEN]; member
Dipv6.h204 const char *sfrom; member