On Tue, Apr 13, 2004 at 01:47:20AM -0700, Luigi Rizzo wrote:
> The ROUNDUP macro, used to account for the space occupied by a sockaddr
> when passed through a routing socket, is defined in a zillion places:
>
> src/usr.sbin/IPXrouted/startup.c:#define ROUNDUP(a) \
> src/usr.sbin/arp/arp.c:#defi
On Tue, Apr 13, 2004 at 01:47:20AM -0700, Luigi Rizzo wrote:
> The ROUNDUP macro, used to account for the space occupied by a sockaddr
> when passed through a routing socket, is defined in a zillion places:
>
> src/usr.sbin/IPXrouted/startup.c:#define ROUNDUP(a) \
> src/usr.sbin/arp/arp.c:#defi
The ROUNDUP macro, used to account for the space occupied by a sockaddr
when passed through a routing socket, is defined in a zillion places:
src/usr.sbin/IPXrouted/startup.c:#define ROUNDUP(a) \
src/usr.sbin/arp/arp.c:#define ROUNDUP(a) \
src/usr.sbin/ndp/ndp.c:#define ROUNDUP(a) \
src/usr.sbi