Searched refs:dest_port (Results 1 – 4 of 4) sorted by relevance
| /mOS-networking-stack/util/ |
| H A D | rss.c | 188 in_port_t dest_port[] = {1766, 4739, 38024, 2217, 1303}; in VerifyRSSHash() local 217 lport = dest_port[i]; in VerifyRSSHash() 220 src[i], dest[i], src_port[i], dest_port[i], in VerifyRSSHash() 232 CheckRSSHash(int cnt, const char* src_ip, const char* dest_ip, int32_t src_port, int32_t dest_port) in CheckRSSHash() argument 269 if (dest_port > 0) { in CheckRSSHash() 270 dport = htons(dest_port); in CheckRSSHash()
|
| /mOS-networking-stack/samples/epwget/config/ |
| H A D | epwget.conf | 2 dest_port = 80
|
| /mOS-networking-stack/samples/epwget/ |
| H A D | epwget.c | 73 static uint16_t dest_port; variable 548 dest_port = atoi(g_conf[4].value); in GlbInitWget() 568 dport = (dest_port == 0) ? htons(PORT_NUM) : htons(dest_port); in GlbInitWget()
|
| H A D | epwget-mp.c | 72 static uint16_t dest_port; variable 546 dest_port = atoi(g_conf[4].value); in GlbInitWget() 566 dport = (dest_port == 0) ? htons(PORT_NUM) : htons(dest_port); in GlbInitWget()
|