From 1ebb68e49a4330107fa3dd16bab0f418df89f082 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 1 Aug 2006 14:22:04 +0000 Subject: Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to the TCP/IP protocol suite (rather than being general transport-layer functions). --- src/include/gpxe/tcpip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/gpxe/tcpip.h b/src/include/gpxe/tcpip.h index df6354175..215bcd245 100644 --- a/src/include/gpxe/tcpip.h +++ b/src/include/gpxe/tcpip.h @@ -77,10 +77,10 @@ struct tcpip_net_protocol { #define TCPIP_NET_PROTOCOL( protocol ) \ struct tcpip_net_protocol protocol __table ( tcpip_net_protocols, 01 ) -extern void trans_rx ( struct pk_buff *pkb, uint8_t trans_proto, +extern void tcpip_rx ( struct pk_buff *pkb, uint8_t trans_proto, struct in_addr *src, struct in_addr *dest ); -extern int trans_tx ( struct pk_buff *pkb, struct tcpip_protocol *tcpip, +extern int tcpip_tx ( struct pk_buff *pkb, struct tcpip_protocol *tcpip, struct sockaddr *dest ); extern unsigned int tcpip_continue_chksum ( unsigned int partial, -- cgit v1.2.3-55-g7522