Searched refs:prot (Results 1 – 3 of 3) sorted by relevance
| /iperf/src/ |
| H A D | net.h | 34 int Nread(int fd, char *buf, size_t count, int prot); 35 int Nwrite(int fd, const char *buf, size_t count, int prot) /* __attribute__((hot)) */;
|
| H A D | net.c | 371 Nread(int fd, char *buf, size_t count, int prot) in Nread() argument 398 Nwrite(int fd, const char *buf, size_t count, int prot) in Nwrite() argument
|
| H A D | iperf_api.c | 799 struct protocol *prot; in get_protocol() local 801 SLIST_FOREACH(prot, &test->protocols, protocols) { in get_protocol() 802 if (prot->id == prot_id) in get_protocol() 806 if (prot == NULL) in get_protocol() 809 return prot; in get_protocol() 815 struct protocol *prot = NULL; in set_protocol() local 818 if (prot->id == prot_id) { in set_protocol() 819 test->protocol = prot; in set_protocol() 2875 struct protocol *prot; in iperf_free_test() local 2949 prot = SLIST_FIRST(&test->protocols); in iperf_free_test() [all …]
|