version 1.6, 2010/03/09 10:18:49
|
version 1.13, 2010/08/06 15:26:50
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.0.13 |
RPL/2 (R) version 4.0.18 |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
Line 20
|
Line 20
|
*/ |
*/ |
|
|
|
|
#include "rpl.conv.h" |
#include "rpl-conv.h" |
|
|
|
|
/* |
/* |
Line 1819 instruction_target(struct_processus *s_e
|
Line 1819 instruction_target(struct_processus *s_e
|
struct_objet *s_objet_argument_1; |
struct_objet *s_objet_argument_1; |
struct_objet *s_objet_argument_2; |
struct_objet *s_objet_argument_2; |
|
|
unsigned char *nom; |
|
|
|
unsigned long i; |
unsigned long i; |
unsigned long nombre_elements; |
unsigned long nombre_elements; |
|
|
Line 2154 instruction_target(struct_processus *s_e
|
Line 2152 instruction_target(struct_processus *s_e
|
else if ((*((struct_socket *) (*s_objet_argument_1).objet)) |
else if ((*((struct_socket *) (*s_objet_argument_1).objet)) |
.domaine == PF_INET6) |
.domaine == PF_INET6) |
{ // Résolution du nom en IPv6 |
{ // Résolution du nom en IPv6 |
|
# ifdef IPV6 |
resolution_courante = resolution; |
resolution_courante = resolution; |
|
|
while(resolution_courante != NULL) |
while(resolution_courante != NULL) |
Line 2201 instruction_target(struct_processus *s_e
|
Line 2200 instruction_target(struct_processus *s_e
|
(*resolution_courante).ai_addr)).sin6_addr |
(*resolution_courante).ai_addr)).sin6_addr |
.s6_addr[i]); |
.s6_addr[i]); |
} |
} |
|
# else |
|
# endif |
} |
} |
else |
else |
{ |
{ |