Searched refs:SIOCSNDFLUSH_IN6 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/netinet6/
H A Din6_var.h457 #define SIOCSNDFLUSH_IN6 _IOWR('i', 77, struct in6_ifreq) macro
H A Din6.c289 case SIOCSNDFLUSH_IN6:
377 case SIOCSNDFLUSH_IN6:
H A Dnd6.c1756 case SIOCSNDFLUSH_IN6: /* XXX: the ioctl name is confusing... */
/freebsd-13-stable/usr.sbin/ndp/
H A Dndp.c1258 if (ioctl(sock, SIOCSNDFLUSH_IN6, (caddr_t)&dummyif) < 0)
1259 err(1, "ioctl(SIOCSNDFLUSH_IN6)");

Completed in 116 milliseconds