summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2004-04-25 14:06:23 +0000
committerluigi <luigi@FreeBSD.org>2004-04-25 14:06:23 +0000
commit93066eb95b01404e4a8a63bce93753350fa36ec3 (patch)
treec730c9f873e20aa7b57b4411dc93da843d14c294 /sys/netinet/if_ether.c
parent131ad9c3518ea122cb095c7df6dd7717519e7d28 (diff)
downloadFreeBSD-src-93066eb95b01404e4a8a63bce93753350fa36ec3.zip
FreeBSD-src-93066eb95b01404e4a8a63bce93753350fa36ec3.tar.gz
remove a stale comment on the behaviour of arpresolve
Diffstat (limited to 'sys/netinet/if_ether.c')
-rw-r--r--sys/netinet/if_ether.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c
index 900051d..0ec96d3 100644
--- a/sys/netinet/if_ether.c
+++ b/sys/netinet/if_ether.c
@@ -328,16 +328,6 @@ arprequest(ifp, sip, tip, enaddr)
}
/*
- * Resolve an IP address into an ethernet address. If success,
- * desten is filled in. If there is no entry in arptab,
- * set one up and broadcast a request for the IP address.
- * Hold onto this mbuf and resend it once the address
- * is finally resolved. A return value of 1 indicates
- * that desten has been filled in and the packet should be sent
- * normally; a 0 return indicates that the packet has been
- * taken over here, either now or for later transmission.
- *
- * NEW COMMENT
* Resolve an IP address into an ethernet address.
* On input:
* ifp is the interface we use
OpenPOWER on IntegriCloud