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

/xsrc/external/mit/xhost/dist/
H A Dxhost.c438 XServerInterpretedAddress siaddr; local in function:change_host
448 siaddr.type = name;
449 siaddr.typelength = cp - name;
450 siaddr.value = ++cp;
451 siaddr.valuelength = strlen(cp);
453 ha.address = (char *) &siaddr;

Completed in 3 milliseconds