Searched refs:ndp_host_enumerate (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | ndp.c | 84 static int ndp_host_enumerate(char *, ndp_addr_f *, void *); 574 ndp_host_enumerate(char *host, ndp_addr_f *addr_func, void *data) in ndp_host_enumerate() function 910 return (ndp_host_enumerate(host, ndp_set, &nd_attrs)); in ndp_set_nce() 1077 err = ndp_host_enumerate(argv[optind], ndp_get, NULL); in main() 1100 err = ndp_host_enumerate(flagarg, ndp_delete, NULL); in main()
|