OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firsthop
(Results
1 - 2
of
2
) sorted by null
/external/iputils/
ping6.c
702
struct sockaddr_in6
firsthop
;
local
731
memset(&
firsthop
, 0, sizeof(
firsthop
));
732
firsthop
.sin6_family = AF_INET6;
877
if (IN6_IS_ADDR_UNSPECIFIED(&
firsthop
.sin6_addr)) {
878
memcpy(&
firsthop
.sin6_addr, addr, 16);
880
firsthop
.sin6_scope_id = ((struct sockaddr_in6 *)(ai->ai_addr))->sin6_scope_id;
882
if (
firsthop
.sin6_scope_id && scope_id &&
firsthop
.sin6_scope_id != scope_id) {
886
scope_id =
firsthop
.sin6_scope_id
[
all
...]
traceroute6.c
309
struct sockaddr_in6
firsthop
;
variable in typeref:struct:sockaddr_in6
468
firsthop
= *to;
554
firsthop
.sin6_port = htons(1025);
555
if (connect(probe_fd, (struct sockaddr*)&
firsthop
, sizeof(
firsthop
)) == -1) {
Completed in 627 milliseconds