Searched refs:nwamd_script_time (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dobjects.h57 struct timeval nwamd_script_time; member in struct:nwamd_object
H A Denm.c224 object->nwamd_script_time = now;
247 if (object->nwamd_script_time.tv_sec != now.tv_sec ||
248 object->nwamd_script_time.tv_usec != now.tv_usec) {
255 (void) gettimeofday(&object->nwamd_script_time, NULL);
769 (void) gettimeofday(&object->nwamd_script_time, NULL);

Completed in 456 milliseconds