Signed-off-by: anlan_cs <vic.lan@pica8.com>
return ifp->flags & IFF_BROADCAST;
}
-/* Does this interface support broadcast ? */
+/* Does this interface support pointopoint ? */
int if_is_pointopoint(const struct interface *ifp)
{
return ifp->flags & IFF_POINTOPOINT;
return u.r;
}
-/* Copy to source to stream.
+/* Copy from source to stream.
*
* XXX: This uses CHECK_SIZE and hence has funny semantics -> Size will wrap
* around. This should be fixed once the stream updates are working.