Searched defs:ndp_host_enumerate (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c84 static int ndp_host_enumerate(char *, ndp_addr_f *, void *);
574 ndp_host_enumerate(char *host, ndp_addr_f *addr_func, void *data) function
910 return (ndp_host_enumerate(host, ndp_set, &nd_attrs));
1077 err = ndp_host_enumerate(argv[optind], ndp_get, NULL);
1100 err = ndp_host_enumerate(flagarg, ndp_delete, NULL);

Completed in 62 milliseconds