X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/6b1075b65c4239e97629f3a891f49f5ae9ef3d4b..73834922ffa1b7d4f36393cdfe228e3f1825ed18:/arp.c diff --git a/arp.c b/arp.c index 3dd6e96..55c8777 100644 --- a/arp.c +++ b/arp.c @@ -1,6 +1,6 @@ // L2TPNS: arp -char const *cvs_id_arp = "$Id: arp.c,v 1.5 2004/12/16 08:49:52 bodea Exp $"; +char const *cvs_id_arp = "$Id: arp.c,v 1.6 2005/01/07 07:14:14 bodea Exp $"; #include #include @@ -29,7 +29,7 @@ void sendarp(int ifr_idx, const unsigned char* mac, in_addr_t ip) struct sockaddr_ll sll; struct arp_buf buf; - CSTAT(call_sendarp); + CSTAT(sendarp); STAT(arp_sent); /* Ethernet */