search for: 59bb426

Displaying 7 results from an estimated 7 matches for "59bb426".

Did you mean: 59426
2013 Nov 29
2
[PATCH] efi: reuse UDP port with sendto
...ource port have already been decided. Conversly, we have to save the assigned port to reuse it later if needed. Resolve bug #35. Signed-off-by: Celelibi <celelibi at gmail.com> --- efi/udp.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/efi/udp.c b/efi/udp.c index 59bb426..7271f1f 100644 --- a/efi/udp.c +++ b/efi/udp.c @@ -336,6 +336,9 @@ void core_udp_sendto(struct pxe_pvt_inode *socket, const void *data, memset(&udata, 0, sizeof(udata)); + /* Re-use the existing local port number if any */ + udata.StationPort = socket->net.efi.localport; +...
2013 Nov 29
2
[PATCH] efi: reuse UDP port with sendto
...ater if >> needed. >> >> Resolve bug #35. >> >> Signed-off-by: Celelibi <celelibi at gmail.com> >> --- >> efi/udp.c | 18 ++++++++++++++++++ >> 1 file changed, 18 insertions(+) >> >> diff --git a/efi/udp.c b/efi/udp.c >> index 59bb426..7271f1f 100644 >> --- a/efi/udp.c >> +++ b/efi/udp.c >> @@ -336,6 +336,9 @@ void core_udp_sendto(struct pxe_pvt_inode *socket, const void *data, >> >> memset(&udata, 0, sizeof(udata)); >> >> + /* Re-use the existing local port number if any */...
2013 Nov 30
3
[PATCH] efi: reuse UDP port with sendto
...>>> >>>> Signed-off-by: Celelibi <celelibi at gmail.com> >>>> --- >>>> efi/udp.c | 18 ++++++++++++++++++ >>>> 1 file changed, 18 insertions(+) >>>> >>>> diff --git a/efi/udp.c b/efi/udp.c >>>> index 59bb426..7271f1f 100644 >>>> --- a/efi/udp.c >>>> +++ b/efi/udp.c >>>> @@ -336,6 +336,9 @@ void core_udp_sendto(struct pxe_pvt_inode *socket, >>>> const void *data, >>>> >>>> memset(&udata, 0, sizeof(udata)); >>>>...
2013 Nov 29
0
[PATCH] efi: reuse UDP port with sendto
...have to save the assigned port to reuse it later if > needed. > > Resolve bug #35. > > Signed-off-by: Celelibi <celelibi at gmail.com> > --- > efi/udp.c | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > > diff --git a/efi/udp.c b/efi/udp.c > index 59bb426..7271f1f 100644 > --- a/efi/udp.c > +++ b/efi/udp.c > @@ -336,6 +336,9 @@ void core_udp_sendto(struct pxe_pvt_inode *socket, const void *data, > > memset(&udata, 0, sizeof(udata)); > > + /* Re-use the existing local port number if any */ > + udata.StationPort...
2013 Nov 29
0
[PATCH] efi: reuse UDP port with sendto
...t;>> Resolve bug #35. >>> >>> Signed-off-by: Celelibi <celelibi at gmail.com> >>> --- >>> efi/udp.c | 18 ++++++++++++++++++ >>> 1 file changed, 18 insertions(+) >>> >>> diff --git a/efi/udp.c b/efi/udp.c >>> index 59bb426..7271f1f 100644 >>> --- a/efi/udp.c >>> +++ b/efi/udp.c >>> @@ -336,6 +336,9 @@ void core_udp_sendto(struct pxe_pvt_inode *socket, >>> const void *data, >>> >>> memset(&udata, 0, sizeof(udata)); >>> >>> + /* Re-use...
2013 Nov 08
4
syslinux.efi pxeboot across multiple subnets
Here is a completely untested patch if someone wants to try and take it for a spin? -hpa -------------- next part -------------- diff --git a/efi/udp.c b/efi/udp.c index 59bb426..60a8fe9 100644 --- a/efi/udp.c +++ b/efi/udp.c @@ -41,8 +41,7 @@ int core_udp_open(struct pxe_pvt_inode *socket) udp = (EFI_UDP4 *)udp_reader->this; memset(&udata, 0, sizeof(udata)); - udata.AcceptPromiscuous = TRUE; - udata.AcceptAnyPort = TRUE; + udata.AcceptBroadcast...
2013 Nov 08
4
syslinux.efi pxeboot across multiple subnets
I did change both instances of txdata->GatewayAddress, but I think something may be wrong in my toolchain. If I extract syslinux.zip and attempt to make from there (without modifying any files), the cached DHCP packet isn't read on the same subnet. I receive "Succeed to download NBP file." twice before anything from syslinux is loaded, so I believe the duplicate request for