Home
last modified time | relevance | path

Searched refs:udpinfo (Results 1 – 25 of 26) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dxt_tcpudp.c133 const struct xt_udp *udpinfo = par->matchinfo; in udp_mt() local
148 return port_match(udpinfo->spts[0], udpinfo->spts[1], in udp_mt()
150 !!(udpinfo->invflags & XT_UDP_INV_SRCPT)) in udp_mt()
151 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_mt()
153 !!(udpinfo->invflags & XT_UDP_INV_DSTPT)); in udp_mt()
158 const struct xt_udp *udpinfo = par->matchinfo; in udp_mt_check() local
161 return (udpinfo->invflags & ~XT_UDP_INV_MASK) ? -EINVAL : 0; in udp_mt_check()
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dxt_tcpudp.c133 const struct xt_udp *udpinfo = par->matchinfo; in udp_mt() local
148 return port_match(udpinfo->spts[0], udpinfo->spts[1], in udp_mt()
150 !!(udpinfo->invflags & XT_UDP_INV_SRCPT)) in udp_mt()
151 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_mt()
153 !!(udpinfo->invflags & XT_UDP_INV_DSTPT)); in udp_mt()
158 const struct xt_udp *udpinfo = par->matchinfo; in udp_mt_check() local
161 return (udpinfo->invflags & ~XT_UDP_INV_MASK) ? -EINVAL : 0; in udp_mt_check()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dxt_tcpudp.c133 const struct xt_udp *udpinfo = par->matchinfo; in udp_mt() local
148 return port_match(udpinfo->spts[0], udpinfo->spts[1], in udp_mt()
150 !!(udpinfo->invflags & XT_UDP_INV_SRCPT)) in udp_mt()
151 && port_match(udpinfo->dpts[0], udpinfo->dpts[1], in udp_mt()
153 !!(udpinfo->invflags & XT_UDP_INV_DSTPT)); in udp_mt()
158 const struct xt_udp *udpinfo = par->matchinfo; in udp_mt_check() local
161 return (udpinfo->invflags & ~XT_UDP_INV_MASK) ? -EINVAL : 0; in udp_mt_check()
/dports/devel/php-ice37/ice-3.7.2/matlab/test/Ice/info/
H A DAllTests.m127 udpinfo = connection.getInfo(); variable
128 assert(~udpinfo.incoming);
129 assert(length(udpinfo.adapterName) == 0);
130 assert(udpinfo.localPort > 0);
131 assert(udpinfo.remotePort == endpointPort);
133 assert(strcmp(udpinfo.remoteAddress, defaultHost));
134 assert(strcmp(udpinfo.localAddress, defaultHost));
136 assert(udpinfo.rcvSize >= 2048);
137 assert(udpinfo.sndSize >= 1024);
/dports/devel/ice37/ice-3.7.2/matlab/test/Ice/info/
H A DAllTests.m127 udpinfo = connection.getInfo(); variable
128 assert(~udpinfo.incoming);
129 assert(length(udpinfo.adapterName) == 0);
130 assert(udpinfo.localPort > 0);
131 assert(udpinfo.remotePort == endpointPort);
133 assert(strcmp(udpinfo.remoteAddress, defaultHost));
134 assert(strcmp(udpinfo.localAddress, defaultHost));
136 assert(udpinfo.rcvSize >= 2048);
137 assert(udpinfo.sndSize >= 1024);
/dports/devel/py-ice37/ice-3.7.2/matlab/test/Ice/info/
H A DAllTests.m127 udpinfo = connection.getInfo(); variable
128 assert(~udpinfo.incoming);
129 assert(length(udpinfo.adapterName) == 0);
130 assert(udpinfo.localPort > 0);
131 assert(udpinfo.remotePort == endpointPort);
133 assert(strcmp(udpinfo.remoteAddress, defaultHost));
134 assert(strcmp(udpinfo.localAddress, defaultHost));
136 assert(udpinfo.rcvSize >= 2048);
137 assert(udpinfo.sndSize >= 1024);
/dports/devel/ice37/ice-3.7.2/cpp/test/Ice/info/
H A DAllTests.cpp271 …Ice::UDPConnectionInfoPtr udpinfo = ICE_DYNAMIC_CAST(Ice::UDPConnectionInfo, connection->getInfo()… in allTests() local
272 test(!udpinfo->incoming); in allTests()
273 test(udpinfo->adapterName.empty()); in allTests()
274 test(udpinfo->localPort > 0); in allTests()
275 test(udpinfo->remotePort == port); in allTests()
278 test(udpinfo->remoteAddress == defaultHost || inFreeBSDJail()); in allTests()
279 test(udpinfo->localAddress == defaultHost || inFreeBSDJail()); in allTests()
283 test(udpinfo->rcvSize >= 2048); in allTests()
284 test(udpinfo->sndSize >= 1024); in allTests()
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/info/
H A DAllTests.java234 Ice.UDPConnectionInfo udpinfo = (Ice.UDPConnectionInfo)connection.getInfo(); in allTests() local
235 test(!udpinfo.incoming); in allTests()
236 test(udpinfo.adapterName.length() == 0); in allTests()
237 test(udpinfo.localPort > 0); in allTests()
238 test(udpinfo.remotePort == endpointPort); in allTests()
241 test(udpinfo.remoteAddress.equals(defaultHost)); in allTests()
242 test(udpinfo.localAddress.equals(defaultHost)); in allTests()
244 test(udpinfo.rcvSize >= 2048); in allTests()
245 test(udpinfo.sndSize >= 1024); in allTests()
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Ice/info/
H A DAllTests.cpp271 …Ice::UDPConnectionInfoPtr udpinfo = ICE_DYNAMIC_CAST(Ice::UDPConnectionInfo, connection->getInfo()…
272 test(!udpinfo->incoming);
273 test(udpinfo->adapterName.empty());
274 test(udpinfo->localPort > 0);
275 test(udpinfo->remotePort == port);
278 test(udpinfo->remoteAddress == defaultHost || inFreeBSDJail());
279 test(udpinfo->localAddress == defaultHost || inFreeBSDJail());
283 test(udpinfo->rcvSize >= 2048);
284 test(udpinfo->sndSize >= 1024);
/dports/devel/ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/info/
H A DAllTests.java234 Ice.UDPConnectionInfo udpinfo = (Ice.UDPConnectionInfo)connection.getInfo(); in allTests() local
235 test(!udpinfo.incoming); in allTests()
236 test(udpinfo.adapterName.length() == 0); in allTests()
237 test(udpinfo.localPort > 0); in allTests()
238 test(udpinfo.remotePort == endpointPort); in allTests()
241 test(udpinfo.remoteAddress.equals(defaultHost)); in allTests()
242 test(udpinfo.localAddress.equals(defaultHost)); in allTests()
244 test(udpinfo.rcvSize >= 2048); in allTests()
245 test(udpinfo.sndSize >= 1024); in allTests()
/dports/devel/py-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/info/
H A DAllTests.java234 Ice.UDPConnectionInfo udpinfo = (Ice.UDPConnectionInfo)connection.getInfo(); in allTests() local
235 test(!udpinfo.incoming); in allTests()
236 test(udpinfo.adapterName.length() == 0); in allTests()
237 test(udpinfo.localPort > 0); in allTests()
238 test(udpinfo.remotePort == endpointPort); in allTests()
241 test(udpinfo.remoteAddress.equals(defaultHost)); in allTests()
242 test(udpinfo.localAddress.equals(defaultHost)); in allTests()
244 test(udpinfo.rcvSize >= 2048); in allTests()
245 test(udpinfo.sndSize >= 1024); in allTests()
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Ice/info/
H A DAllTests.cpp271 …Ice::UDPConnectionInfoPtr udpinfo = ICE_DYNAMIC_CAST(Ice::UDPConnectionInfo, connection->getInfo()… in allTests() local
272 test(!udpinfo->incoming); in allTests()
273 test(udpinfo->adapterName.empty()); in allTests()
274 test(udpinfo->localPort > 0); in allTests()
275 test(udpinfo->remotePort == port); in allTests()
278 test(udpinfo->remoteAddress == defaultHost || inFreeBSDJail()); in allTests()
279 test(udpinfo->localAddress == defaultHost || inFreeBSDJail()); in allTests()
283 test(udpinfo->rcvSize >= 2048); in allTests()
284 test(udpinfo->sndSize >= 1024); in allTests()
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/info/
H A DAllTests.java248 UDPConnectionInfo udpinfo = (UDPConnectionInfo)connection.getInfo(); in allTests() local
249 test(!udpinfo.incoming); in allTests()
250 test(udpinfo.adapterName.length() == 0); in allTests()
251 test(udpinfo.localPort > 0); in allTests()
252 test(udpinfo.remotePort == endpointPort); in allTests()
255 test(udpinfo.remoteAddress.equals(defaultHost)); in allTests()
256 test(udpinfo.localAddress.equals(defaultHost)); in allTests()
258 test(udpinfo.rcvSize >= 2048); in allTests()
259 test(udpinfo.sndSize >= 1024); in allTests()
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/info/
H A DAllTests.java248 UDPConnectionInfo udpinfo = (UDPConnectionInfo)connection.getInfo(); in allTests() local
249 test(!udpinfo.incoming); in allTests()
250 test(udpinfo.adapterName.length() == 0); in allTests()
251 test(udpinfo.localPort > 0); in allTests()
252 test(udpinfo.remotePort == endpointPort); in allTests()
255 test(udpinfo.remoteAddress.equals(defaultHost)); in allTests()
256 test(udpinfo.localAddress.equals(defaultHost)); in allTests()
258 test(udpinfo.rcvSize >= 2048); in allTests()
259 test(udpinfo.sndSize >= 1024); in allTests()
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/info/
H A DAllTests.java248 UDPConnectionInfo udpinfo = (UDPConnectionInfo)connection.getInfo(); in allTests() local
249 test(!udpinfo.incoming); in allTests()
250 test(udpinfo.adapterName.length() == 0); in allTests()
251 test(udpinfo.localPort > 0); in allTests()
252 test(udpinfo.remotePort == endpointPort); in allTests()
255 test(udpinfo.remoteAddress.equals(defaultHost)); in allTests()
256 test(udpinfo.localAddress.equals(defaultHost)); in allTests()
258 test(udpinfo.rcvSize >= 2048); in allTests()
259 test(udpinfo.sndSize >= 1024); in allTests()
/dports/devel/php-ice37/ice-3.7.2/objective-c/test/Ice/info/
H A DAllTests.m222 ICEUDPConnectionInfo* udpinfo = (ICEUDPConnectionInfo*)info;
223 test(!udpinfo.incoming);
224 test([udpinfo.adapterName isEqualToString:@""]);
225 test(udpinfo.localPort > 0);
226 test(udpinfo.remotePort == 12010);
229 test([udpinfo.remoteAddress isEqualToString:defaultHost]);
230 test([udpinfo.localAddress isEqualToString:defaultHost]);
232 test(udpinfo.rcvSize >= 2048);
233 test(udpinfo.sndSize >= 1024);
/dports/devel/ice37/ice-3.7.2/objective-c/test/Ice/info/
H A DAllTests.m222 ICEUDPConnectionInfo* udpinfo = (ICEUDPConnectionInfo*)info;
223 test(!udpinfo.incoming);
224 test([udpinfo.adapterName isEqualToString:@""]);
225 test(udpinfo.localPort > 0);
226 test(udpinfo.remotePort == 12010);
229 test([udpinfo.remoteAddress isEqualToString:defaultHost]);
230 test([udpinfo.localAddress isEqualToString:defaultHost]);
232 test(udpinfo.rcvSize >= 2048);
233 test(udpinfo.sndSize >= 1024);
/dports/devel/py-ice37/ice-3.7.2/objective-c/test/Ice/info/
H A DAllTests.m222 ICEUDPConnectionInfo* udpinfo = (ICEUDPConnectionInfo*)info;
223 test(!udpinfo.incoming);
224 test([udpinfo.adapterName isEqualToString:@""]);
225 test(udpinfo.localPort > 0);
226 test(udpinfo.remotePort == 12010);
229 test([udpinfo.remoteAddress isEqualToString:defaultHost]);
230 test([udpinfo.localAddress isEqualToString:defaultHost]);
232 test(udpinfo.rcvSize >= 2048);
233 test(udpinfo.sndSize >= 1024);
/dports/devel/php-ice37/ice-3.7.2/php/test/Ice/info/
H A DClient.php120 $udpinfo = $base->ice_datagram()->ice_getConnection()->getEndpoint()->getInfo();
121 test($udpinfo instanceof $udpEndpointInfoClass);
122 test($udpinfo->port == $testPort);
123 test($udpinfo->host == $defaultHost);
/dports/devel/ice37/ice-3.7.2/php/test/Ice/info/
H A DClient.php120 $udpinfo = $base->ice_datagram()->ice_getConnection()->getEndpoint()->getInfo();
121 test($udpinfo instanceof $udpEndpointInfoClass);
122 test($udpinfo->port == $testPort);
123 test($udpinfo->host == $defaultHost);
/dports/devel/py-ice37/ice-3.7.2/php/test/Ice/info/
H A DClient.php120 $udpinfo = $base->ice_datagram()->ice_getConnection()->getEndpoint()->getInfo();
121 test($udpinfo instanceof $udpEndpointInfoClass);
122 test($udpinfo->port == $testPort);
123 test($udpinfo->host == $defaultHost);
/dports/net/miniupnpd/miniupnpd-2.1.20200510/netfilter/
H A Diptcrdr.c968 struct ipt_udp * udpinfo; in get_udp_match() local
975 udpinfo = (struct ipt_udp *)match->data; in get_udp_match()
977 udpinfo->spts[0] = 0; /* all source ports */ in get_udp_match()
978 udpinfo->spts[1] = 0xFFFF; in get_udp_match()
981 udpinfo->spts[1] = sport; in get_udp_match()
985 udpinfo->dpts[1] = 0xFFFF; in get_udp_match()
988 udpinfo->dpts[1] = dport; in get_udp_match()
2005 struct ipt_udp * udpinfo; in print_match() local
2006 udpinfo = (struct ipt_udp *)match->data; in print_match()
2008 udpinfo->spts[0], udpinfo->spts[1], in print_match()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/netfilter/
H A Diptcrdr.c1012 struct ipt_udp * udpinfo; in get_udp_match() local
1019 udpinfo = (struct ipt_udp *)match->data; in get_udp_match()
1021 udpinfo->spts[0] = 0; /* all source ports */ in get_udp_match()
1022 udpinfo->spts[1] = 0xFFFF; in get_udp_match()
1025 udpinfo->spts[1] = sport; in get_udp_match()
1029 udpinfo->dpts[1] = 0xFFFF; in get_udp_match()
1032 udpinfo->dpts[1] = dport; in get_udp_match()
2053 struct ipt_udp * udpinfo; in print_match() local
2054 udpinfo = (struct ipt_udp *)match->data; in print_match()
2056 udpinfo->spts[0], udpinfo->spts[1], in print_match()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpd/netfilter/
H A Diptcrdr.c1012 struct ipt_udp * udpinfo; in get_udp_match() local
1019 udpinfo = (struct ipt_udp *)match->data; in get_udp_match()
1021 udpinfo->spts[0] = 0; /* all source ports */ in get_udp_match()
1022 udpinfo->spts[1] = 0xFFFF; in get_udp_match()
1025 udpinfo->spts[1] = sport; in get_udp_match()
1029 udpinfo->dpts[1] = 0xFFFF; in get_udp_match()
1032 udpinfo->dpts[1] = dport; in get_udp_match()
2053 struct ipt_udp * udpinfo; in print_match() local
2054 udpinfo = (struct ipt_udp *)match->data; in print_match()
2056 udpinfo->spts[0], udpinfo->spts[1], in print_match()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/netfilter/
H A Diptcrdr.c1012 struct ipt_udp * udpinfo; in get_udp_match() local
1019 udpinfo = (struct ipt_udp *)match->data; in get_udp_match()
1021 udpinfo->spts[0] = 0; /* all source ports */ in get_udp_match()
1022 udpinfo->spts[1] = 0xFFFF; in get_udp_match()
1025 udpinfo->spts[1] = sport; in get_udp_match()
1029 udpinfo->dpts[1] = 0xFFFF; in get_udp_match()
1032 udpinfo->dpts[1] = dport; in get_udp_match()
2053 struct ipt_udp * udpinfo; in print_match() local
2054 udpinfo = (struct ipt_udp *)match->data; in print_match()
2056 udpinfo->spts[0], udpinfo->spts[1], in print_match()
[all …]

12