]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tcpip] Pass through network device to transport layer protocols
authorMichael Brown <mcb30@ipxe.org>
Sun, 1 Sep 2013 19:55:18 +0000 (20:55 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 3 Sep 2013 01:02:58 +0000 (02:02 +0100)
commit6bf36f57a0f7a22ffa85ae4995933077df62e309
tree46822c3bbedc5fea9c395daf313fd83803131f81
parent8a2dc7a58807bd3106cb4aed83623ed39f9b328f
[tcpip] Pass through network device to transport layer protocols

NDP requires knowledge of the network device on which a packet was
received.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/tcpip.h
src/net/icmp.c
src/net/icmpv6.c
src/net/ipv4.c
src/net/ipv6.c
src/net/tcp.c
src/net/tcpip.c
src/net/udp.c