Home | History | Annotate | Download | only in libclang

Lines Matching refs:AF_INET

792       servaddr.sin_family = AF_INET;
794 if (inet_pton(AF_INET, UDP_CODE_COMPLETION_LOGGER,
798 int sockfd = socket(AF_INET, SOCK_DGRAM, 0);