Home | History | Annotate | Download | only in libxml2

Lines Matching defs:ad

1371     unsigned char ad[6], *adp, *portp;
1458 for (i=0; i<6; i++) ad[i] = (unsigned char) (temp[i] & 0xff);
1459 memcpy (&((struct sockaddr_in *)&dataAddr)->sin_addr, &ad[0], 4);
1460 memcpy (&((struct sockaddr_in *)&dataAddr)->sin_port, &ad[4], 2);