Home | History | Annotate | Download | only in racoon

Lines Matching refs:addr4

1431 	struct in_addr addr4;
1433 memset(&addr4, 0, sizeof(addr4));
1462 if (ntohs(attr->lorv) < sizeof(addr4)) {
1463 printf("addr4 attribute too short\n");
1466 memcpy(&addr4, attr + 1, sizeof(addr4));
1491 printf("Bound to address %s\n", inet_ntoa(addr4));