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

/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c85 static int ipmgmt_door_fd = -1; variable
183 if ((ipmgmt_door_fd = door_create(ipmgmt_handler, NULL,
194 if (fattach(ipmgmt_door_fd, IPMGMT_DOOR) != 0) {
202 (void) door_revoke(ipmgmt_door_fd);
203 ipmgmt_door_fd = -1;
210 if (ipmgmt_door_fd == -1)
214 if (door_revoke(ipmgmt_door_fd) == -1) {

Completed in 44 milliseconds