Displaying 5 results from an estimated 5 matches for "pton".
Did you mean:
pto
2002 Nov 17
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS (update)
...gnize VOS (the current ones do recognize us).
These patches change some Unix types to POSIX types (u_char ->
uchar_t), hide various unused declarations on systems that don't
implement IPv6, supply a network constants if the system doesn't
supply it, and properly supply a version of inet_pton on systems
that don't have one. (Looks like an editing error misspelled
inet_pton).
If you have any questions, please let me know. My normal e-mail
address is Paul.Green@stratus.com; I use this other one to send
patches because I know it won't wrap the lines.
### START OF PATCHES ###
d...
2002 Sep 06
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS
...gnize VOS (the current ones do recognize us).
These patches change some Unix types to POSIX types (u_char ->
uchar_t), hide various unused declarations on systems that don't
implement IPv6, supply a network constants if the system doesn't
supply it, and properly supply a version of inet_pton on systems
that don't have one. (Looks like an editing error misspelled
inet_pton).
If you have any questions, please let me know. My normal e-mail
address is Paul.Green@stratus.com; I use this other one to send
patches because I know it won't wrap the lines.
### START OF PATCHES ###
d...
2002 Oct 14
0
[PATCH] Patches to rsync-2.5.5 for Stratus VOS (resend)
...gnize VOS (the current ones do recognize us).
These patches change some Unix types to POSIX types (u_char ->
uchar_t), hide various unused declarations on systems that don't
implement IPv6, supply a network constants if the system doesn't
supply it, and properly supply a version of inet_pton on systems
that don't have one. (Looks like an editing error misspelled
inet_pton).
If you have any questions, please let me know. My normal e-mail
address is Paul.Green@stratus.com; I use this other one to send
patches because I know it won't wrap the lines.
### START OF PATCHES ###
d...
2002 Nov 20
0
[PATCH] Updated patch to rsync for Stratus VOS
...5: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;
@@ -395,7 +395,7 @@ getaddrinfo(hostname, servname, hints, r
/* hostname as numeric name */
for (i = 0; afdl[i].a_af; i++) {
if (inet_pton(afdl[i].a_af, hostn...
2004 Dec 10
2
listen to port on ipv6 by default[patch]
right now icecast2 listens to 0.0.0.0 by default if bind-address is not
defined. it should rather listen to :: if ipv6 is available.
the change is rather small. i do not know how that works on systems that
do not support IPv6 yet.
so i added #ifdef AF_INET6, is that the right way to check for ipv6?
attached is a patch against http://svn.xiph.org/icecast/trunk/net/
if it is ok like that it would