They aren't used outside udp.c
Signed-off-by: Stephan Gatzka <[email protected]>
---
udp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/udp.c b/udp.c
index be7f2b7..9628291 100644
--- a/udp.c
+++ b/udp.c
@@ -238,7 +238,7 @@ static void udp_release(struct transport *t)
free(udp);
}
-int udp_physical_addr(struct transport *t, uint8_t *addr)
+static int udp_physical_addr(struct transport *t, uint8_t *addr)
{
struct udp *udp = container_of(t, struct udp, t);
if (udp->mac_len)
@@ -246,7 +246,7 @@ int udp_physical_addr(struct transport *t, uint8_t *addr)
return udp->mac_len;
}
-int udp_protocol_addr(struct transport *t, uint8_t *addr)
+static int udp_protocol_addr(struct transport *t, uint8_t *addr)
{
struct udp *udp = container_of(t, struct udp, t);
if (udp->ip_len)
--
1.8.5.4
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Linuxptp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel