http://git.etherboot.org
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Put the TCP connection periodic processing in tcp.c, where it belongs.
[gpxe.git]
/
src
/
include
/
gpxe
/
ip.h
1
#ifndef _GPXE_IP_H
2
#define _GPXE_IP_H
3
4
/** @file
5
*
6
* IP protocol
7
*
8
*/
9
10
struct net_protocol;
11
12
extern struct net_protocol ipv4_protocol;
13
14
#endif /* _GPXE_IP_H */