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/net/udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/udp.c') diff --git a/src/net/udp.c b/src/net/udp.c index 537bd13d2..1f6a899d3 100644 --- a/src/net/udp.c +++ b/src/net/udp.c @@ -151,7 +151,7 @@ int udp_sendto ( struct udp_connection *conn, struct sockaddr *peer, udp_dump ( udphdr ); /* Send it to the next layer for processing */ - return trans_tx ( conn->tx_pkb, &udp_protocol, peer ); + return tcpip_tx ( conn->tx_pkb, &udp_protocol, peer ); } /** -- cgit v1.2.3-55-g7522