Implements Internetprotocol-Address on Linux.
Internetprotocol-Address Linux | Implements Internetprotocol-Address on Linux. |
Copyright | This program is free software. |
Files | |
C-kern/ | Header file of Internetprotocol-Address. |
C-kern/ | Linux specific implementation Internetprotocol-Address Linux. |
ipaddr_t | |
helper | |
lifetime | |
query | |
log | |
change | |
ipaddr_list_t | Stores list of ipaddr_t. |
current_addr | Points to ipaddr_t storage used to return next address. |
first | Points to start of list. |
next | Points in list. |
implementation | |
ipport_t | |
implementation | |
ipaddr_storage_t | |
Functions | |
implementation |
This program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
© 2011 Jörg Seebohn
Header file of Internetprotocol-Address.
Linux specific implementation Internetprotocol-Address Linux.
struct ipaddr_list_t
Stores list of ipaddr_t. Allows to iterate over every entry.
current_addr | Points to ipaddr_t storage used to return next address. |
first | Points to start of list. |
next | Points in list. |
implementation |
Points to ipaddr_t storage used to return next address.
Stores list of ipaddr_t.
struct ipaddr_list_t
Points to start of list.
struct addrinfo * first
Points in list.
struct addrinfo * next