aboutsummaryrefslogtreecommitdiffstats
path: root/sockaddr_util.c
Commit message (Collapse)AuthorAgeFilesLines
* move soures to src subdirNatanael Copa2013-08-221-102/+0
|
* pingu_iface: bind to address instead of oifNatanael Copa2011-09-061-0/+14
| | | | | Seems like ip rule does not work with source address unless we bind to address
* pingu: fix bug when storing addrinfo struct to sockaddr_anyNatanael Copa2011-07-291-6/+39
|
* pingu: add gw to list and minor cleanupNatanael Copa2011-07-281-0/+14
| | | | | | | | - add default gateways to our gw list - use sockaddr_init to init our gw - implement sockaddr_to_string TODO: delete default gateways from list
* pingu: use sockaddr_anyNatanael Copa2011-07-281-0/+41
add common sockaddr utility functions