Lines Matching refs:SOCK_DGRAM
1485 struct sockaddr_in dgram_dst; /* contains inet host and port destination iff connectionless (SOCK_DGRAM) */
1607 fd = socket(PF_INET, SOCK_DGRAM, 0);
1609 perror("socket(PF_INET, SOCK_DGRAM)");
1759 case SOCK_DGRAM:
1765 fprintf(stderr, "qemu: warning: socket type=%d for fd=%d is not SOCK_DGRAM or SOCK_STREAM\n", so_type, fd);