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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_support.c52 static int ksock = -1; variable
232 if (ksock == -1) {
233 ksock = socket(AF_INET, SOCK_DGRAM, 0);
234 if (ksock == -1) {
257 i_rc = ioctl(ksock, I_STR, (caddr_t)&ioc);

Completed in 142 milliseconds