View | Details | Raw Unified | Return to bug 277063
Collapse All | Expand All

(-)b/usr.sbin/arp/arp.c (-2 lines)
Lines 393-399 set(int argc, char **argv) Link Here
393
#endif
393
#endif
394
}
394
}
395
395
396
#ifdef WITHOUT_NETLINK
397
static int
396
static int
398
set_rtsock(struct sockaddr_in *dst, struct sockaddr_dl *sdl_m, char *host)
397
set_rtsock(struct sockaddr_in *dst, struct sockaddr_dl *sdl_m, char *host)
399
{
398
{
Lines 427-433 set_rtsock(struct sockaddr_in *dst, struct sockaddr_dl *sdl_m, char *host) Link Here
427
	sdl_m->sdl_index = sdl->sdl_index;
426
	sdl_m->sdl_index = sdl->sdl_index;
428
	return (rtmsg(RTM_ADD, dst, sdl_m) == NULL);
427
	return (rtmsg(RTM_ADD, dst, sdl_m) == NULL);
429
}
428
}
430
#endif
431
429
432
/*
430
/*
433
 * Display an individual arp entry
431
 * Display an individual arp entry

Return to bug 277063