projects
/
amt
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fix order of OEMparameters to enable BIOS SOL on newer AMT generations
[amt]
/
tcp.h
1
#include <netinet/in.h>
2
#include <arpa/inet.h>
3
#include <netdb.h>
4
5
extern
int
tcp_verbose
;
6
7
int
tcp_connect
(
struct
addrinfo
*
ai
,
8
char
*
addr
,
char
*
port
,
9
char
*
host
,
char
*
serv
);
10
11
int
tcp_listen
(
struct
addrinfo
*
ai
,
char
*
addr
,
char
*
port
);
Impressum
,
Datenschutz