Home
last modified time | relevance | path

Searched refs:destinfo (Results 1 – 15 of 15) sorted by relevance

/dports/ftp/uftp/uftp-5.0/
H A Dproxy_downstream.c79 dest = &group->destinfo[hostidx]; in calculate_v4_client_keys()
117 dest = &group->destinfo[hostidx]; in build_ds_client_key_sig()
138 dest = &group->destinfo[hostidx]; in verify_client_key()
198 dest = &group->destinfo[hostidx]; in handle_register_keys()
285 dest = &group->destinfo[hostidx]; in handle_register()
347 dest = &group->destinfo[hostidx]; in handle_clientkey()
413 dest = &group->destinfo[hostidx]; in handle_keyinfo_ack()
474 dest = &group->destinfo[hostidx]; in handle_fileinfo_ack()
682 dest = &group->destinfo[i]; in send_keyinfo()
814 dest = &group->destinfo[hostidx]; in handle_status()
[all …]
H A Dproxy_common.c85 if (group->destinfo[i].id == id) { in find_client()
147 if (group->destinfo[i].client_pubkey.key) { in group_cleanup()
151 free_EC_key(group->destinfo[i].client_pubkey.ec); in group_cleanup()
154 free_EC_key(group->destinfo[i].client_dhkey.ec); in group_cleanup()
155 free(group->destinfo[i].c_context1); in group_cleanup()
156 free(group->destinfo[i].c_context2); in group_cleanup()
378 if (group->destinfo[hostidx].pending != pendidx) { in check_pending()
379 group->destinfo[hostidx].pending = pendidx; in check_pending()
468 dest = &group->destinfo[hostidx]; in check_unfinished_clients()
494 dest = &group->destinfo[hostidx]; in load_pending()
[all …]
H A Dproxy.h177 struct pr_destinfo_t destinfo[MAXPROXYDEST]; /// List of clients member
H A Dproxy_loop.c316 dest = &group->destinfo[hostidx]; in mainloop()
H A Dproxy_upstream.c625 dest = &group->destinfo[hostidx]; in handle_regconf()
1246 dest = &group->destinfo[hostidx]; in send_status()
/dports/net-mgmt/smokeping/SmokePing-2.8.2/lib/Smokeping/probes/
H A DTraceroutePing.pm244 my $destinfo = $res[0];
245 my $destv6 = $destinfo->{family} eq Socket::AF_INET6;
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/test/
H A Dtest_jarmaker.py103 destinfo = _getfileinfo(dest)
105 return (destinfo.dwVolumeSerialNumber == srcinfo.dwVolumeSerialNumber and
106 destinfo.nFileIndexHigh == srcinfo.nFileIndexHigh and
107 destinfo.nFileIndexLow == srcinfo.nFileIndexLow)
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/test/
H A Dtest_jarmaker.py134 destinfo = _getfileinfo(dest)
137 destinfo.dwVolumeSerialNumber == srcinfo.dwVolumeSerialNumber
138 and destinfo.nFileIndexHigh == srcinfo.nFileIndexHigh
139 and destinfo.nFileIndexLow == srcinfo.nFileIndexLow
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/test/
H A Dtest_jarmaker.py134 destinfo = _getfileinfo(dest)
137 destinfo.dwVolumeSerialNumber == srcinfo.dwVolumeSerialNumber
138 and destinfo.nFileIndexHigh == srcinfo.nFileIndexHigh
139 and destinfo.nFileIndexLow == srcinfo.nFileIndexLow
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/test/
H A Dtest_jarmaker.py103 destinfo = _getfileinfo(dest)
105 return (destinfo.dwVolumeSerialNumber == srcinfo.dwVolumeSerialNumber and
106 destinfo.nFileIndexHigh == srcinfo.nFileIndexHigh and
107 destinfo.nFileIndexLow == srcinfo.nFileIndexLow)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/test/
H A Dtest_jarmaker.py134 destinfo = _getfileinfo(dest)
137 destinfo.dwVolumeSerialNumber == srcinfo.dwVolumeSerialNumber
138 and destinfo.nFileIndexHigh == srcinfo.nFileIndexHigh
139 and destinfo.nFileIndexLow == srcinfo.nFileIndexLow
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/test/
H A Dtest_jarmaker.py110 destinfo = _getfileinfo(dest)
112 return (destinfo.dwVolumeSerialNumber == srcinfo.dwVolumeSerialNumber and
113 destinfo.nFileIndexHigh == srcinfo.nFileIndexHigh and
114 destinfo.nFileIndexLow == srcinfo.nFileIndexLow)
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/Rras/
H A Dmod.rs411 …reghandle: isize, desthandle: isize, protocolid: u32, targetviews: u32, destinfo: *mut RTM_DEST_IN… in RtmGetDestInfo()
419 …, destaddress: *mut RTM_NET_ADDRESS, protocolid: u32, targetviews: u32, destinfo: *mut RTM_DEST_IN… in RtmGetExactMatchDestination()
422 …reghandle: isize, desthandle: isize, protocolid: u32, targetviews: u32, destinfo: *mut RTM_DEST_IN… in RtmGetLessSpecificDestination()
425 …, destaddress: *mut RTM_NET_ADDRESS, protocolid: u32, targetviews: u32, destinfo: *mut RTM_DEST_IN… in RtmGetMostSpecificDestination()
455 pub fn RtmReleaseDestInfo(rtmreghandle: isize, destinfo: *mut RTM_DEST_INFO) -> u32; in RtmReleaseDestInfo()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/Rras/
H A Dmod.rs10749 …reghandle: isize, desthandle: isize, protocolid: u32, targetviews: u32, destinfo: *mut RTM_DEST_IN… in RtmGetDestInfo()
10754 …reghandle: isize, desthandle: isize, protocolid: u32, targetviews: u32, destinfo: *mut RTM_DEST_IN… in RtmGetDestInfo()
10829 …, destaddress: *mut RTM_NET_ADDRESS, protocolid: u32, targetviews: u32, destinfo: *mut RTM_DEST_IN… in RtmGetExactMatchDestination()
10834 …, destaddress: *mut RTM_NET_ADDRESS, protocolid: u32, targetviews: u32, destinfo: *mut RTM_DEST_IN… in RtmGetExactMatchDestination()
10856 …reghandle: isize, desthandle: isize, protocolid: u32, targetviews: u32, destinfo: *mut RTM_DEST_IN… in RtmGetLessSpecificDestination()
10861 …reghandle: isize, desthandle: isize, protocolid: u32, targetviews: u32, destinfo: *mut RTM_DEST_IN… in RtmGetLessSpecificDestination()
10883 …, destaddress: *mut RTM_NET_ADDRESS, protocolid: u32, targetviews: u32, destinfo: *mut RTM_DEST_IN… in RtmGetMostSpecificDestination()
10888 …, destaddress: *mut RTM_NET_ADDRESS, protocolid: u32, targetviews: u32, destinfo: *mut RTM_DEST_IN… in RtmGetMostSpecificDestination()
11165 pub unsafe fn RtmReleaseDestInfo(rtmreghandle: isize, destinfo: *mut RTM_DEST_INFO) -> u32 { in RtmReleaseDestInfo()
11170 fn RtmReleaseDestInfo(rtmreghandle: isize, destinfo: *mut RTM_DEST_INFO) -> u32; in RtmReleaseDestInfo()
[all …]
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser.pl4686 { my ($self,$context,$data,$destinfo,$time)=@_; #warn "drag_data_get_cb @_";
4691 if ($destinfo != $srcinfo)
4692 { my $convsub=$DRAGTYPES[$srcinfo][1]{$destinfo};
4693 …if ($destinfo==DRAG_STRING) { my $sub=$DRAGTYPES[$srcinfo][1]{DRAG_USTRING()}; $convsub||=sub { ma…