/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
ChannelManager.java | 320 msg[1] = (byte) (c.remoteID >> 24); 321 msg[2] = (byte) (c.remoteID >> 16); 322 msg[3] = (byte) (c.remoteID >> 8); 323 msg[4] = (byte) (c.remoteID); 350 msg[1] = (byte) (c.remoteID >> 24); 351 msg[2] = (byte) (c.remoteID >> 16); 352 msg[3] = (byte) (c.remoteID >> 8); 353 msg[4] = (byte) (c.remoteID); 364 log.debug("Sent EOF (Channel " + c.localID + "/" + c.remoteID + ")"); 378 pcoc = new PacketChannelOpenConfirmation(c.remoteID, c.localID, c.localWindow, c.localMaxPacketSize) [all...] |
Channel.java | 69 int remoteID = -1;
|
/external/ipsec-tools/src/racoon/ |
sainfo.c | 79 getsainfo(loc, rmt, peer, remoteid) 81 int remoteid; variable 111 dloc, drmt, dpeer, remoteid ); 127 if(s->remoteid != remoteid) 295 idloc, idrmt, id_i, si->remoteid);
|
sainfo.h | 59 int remoteid; member in struct:sainfo
|
cfparse.h | 182 REMOTEID = 398, 347 #define REMOTEID 398
|
cftoken.l | 289 <S_SAINFS>remoteid { YYD; return(REMOTEID); }
|
cfparse.y | 234 %token PFS_GROUP LIFETIME LIFETYPE_TIME LIFETYPE_BYTE STRENGTH REMOTEID 1157 cur_sainfo->remoteid); 1384 | REMOTEID NUMBER 1386 cur_sainfo->remoteid = $2; [all...] |
isakmp_quick.c | 1808 int remoteid = 0; local [all...] |
racoon.conf.5 | 976 .It Ic remoteid Ar number ; 977 Sainfos will only be used if their remoteid matches the ph1id of the [all...] |
pfkey.c | 1645 int remoteid=0; local [all...] |
handler.c | 1089 iph2->sainfo->remoteid);
|
/external/webrtc/test/functional_test/ |
webrtc_test.html | 36 var remoteId = -1; 195 remoteId = parseInt(peerList.options[peerList.selectedIndex].value); 236 trace("Sending BYE to " + remoteName + " (ID " + remoteId + ")"); 237 sendToPeer(remoteId, "BYE"); 250 remoteId = -1; 273 trace("Sending message to " + remoteName + " (ID " + remoteId + "):\n" + msg); 274 sendToPeer(remoteId, msg);
|
/sdk/find_lock/ |
find_lock.cpp | 629 DWORD remoteId = sysh.dIdProcess;
632 if (remoteId == matchProcessId) {
637 if (remoteId == currProcessId) {
645 if (remoteProcessH == NULL && remoteId == remoteProcessId) {
650 if (remoteProcessH == NULL || remoteId != remoteProcessId) {
655 remoteProcessId = remoteId;
711 matchProcessId = remoteId;
|
/external/ipsec-tools/ |
ChangeLog | 559 * src/racoon/racoon.conf.5: Added remoteid/ph1id syntax 561 * src/racoon/: cfparse.y, cftoken.l: Parses remoteid/ph1id values 564 remoteid/ph1id values 566 * src/racoon/: remoteconf.h, sainfo.h: Added remoteid/ph1id values
|
NEWS | 45 o Support for ph1id to remoteid matching
|
setup.c | 648 const vchar_t *peer, int remoteid)
|
/external/dnsmasq/src/ |
option.c | 192 { "dhcp-remoteid", 1, 0, LOPT_REMOTE }, [all...] |
/external/dnsmasq/man/ |
dnsmasq.8 | 680 .B --dhcp-circuitid=<network-id>,<circuit-id>, --dhcp-remoteid=<network-id>,<remote-id> [all...] |
/external/dnsmasq/man/es/ |
dnsmasq.8 | [all...] |
/external/dnsmasq/man/fr/ |
dnsmasq.8 | [all...] |
/external/dnsmasq/ |
CHANGELOG.archive | [all...] |