Home
last modified time | relevance | path

Searched refs:replymsg (Results 1 – 19 of 19) sorted by relevance

/dports/devel/py-wsgiutils/WSGIUtils-0.7.2/lib/wsgiutils/
H A DSessionServer.py89 replymsg = xdrlib.Packer()
96 replymsg.pack_string ("OK")
102 replymsg.pack_string ("FOUND")
103 replymsg.pack_string (value)
106 replymsg.pack_string ("NOTFOUND")
109 replymsg.pack_string ("OK")
113 replymsg.pack_string ("ERROR")
114 replymsg.pack_string ("Unknown command type: " + msgType)
115 replymsg = replymsg.get_buffer()
116 msgLen = struct.pack ('!l', len (replymsg))
[all …]
/dports/net/openslp/openslp-2.0.0/libslp/
H A Dlibslp_findsrvs.c161 SLPMessage * replymsg; in ProcessSrvRplyCallback() local
174 replymsg = SLPMessageAlloc(); in ProcessSrvRplyCallback()
175 if (replymsg) in ProcessSrvRplyCallback()
179 if (replymsg->header.functionid == SLP_FUNCT_SRVRPLY in ProcessSrvRplyCallback()
180 && replymsg->body.srvrply.errorcode == 0) in ProcessSrvRplyCallback()
200 && replymsg->body.daadvert.errorcode == 0) in ProcessSrvRplyCallback()
204 1, &replymsg->body.daadvert)) in ProcessSrvRplyCallback()
207 SLPMessageFree(replymsg); in ProcessSrvRplyCallback()
219 &replymsg->body.saadvert)) in ProcessSrvRplyCallback()
222 SLPMessageFree(replymsg); in ProcessSrvRplyCallback()
[all …]
H A Dlibslp_knownda.c320 SLPMessage * replymsg; in KnownDADiscoveryCallback() local
328 replymsg = SLPMessageAlloc(); in KnownDADiscoveryCallback()
330 if (dupbuf != 0 && replymsg != 0 in KnownDADiscoveryCallback()
331 && SLPMessageParseBuffer(peerinfo, 0, dupbuf, replymsg) == 0 in KnownDADiscoveryCallback()
332 && replymsg->header.functionid == SLP_FUNCT_DAADVERT) in KnownDADiscoveryCallback()
334 if (replymsg->body.daadvert.errorcode == 0) in KnownDADiscoveryCallback()
338 if (SLPParseSrvUrl(replymsg->body.daadvert.urllen, in KnownDADiscoveryCallback()
346 if (replymsg->peer.ss_family == AF_INET && SLPNetIsIPV4()) in KnownDADiscoveryCallback()
365 hints.ai_family = replymsg->peer.ss_family; in KnownDADiscoveryCallback()
386 if (KnownDAAdd(replymsg, dupbuf) == 0) in KnownDADiscoveryCallback()
[all …]
H A Dlibslp_findattrs.c66 SLPMessage * replymsg; in ProcessAttrRplyCallback() local
79 replymsg = SLPMessageAlloc(); in ProcessAttrRplyCallback()
80 if (replymsg != 0) in ProcessAttrRplyCallback()
82 if (!SLPMessageParseBuffer(peeraddr, 0, replybuf, replymsg) in ProcessAttrRplyCallback()
83 && replymsg->header.functionid == SLP_FUNCT_ATTRRPLY in ProcessAttrRplyCallback()
84 && !replymsg->body.attrrply.errorcode) in ProcessAttrRplyCallback()
86 SLPAttrRply * attrrply = &replymsg->body.attrrply; in ProcessAttrRplyCallback()
97 SLPMessageFree(replymsg); in ProcessAttrRplyCallback()
107 SLPMessageFree(replymsg); in ProcessAttrRplyCallback()
H A Dlibslp_findsrvtypes.c160 SLPMessage * replymsg; in ProcessSrvTypeRplyCallback() local
169 replymsg = SLPMessageAlloc(); in ProcessSrvTypeRplyCallback()
170 if (replymsg) in ProcessSrvTypeRplyCallback()
172 if (!SLPMessageParseBuffer(peerinfo, 0, replybuf, replymsg) in ProcessSrvTypeRplyCallback()
173 && replymsg->header.functionid == SLP_FUNCT_SRVTYPERPLY in ProcessSrvTypeRplyCallback()
174 && !replymsg->body.srvtyperply.errorcode) in ProcessSrvTypeRplyCallback()
176 SLPSrvTypeRply * srvtyperply = &replymsg->body.srvtyperply; in ProcessSrvTypeRplyCallback()
181 SLPMessageFree(replymsg); in ProcessSrvTypeRplyCallback()
H A Dlibslp_dereg.c69 SLPMessage * replymsg = SLPMessageAlloc(); in CallbackSrvDeReg() local
70 if (replymsg) in CallbackSrvDeReg()
73 peeraddr, 0, replybuf, replymsg)); in CallbackSrvDeReg()
75 && replymsg->header.functionid == SLP_FUNCT_SRVACK) in CallbackSrvDeReg()
76 errorcode = (SLPError)(-replymsg->body.srvack.errorcode); in CallbackSrvDeReg()
79 SLPMessageFree(replymsg); in CallbackSrvDeReg()
H A Dlibslp_reg.c79 SLPMessage * replymsg = SLPMessageAlloc(); in CallbackSrvReg() local
80 if (replymsg) in CallbackSrvReg()
83 peeraddr, 0, replybuf, replymsg)); in CallbackSrvReg()
85 && replymsg->header.functionid == SLP_FUNCT_SRVACK) in CallbackSrvReg()
86 errorcode = (SLPError)(-replymsg->body.srvack.errorcode); in CallbackSrvReg()
89 SLPMessageFree(replymsg); in CallbackSrvReg()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/devdraw/
H A Dsrv.c189 replymsg(c, m); in replyerror()
206 replymsg(c, m); in runmsg()
216 replymsg(c, m); in runmsg()
254 replymsg(c, m); in runmsg()
264 replymsg(c, m); in runmsg()
272 replymsg(c, m); in runmsg()
277 replymsg(c, m); in runmsg()
282 replymsg(c, m); in runmsg()
287 replymsg(c, m); in runmsg()
293 replymsg(c, m); in runmsg()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_java/kamailio_java_folder/java-untested/
H A DWrappedMethods.java53 public static void sl_send_reply(String replycode, String replymsg) in sl_send_reply() argument
55 KamExec("sl_send_reply", replycode, replymsg); in sl_send_reply()
/dports/devel/librelp/librelp-1.10.0/src/
H A Dcopen.c149 unsigned char replymsg[] = "500 protocol error: connection already open"; variable
150 relpSessSendResponse(pSess, pFrame->txnr, replymsg, sizeof(replymsg) - 1);
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/send/
H A Dmain.c32 static int replymsg(String *, message *, dest *);
436 rv = replymsg(errstring, mp, dp); /* try later if we can't reply */ in refuse()
446 replymsg(errstring, mp, dp); in refuse()
521 replymsg(String *errstring, message *mp, dest *dp) in replymsg() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/auth/secstore/
H A Dsecureidcheck.c241 replymsg(Packet *p) in replymsg() function
427 syslog(0, AUTHLOG, "%s rejected ruser=%s %s", dest, ruser, replymsg(resp)); in secureidcheck()
431 syslog(0, AUTHLOG, "%s challenge ruser=%s %s", dest, ruser, replymsg(resp)); in secureidcheck()
435 syslog(0, AUTHLOG, "%s code=%d ruser=%s %s", dest, resp->code, ruser, replymsg(resp)); in secureidcheck()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/marshal/
H A Dmarshal.c147 char *replymsg; variable
241 replymsg = EARGF(usage()); in threadmain()
380 if(replymsg != nil) in threadmain()
381 printinreplyto(&out, replymsg); /* ignore errors */ in threadmain()
1102 if(replymsg != nil) in sendmail()
1103 putenv("replymsg", replymsg); in sendmail()
/dports/net/radsecproxy/radsecproxy-1.8.2/
H A Dradsecproxy.c980 uint8_t *username, *logusername = NULL, *stationid, *replymsg, *tmpmsg; in replylog() local
1015 replymsg = radattr2ascii(radmsg_gettype(msg, RAD_Attr_Reply_Message)); in replylog()
1016 if (replymsg) { in replylog()
1017 if (asprintf((char **)&tmpmsg, " (%s)", replymsg) >= 0) { in replylog()
1018 free(replymsg); in replylog()
1019 replymsg = tmpmsg; in replylog()
1029 servername, replymsg ? (char *)replymsg : "", rq->from->conf->name, in replylog()
1043 free(replymsg); in replylog()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/AllJoyn/
H A Dmod.rs706 …: super::super::Foundation::PSTR, args: alljoyn_msgarg, numargs: usize, replymsg: alljoyn_message,… in alljoyn_proxybusobject_methodcall()
708 …joyn_interfacedescription_member, args: alljoyn_msgarg, numargs: usize, replymsg: alljoyn_message,… in alljoyn_proxybusobject_methodcall_member()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/AllJoyn/
H A Dmod.rs8096 replymsg: Param5, in alljoyn_proxybusobject_methodcall()
8104 …: super::super::Foundation::PSTR, args: alljoyn_msgarg, numargs: usize, replymsg: alljoyn_message,… in alljoyn_proxybusobject_methodcall()
8106 …param().abi(), args.into_param().abi(), ::std::mem::transmute(numargs), replymsg.into_param().abi(… in alljoyn_proxybusobject_methodcall()
8113 …ssage>>(proxyobj: Param0, method: Param1, args: Param2, numargs: usize, replymsg: Param4, timeout:… in alljoyn_proxybusobject_methodcall_member()
8118 …joyn_interfacedescription_member, args: alljoyn_msgarg, numargs: usize, replymsg: alljoyn_message,… in alljoyn_proxybusobject_methodcall_member()
8120 …param().abi(), args.into_param().abi(), ::std::mem::transmute(numargs), replymsg.into_param().abi(… in alljoyn_proxybusobject_methodcall_member()
/dports/dns/unbound/unbound-1.14.0/doc/
H A DChangelog10388 - query_info and replymsg util/data structure.
/dports/security/nikto/nikto-2.1.6/program/databases/
H A Ddb_tests828replymsg.php?send=1&destin=<script>alert('Vulnerable')</script>","GET","<script>alert\('Vulnerable…
/dports/chinese/dictd-database/dict-zh-1.6/
H A Dpydict.index134553 replymsg Q1sD W