aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/if_addrs.cpp
Commit message (Expand)AuthorAgeFilesLines
* uhd: Replace NULL with nullptr in if_addrs and super_recv_packet_handlerAndrej Rode2017-02-201-2/+2
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-081-7/+7
* uhd: manually calculate bcast addr, boost version buggyJosh Blum2011-12-221-1/+6
* uhd: network device discovery -> calc bcast addr under certain conditionsJosh Blum2011-12-201-0/+6
* uhd: update copyright headers with automated scriptJosh Blum2011-03-231-1/+1
* uhd: replace header checks in cmake files with more robust compile checks for...Josh Blum2011-02-211-8/+8
* uhd: if_addrs check that iter->ifa_addr is NULL before continuingJosh Blum2011-01-261-0/+1
* uhd: work on thread priority schedulingJosh Blum2010-06-161-3/+3
* tweak the ifaddrs address discoveryJosh Blum2010-03-261-11/+10
* get interface addresses on windowsJosh Blum2010-03-261-272/+39
* added interface address discoveryJosh Blum2010-03-261-0/+343