Home
last modified time | relevance | path

Searched refs:dest_port (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/util/
H A Drss.c188 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 Depwget.conf2 dest_port = 80
/mOS-networking-stack/samples/epwget/
H A Depwget.c73 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 Depwget-mp.c72 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()