summaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns_frgre.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on CygwinEvgeny Zverev2013-01-121-1/+5
|
* Define struct iphdr for OSXTobias Engel2012-10-271-1/+1
| | | | | | | | | | Use FreeBSD struct iphdr definition for OSX also. From the commentary in the source file: On BSD the IPv4 struct is called struct ip and instead of iXX the members are called ip_XX. One could change this code to use struct ip but that would require to define _BSD_SOURCE and that might have other complications. Instead make sure struct iphdr is present on FreeBSD.
* freebsd: Make libgb compile on FreeBSDHolger Hans Peter Freyther2012-07-121-0/+36
| | | | | Include header files for recfrom/AF_INET and include a struct ip_hdr as it is not available on *BSD.
* libosmogb: move files to proper location and fix buildHarald Welte2012-06-171-0/+310