projects
/
record-dvb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
implement (probably working) multicast
[record-dvb]
/
common.h
1
struct
dvb_host
{
2
char
*
hostname
;
3
char
*
port
;
4
char
*
location
;
5
int
socktype
;
6
};
7
8
struct
dvb_host
*
parse
(
char
*
urlpart
,
char
*
defport
);
9
int
resolve
(
struct
dvb_host
*
dvbhost
,
struct
sockaddr_in
*
server
);
Impressum
,
Datenschutz