Searched refs:portno (Results 1 – 5 of 5) sorted by relevance
/external/honggfuzz/libhfnetdriver/ |
D | netdriver.c | 154 int netDriver_sockConnLoopback(sa_family_t sa_family, uint16_t portno) { in netDriver_sockConnLoopback() argument 155 if (portno < 1) { in netDriver_sockConnLoopback() 156 LOG_F("Specified TCP port (%d) cannot be < 1", portno); in netDriver_sockConnLoopback() 163 .sin_port = htons(portno), in netDriver_sockConnLoopback() 173 .sin6_port = htons(portno), in netDriver_sockConnLoopback() 235 static void netDriver_waitForServerReady(uint16_t portno) { in netDriver_waitForServerReady() argument 238 fd = netDriver_sockConnLoopback(AF_INET, portno); in netDriver_waitForServerReady() 244 fd = netDriver_sockConnLoopback(AF_INET6, portno); in netDriver_waitForServerReady() 254 (int)getpid(), portno, portno); in netDriver_waitForServerReady()
|
/external/honggfuzz/socketfuzzer/ |
D | vulnserver_cov.c | 85 int sockfd, newsockfd, portno, clilen; in main() local 91 portno = atoi(argv[1]); in main() 93 portno = 5001; in main() 109 serv_addr.sin_port = htons(portno); in main() 111 printf("Listening on port: %i\n", portno); in main()
|
/external/u-boot/drivers/ata/ |
D | sata_sil3114.c | 710 int sata_bus_probe (int portno) in sata_bus_probe() argument 714 switch (portno) { in sata_bus_probe() 738 int sata_phy_reset (int portno) in sata_phy_reset() argument 742 switch (portno) { in sata_phy_reset()
|
/external/dnsmasq/src/ |
D | option.c | 1290 char *portno, *source; in one_opt() local 1293 (portno = split_chr(source, '#')) && !atoi_check16(portno, &source_port)) in one_opt() 1296 if ((portno = split_chr(arg, '#')) && /* is there a port no. */ in one_opt() 1297 !atoi_check16(portno, &serv_port)) in one_opt()
|
/external/curl/tests/ |
D | runtests.pl | 5276 my $portno=$1; 5277 if($portno =~ s/(\d+)$//) {
|