Home
last modified time | relevance | path

Searched refs:ndp_noresolve (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c100 static boolean_t ndp_noresolve = B_FALSE; /* Don't lookup addresses */ variable
673 gni_flags = ndp_noresolve ? NI_NUMERICHOST : 0; in ndp_display()
712 int flags = ndp_noresolve ? NI_NUMERICHOST : 0; in ndp_display_missing()
771 (ndp_noresolve ? "-np" : "-p"), in ndp_get_all()
1001 ndp_noresolve = B_TRUE; in main()