HomeSort by relevance Sort by last modified time
    Searched full:remoteid (Results 1 - 20 of 20) sorted by null

  /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 657 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iads.h 683 DWORD RemoteID;
    [all...]

Completed in 893 milliseconds