Searched hist:"27 e0dea9f0bbc7db87e04d09fa707f8790575918" (Results 1 – 7 of 7) sorted by relevance
/haiku/src/add-ons/kernel/network/stack/ |
H A D | routes.h | 27e0dea9f0bbc7db87e04d09fa707f8790575918 Sat Oct 11 22:10:31 UTC 2008 Axel Dörfler <axeld@pinc-software.de> * Actually implemented the SO_BINDTODEVICE socket option I added some time ago. * This makes it possible to select a specific device, even if no interface has been configured for it yet. To make it work, each interface now has a private direct route which will be returned if a socket is bound to a device. * This will be used for example in DHCP to make it work when more than one adapter is attached.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27983 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | interfaces.h | 27e0dea9f0bbc7db87e04d09fa707f8790575918 Sat Oct 11 22:10:31 UTC 2008 Axel Dörfler <axeld@pinc-software.de> * Actually implemented the SO_BINDTODEVICE socket option I added some time ago. * This makes it possible to select a specific device, even if no interface has been configured for it yet. To make it work, each interface now has a private direct route which will be returned if a socket is bound to a device. * This will be used for example in DHCP to make it work when more than one adapter is attached.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27983 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | routes.cpp | 27e0dea9f0bbc7db87e04d09fa707f8790575918 Sat Oct 11 22:10:31 UTC 2008 Axel Dörfler <axeld@pinc-software.de> * Actually implemented the SO_BINDTODEVICE socket option I added some time ago. * This makes it possible to select a specific device, even if no interface has been configured for it yet. To make it work, each interface now has a private direct route which will be returned if a socket is bound to a device. * This will be used for example in DHCP to make it work when more than one adapter is attached.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27983 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | datalink.cpp | 27e0dea9f0bbc7db87e04d09fa707f8790575918 Sat Oct 11 22:10:31 UTC 2008 Axel Dörfler <axeld@pinc-software.de> * Actually implemented the SO_BINDTODEVICE socket option I added some time ago. * This makes it possible to select a specific device, even if no interface has been configured for it yet. To make it work, each interface now has a private direct route which will be returned if a socket is bound to a device. * This will be used for example in DHCP to make it work when more than one adapter is attached.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27983 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | interfaces.cpp | 27e0dea9f0bbc7db87e04d09fa707f8790575918 Sat Oct 11 22:10:31 UTC 2008 Axel Dörfler <axeld@pinc-software.de> * Actually implemented the SO_BINDTODEVICE socket option I added some time ago. * This makes it possible to select a specific device, even if no interface has been configured for it yet. To make it work, each interface now has a private direct route which will be returned if a socket is bound to a device. * This will be used for example in DHCP to make it work when more than one adapter is attached.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27983 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | net_socket.cpp | 27e0dea9f0bbc7db87e04d09fa707f8790575918 Sat Oct 11 22:10:31 UTC 2008 Axel Dörfler <axeld@pinc-software.de> * Actually implemented the SO_BINDTODEVICE socket option I added some time ago. * This makes it possible to select a specific device, even if no interface has been configured for it yet. To make it work, each interface now has a private direct route which will be returned if a socket is bound to a device. * This will be used for example in DHCP to make it work when more than one adapter is attached.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27983 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/headers/private/net/ |
H A D | net_socket.h | 27e0dea9f0bbc7db87e04d09fa707f8790575918 Sat Oct 11 22:10:31 UTC 2008 Axel Dörfler <axeld@pinc-software.de> * Actually implemented the SO_BINDTODEVICE socket option I added some time ago. * This makes it possible to select a specific device, even if no interface has been configured for it yet. To make it work, each interface now has a private direct route which will be returned if a socket is bound to a device. * This will be used for example in DHCP to make it work when more than one adapter is attached.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27983 a95241bf-73f2-0310-859d-f6bbb57e9c96
|