Home
last modified time | relevance | path

Searched refs:uh_dport (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/libsrc/
H A Dip6flowid.cc38 assign(IP6Address(ip6h->ip6_src), udph->uh_sport, IP6Address(ip6h->ip6_dst), udph->uh_dport); in IP6FlowID()
40 assign(IP6Address(ip6h->ip6_dst), udph->uh_dport, IP6Address(ip6h->ip6_src), udph->uh_sport); in IP6FlowID()
46 iph->ip_dst, udph->uh_dport); in IP6FlowID()
48 assign(iph->ip_dst, udph->uh_dport, in IP6FlowID()
59 assign(IP6Address(ip6h->ip6_src), udph->uh_sport, IP6Address(ip6h->ip6_dst), udph->uh_dport); in IP6FlowID()
61 assign(IP6Address(ip6h->ip6_dst), udph->uh_dport, IP6Address(ip6h->ip6_src), udph->uh_sport); in IP6FlowID()
72 iph->ip_dst, udph->uh_dport); in IP6FlowID()
74 assign(iph->ip_dst, udph->uh_dport, in IP6FlowID()
H A Dipflowid.cc38 iph->ip_dst.s_addr, udph->uh_dport); in IPFlowID()
40 assign(iph->ip_dst.s_addr, udph->uh_dport, in IPFlowID()
51 iph->ip_dst.s_addr, udph->uh_dport); in IPFlowID()
53 assign(iph->ip_dst.s_addr, udph->uh_dport, in IPFlowID()
/dports/security/snort3/snort3-3.1.19.0/src/protocols/
H A Dudp.h34 uint16_t uh_dport; member
43 { return ntohs(uh_dport); } in dst_port()
56 { return uh_dport; } in raw_dst_port()
/dports/net/nast/nast-0.2.0/
H A Dudp.c43 service = getservbyport(htons(ntohs(udp->uh_dport)), "udp"); in handle_UDP()
45 …n_print("princ",line_s,33,lg,"%s:%d(%s)\n", inet_ntoa(ip->ip_dst), ntohs(udp->uh_dport), (service)… in handle_UDP()
78 service = getservbyport(htons(ntohs(udp->uh_dport)), "udp"); in handle_UDP()
79 …fprintf(ldd, "%s:%d(%s) UDP\n", inet_ntoa(ip->ip_dst), ntohs(udp->uh_dport), (service) ? service->… in handle_UDP()
/dports/net/tcptrace/tcptrace-508f73a/
H A Dudp.c110 pip, ntohs(pudp->uh_sport), ntohs(pudp->uh_dport)); in NewUTP()
158 ntohs(pudp->uh_sport), ntohs(pudp->uh_dport)); in FindUTP()
245 u_short uh_dport; /* destination port */ in udpdotrace() local
261 uh_dport = ntohs(pudp->uh_dport); in udpdotrace()
301 uh_sport, uh_dport); in udpdotrace()
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libsa/
H A Dudp.c90 uh->uh_dport = d->destport; in sendudp()
116 if (uh->uh_dport != d->myport) { in readudp()
120 d->myport, ntohs(uh->uh_dport)); in readudp()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-udp.c604 proto_tree *udp_tree, int uh_sport, int uh_dport, int uh_ulen) in decode_udp_ports() argument
657 handle_export_pdu_conversation(pinfo, next_tvb, uh_dport, uh_sport); in decode_udp_ports()
692 if (uh_sport > uh_dport) { in decode_udp_ports()
693 low_port = uh_dport; in decode_udp_ports()
697 high_port = uh_dport; in decode_udp_ports()
996 udph->uh_dport = tvb_get_ntohs(tvb, offset + 2); in dissect()
1002 col_append_ports(pinfo->cinfo, COL_INFO, PT_UDP, udph->uh_sport, udph->uh_dport); in dissect()
1034 if ((udph->uh_dport > (32768 + 666)) && (udph->uh_dport <= (32768 + 666 + 30))) { in dissect()
1036 ((udph->uh_dport - 32768 - 666 - 1) / 3) + 1, in dissect()
1037 ((udph->uh_dport - 32768 - 666 - 1) % 3) + 1); in dissect()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-udp.c604 proto_tree *udp_tree, int uh_sport, int uh_dport, int uh_ulen) in decode_udp_ports() argument
657 handle_export_pdu_conversation(pinfo, next_tvb, uh_dport, uh_sport); in decode_udp_ports()
692 if (uh_sport > uh_dport) { in decode_udp_ports()
693 low_port = uh_dport; in decode_udp_ports()
697 high_port = uh_dport; in decode_udp_ports()
996 udph->uh_dport = tvb_get_ntohs(tvb, offset + 2); in dissect()
1002 col_append_ports(pinfo->cinfo, COL_INFO, PT_UDP, udph->uh_sport, udph->uh_dport); in dissect()
1034 if ((udph->uh_dport > (32768 + 666)) && (udph->uh_dport <= (32768 + 666 + 30))) { in dissect()
1036 ((udph->uh_dport - 32768 - 666 - 1) / 3) + 1, in dissect()
1037 ((udph->uh_dport - 32768 - 666 - 1) % 3) + 1); in dissect()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-udp.c604 proto_tree *udp_tree, int uh_sport, int uh_dport, int uh_ulen) in decode_udp_ports() argument
657 handle_export_pdu_conversation(pinfo, next_tvb, uh_dport, uh_sport); in decode_udp_ports()
692 if (uh_sport > uh_dport) { in decode_udp_ports()
693 low_port = uh_dport; in decode_udp_ports()
697 high_port = uh_dport; in decode_udp_ports()
996 udph->uh_dport = tvb_get_ntohs(tvb, offset + 2); in dissect()
1002 col_append_ports(pinfo->cinfo, COL_INFO, PT_UDP, udph->uh_sport, udph->uh_dport); in dissect()
1034 if ((udph->uh_dport > (32768 + 666)) && (udph->uh_dport <= (32768 + 666 + 30))) { in dissect()
1036 ((udph->uh_dport - 32768 - 666 - 1) / 3) + 1, in dissect()
1037 ((udph->uh_dport - 32768 - 666 - 1) % 3) + 1); in dissect()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-udp.c604 proto_tree *udp_tree, int uh_sport, int uh_dport, int uh_ulen) in decode_udp_ports() argument
657 handle_export_pdu_conversation(pinfo, next_tvb, uh_dport, uh_sport); in decode_udp_ports()
692 if (uh_sport > uh_dport) { in decode_udp_ports()
693 low_port = uh_dport; in decode_udp_ports()
697 high_port = uh_dport; in decode_udp_ports()
996 udph->uh_dport = tvb_get_ntohs(tvb, offset + 2); in dissect()
1002 col_append_ports(pinfo->cinfo, COL_INFO, PT_UDP, udph->uh_sport, udph->uh_dport); in dissect()
1034 if ((udph->uh_dport > (32768 + 666)) && (udph->uh_dport <= (32768 + 666 + 30))) { in dissect()
1036 ((udph->uh_dport - 32768 - 666 - 1) / 3) + 1, in dissect()
1037 ((udph->uh_dport - 32768 - 666 - 1) % 3) + 1); in dissect()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/system/include/libc/netinet/
H A Dudp.h13 #define uh_dport dest macro
20 uint16_t uh_dport; member
/dports/emulators/qemu-utils/qemu-4.2.1/slirp/src/
H A Dudp6.c65 if (ntohs(uh->uh_dport) == DHCPV6_SERVER_PORT && in udp6_input()
77 if (ntohs(uh->uh_dport) == TFTP_SERVER && in udp6_input()
107 so->so_fport6 = uh->uh_dport; /* XXX */ in udp6_input()
164 uh->uh_dport = daddr->sin6_port; in udp6_output()
/dports/emulators/qemu5/qemu-5.2.0/slirp/src/
H A Dudp6.c65 if (ntohs(uh->uh_dport) == DHCPV6_SERVER_PORT && in udp6_input()
77 if (ntohs(uh->uh_dport) == TFTP_SERVER && in udp6_input()
107 so->so_fport6 = uh->uh_dport; /* XXX */ in udp6_input()
164 uh->uh_dport = daddr->sin6_port; in udp6_output()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/slirp/src/
H A Dudp6.c65 if (ntohs(uh->uh_dport) == DHCPV6_SERVER_PORT && in udp6_input()
77 if (ntohs(uh->uh_dport) == TFTP_SERVER && in udp6_input()
107 so->so_fport6 = uh->uh_dport; /* XXX */ in udp6_input()
164 uh->uh_dport = daddr->sin6_port; in udp6_output()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/slirp/
H A Dudp6.c66 if (ntohs(uh->uh_dport) == DHCPV6_SERVER_PORT && in udp6_input()
78 if (ntohs(uh->uh_dport) == TFTP_SERVER && in udp6_input()
112 so->so_fport6 = uh->uh_dport; /* XXX */ in udp6_input()
169 uh->uh_dport = daddr->sin6_port; in udp6_output()
/dports/emulators/qemu42/qemu-4.2.1/slirp/src/
H A Dudp6.c65 if (ntohs(uh->uh_dport) == DHCPV6_SERVER_PORT && in udp6_input()
77 if (ntohs(uh->uh_dport) == TFTP_SERVER && in udp6_input()
107 so->so_fport6 = uh->uh_dport; /* XXX */ in udp6_input()
164 uh->uh_dport = daddr->sin6_port; in udp6_output()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/slirp/src/
H A Dudp6.c65 if (ntohs(uh->uh_dport) == DHCPV6_SERVER_PORT && in udp6_input()
77 if (ntohs(uh->uh_dport) == TFTP_SERVER && in udp6_input()
107 so->so_fport6 = uh->uh_dport; /* XXX */ in udp6_input()
164 uh->uh_dport = daddr->sin6_port; in udp6_output()
/dports/emulators/qemu60/qemu-6.0.0/slirp/src/
H A Dudp6.c65 if (ntohs(uh->uh_dport) == DHCPV6_SERVER_PORT && in udp6_input()
77 if (ntohs(uh->uh_dport) == TFTP_SERVER && in udp6_input()
107 so->so_fport6 = uh->uh_dport; /* XXX */ in udp6_input()
164 uh->uh_dport = daddr->sin6_port; in udp6_output()
/dports/security/nmap/nmap-7.91/libdnet-stripped/include/dnet/
H A Dudp.h18 uint16_t uh_dport; /* destination port */ member
28 udp_pack_p->uh_dport = htons(dport); \
/dports/security/snort/snort-2.9.18/src/win32/WIN32-Includes/libdnet/dnet/
H A Dudp.h18 uint16_t uh_dport; /* destination port */ member
28 udp_pack_p->uh_dport = htons(dport); \
/dports/net/py-libdnet/libdnet-1.13/include/dnet/
H A Dudp.h18 uint16_t uh_dport; /* destination port */ member
28 udp_pack_p->uh_dport = htons(dport); \
/dports/net/libdnet/libdnet-1.13/include/dnet/
H A Dudp.h18 uint16_t uh_dport; /* destination port */ member
28 udp_pack_p->uh_dport = htons(dport); \
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/include/netinet/
H A Dudp.h13 #define uh_dport dest macro
20 uint16_t uh_dport; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/wasm-wasi-musl/netinet/
H A Dudp.h13 #define uh_dport dest macro
20 uint16_t uh_dport; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/include/netinet/
H A Dudp.h13 #define uh_dport dest macro
20 uint16_t uh_dport; member

12345678910>>...19