Searched refs:socksize (Results 1 – 3 of 3) sorted by relevance
72 unsigned socksize, ifasize; local104 socksize = masklen + ifp->if_addrlen;106 socksize = ROUNDUP(socksize);107 if (socksize < sizeof(*sdl))108 socksize = sizeof(*sdl);109 ifasize = sizeof(*ifa) + 2 * socksize;113 sdl->sdl_len = socksize;126 sdl = (struct sockaddr_dl *)(socksize + (caddr_t)sdl);
93 int socksize; in getrequests() local129 socksize = opendaemonsocket(TRUE); in getrequests()216 lotherend = socksize; in getrequests()327 int socksize = 0; local381 socksize = sizeof DaemonAddr.sin;387 socksize = sizeof DaemonAddr.siso;392 socksize = sizeof DaemonAddr;396 if (bind(DaemonSocket, &DaemonAddr.sa, socksize) < 0)411 return socksize;
295 int socksize = sizeof CurHostAddr; local298 (struct sockaddr *) &CurHostAddr, &socksize);