Displaying 4 results from an estimated 4 matches for "si_port".
Did you mean:
sin_port
2002 Nov 17
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS (update)
...w-file oldrsync/lib/getaddrinfo.c newrsync/lib/getaddrinfo.c
--- oldrsync/lib/getaddrinfo.c Tue Aug 27 11:05:47 2002
+++ newrsync/lib/getaddrinfo.c Tue Aug 27 15:46:48 2002
@@ -73,9 +73,9 @@ static const char in6_loopback[] = {
};
struct sockinet {
- u_char si_len;
- u_char si_family;
- u_short si_port;
+ uchar_t si_len;
+ uchar_t si_family;
+ ushort_t si_port;
};
static struct afd {
@@ -223,7 +223,7 @@ getaddrinfo(hostname, servname, hints, r
char pton[PTON_MAX];
struct addrinfo ai;
struct addrinfo *pai;
- u_short port;
+ ushort_t port;
#ifdef FAITH
static int firsttime = 1;
@@ -3...
2002 Sep 06
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS
...w-file oldrsync/lib/getaddrinfo.c newrsync/lib/getaddrinfo.c
--- oldrsync/lib/getaddrinfo.c Tue Aug 27 11:05:47 2002
+++ newrsync/lib/getaddrinfo.c Tue Aug 27 15:46:48 2002
@@ -73,9 +73,9 @@ static const char in6_loopback[] = {
};
struct sockinet {
- u_char si_len;
- u_char si_family;
- u_short si_port;
+ uchar_t si_len;
+ uchar_t si_family;
+ ushort_t si_port;
};
static struct afd {
@@ -223,7 +223,7 @@ getaddrinfo(hostname, servname, hints, r
char pton[PTON_MAX];
struct addrinfo ai;
struct addrinfo *pai;
- u_short port;
+ ushort_t port;
#ifdef FAITH
static int firsttime = 1;
@@ -3...
2002 Oct 14
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS (resend)
...w-file oldrsync/lib/getaddrinfo.c newrsync/lib/getaddrinfo.c
--- oldrsync/lib/getaddrinfo.c Tue Aug 27 11:05:47 2002
+++ newrsync/lib/getaddrinfo.c Tue Aug 27 15:46:48 2002
@@ -73,9 +73,9 @@ static const char in6_loopback[] = {
};
struct sockinet {
- u_char si_len;
- u_char si_family;
- u_short si_port;
+ uchar_t si_len;
+ uchar_t si_family;
+ ushort_t si_port;
};
static struct afd {
@@ -223,7 +223,7 @@ getaddrinfo(hostname, servname, hints, r
char pton[PTON_MAX];
struct addrinfo ai;
struct addrinfo *pai;
- u_short port;
+ ushort_t port;
#ifdef FAITH
static int firsttime = 1;
@@ -3...
2002 Nov 20
0
[PATCH] Updated patch to rsync for Stratus VOS
...f -urp oldrsync/lib/getaddrinfo.c newrsync/lib/getaddrinfo.c
--- oldrsync/lib/getaddrinfo.c Sun Nov 17 04:52:57 2002
+++ newrsync/lib/getaddrinfo.c Sun Nov 17 05:05:28 2002
@@ -73,9 +73,9 @@ static const char in6_loopback[] = {
};
struct sockinet {
- u_char si_len;
- u_char si_family;
- u_short si_port;
+ uchar_t si_len;
+ uchar_t si_family;
+ ushort_t si_port;
};
static struct afd {
@@ -223,7 +223,7 @@ getaddrinfo(hostname, servname, hints, r
char pton[PTON_MAX];
struct addrinfo ai;
struct addrinfo *pai;
- u_short port;
+ ushort_t port;
#ifdef FAITH
static int firsttime = 1;
@@ -3...