Searched refs:req (Results 151 - 175 of 663) sorted by relevance

1234567891011>>

/external/ipsec-tools/src/racoon/
H A Drsalist.c137 struct lookup_result *req = data; local
140 local_score = naddr_score(key->src, req->iph1->local);
141 remote_score = naddr_score(key->dst, req->iph1->remote);
148 if (local_score + remote_score > req->max_score) {
149 req->max_score = local_score + remote_score;
150 // genlist_free(req->winners, NULL);
153 if (local_score + remote_score >= req->max_score) {
154 genlist_append(req->winners, key);
/external/pixman/pixman/
H A Dpixman-arm-simd-asm.S63 WK4 .req STRIDE_D
64 WK5 .req STRIDE_S
65 WK6 .req MASK
66 WK7 .req STRIDE_M
140 WK4 .req SRC
141 WK5 .req STRIDE_S
142 WK6 .req MASK
143 WK7 .req STRIDE_M
316 WK4 .req MASK
317 WK5 .req STRIDE_
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcmds.c286 xGLXCreateContextReq *req; local
289 GetReq(GLXCreateContext, req);
290 req->reqType = gc->majorOpcode;
291 req->glxCode = X_GLXCreateContext;
292 req->context = gc->xid = XAllocID(dpy);
293 req->visual = generic_id;
294 req->screen = screen;
295 req->shareList = shareList ? shareList->xid : None;
296 req->isDirect = gc->isDirect;
301 xGLXCreateNewContextReq *req; local
318 xGLXCreateContextWithConfigSGIXReq *req; local
389 xGLXDestroyContextReq *req; local
526 xGLXCopyContextReq *req; local
580 xGLXIsDirectReq *req; local
1377 xGLXClientInfoReq *req; local
1466 xGLXQueryContextReq *req; local
1476 xGLXQueryContextInfoEXTReq *req; local
1737 xGLXVendorPrivateReq *req; local
1945 xGLXCreateGLXPixmapWithConfigSGIXReq *req; local
2358 xGLXVendorPrivateReq *req; local
[all...]
/external/mesa3d/src/glx/
H A Dglxcmds.c286 xGLXCreateContextReq *req; local
289 GetReq(GLXCreateContext, req);
290 req->reqType = gc->majorOpcode;
291 req->glxCode = X_GLXCreateContext;
292 req->context = gc->xid = XAllocID(dpy);
293 req->visual = generic_id;
294 req->screen = screen;
295 req->shareList = shareList ? shareList->xid : None;
296 req->isDirect = gc->isDirect;
301 xGLXCreateNewContextReq *req; local
318 xGLXCreateContextWithConfigSGIXReq *req; local
389 xGLXDestroyContextReq *req; local
526 xGLXCopyContextReq *req; local
580 xGLXIsDirectReq *req; local
1377 xGLXClientInfoReq *req; local
1466 xGLXQueryContextReq *req; local
1476 xGLXQueryContextInfoEXTReq *req; local
1737 xGLXVendorPrivateReq *req; local
1945 xGLXCreateGLXPixmapWithConfigSGIXReq *req; local
2358 xGLXVendorPrivateReq *req; local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_mschapv2.c101 struct wpabuf *req; local
114 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len,
116 if (req == NULL) {
123 ms = wpabuf_put(req, sizeof(*ms));
128 wpabuf_put_u8(req, CHALLENGE_LEN);
130 wpabuf_put_data(req, data->auth_challenge, CHALLENGE_LEN);
132 wpabuf_put(req, CHALLENGE_LEN);
135 wpabuf_put_data(req, sm->server_id, sm->server_id_len);
137 return req;
144 struct wpabuf *req; local
188 struct wpabuf *req; local
[all...]
H A Deap_server_gpsk.c106 struct wpabuf *req; local
120 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GPSK, len,
122 if (req == NULL) {
129 wpabuf_put_u8(req, EAP_GPSK_OPCODE_GPSK_1);
130 wpabuf_put_be16(req, sm->server_id_len);
131 wpabuf_put_data(req, sm->server_id, sm->server_id_len);
132 wpabuf_put_data(req, data->rand_server, EAP_GPSK_RAND_LEN);
133 wpabuf_put_be16(req,
135 wpabuf_put_data(req, data->csuite_list,
138 return req;
148 struct wpabuf *req; local
[all...]
H A Deap_server_md5.c48 struct wpabuf *req; local
56 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHALLENGE_LEN,
58 if (req == NULL) {
65 wpabuf_put_u8(req, CHALLENGE_LEN);
66 wpabuf_put_data(req, data->challenge, CHALLENGE_LEN);
72 return req;
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_mschapv2.c101 struct wpabuf *req; local
114 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len,
116 if (req == NULL) {
123 ms = wpabuf_put(req, sizeof(*ms));
128 wpabuf_put_u8(req, CHALLENGE_LEN);
130 wpabuf_put_data(req, data->auth_challenge, CHALLENGE_LEN);
132 wpabuf_put(req, CHALLENGE_LEN);
135 wpabuf_put_data(req, sm->server_id, sm->server_id_len);
137 return req;
144 struct wpabuf *req; local
188 struct wpabuf *req; local
[all...]
H A Deap_server_gpsk.c106 struct wpabuf *req; local
120 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GPSK, len,
122 if (req == NULL) {
129 wpabuf_put_u8(req, EAP_GPSK_OPCODE_GPSK_1);
130 wpabuf_put_be16(req, sm->server_id_len);
131 wpabuf_put_data(req, sm->server_id, sm->server_id_len);
132 wpabuf_put_data(req, data->rand_server, EAP_GPSK_RAND_LEN);
133 wpabuf_put_be16(req,
135 wpabuf_put_data(req, data->csuite_list,
138 return req;
148 struct wpabuf *req; local
[all...]
H A Deap_server_md5.c48 struct wpabuf *req; local
56 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHALLENGE_LEN,
58 if (req == NULL) {
65 wpabuf_put_u8(req, CHALLENGE_LEN);
66 wpabuf_put_data(req, data->challenge, CHALLENGE_LEN);
72 return req;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_mschapv2.c101 struct wpabuf *req; local
114 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MSCHAPV2, ms_len,
116 if (req == NULL) {
123 ms = wpabuf_put(req, sizeof(*ms));
128 wpabuf_put_u8(req, CHALLENGE_LEN);
130 wpabuf_put_data(req, data->auth_challenge, CHALLENGE_LEN);
132 wpabuf_put(req, CHALLENGE_LEN);
135 wpabuf_put_data(req, sm->server_id, sm->server_id_len);
137 return req;
144 struct wpabuf *req; local
188 struct wpabuf *req; local
[all...]
H A Deap_server_gpsk.c106 struct wpabuf *req; local
120 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GPSK, len,
122 if (req == NULL) {
129 wpabuf_put_u8(req, EAP_GPSK_OPCODE_GPSK_1);
130 wpabuf_put_be16(req, sm->server_id_len);
131 wpabuf_put_data(req, sm->server_id, sm->server_id_len);
132 wpabuf_put_data(req, data->rand_server, EAP_GPSK_RAND_LEN);
133 wpabuf_put_be16(req,
135 wpabuf_put_data(req, data->csuite_list,
138 return req;
148 struct wpabuf *req; local
[all...]
H A Deap_server_md5.c48 struct wpabuf *req; local
56 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHALLENGE_LEN,
58 if (req == NULL) {
65 wpabuf_put_u8(req, CHALLENGE_LEN);
66 wpabuf_put_data(req, data->challenge, CHALLENGE_LEN);
72 return req;
/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c190 } req; local
197 req.nlh.nlmsg_len = sizeof(req);
198 req.nlh.nlmsg_type = RTM_GETADDR;
199 req.nlh.nlmsg_flags = NLM_F_ROOT | NLM_F_MATCH | NLM_F_REQUEST | NLM_F_ACK;
200 req.nlh.nlmsg_pid = 0;
201 req.nlh.nlmsg_seq = 1;
202 req.g.rtgen_family = AF_INET;
204 if (sendto(fd, (void *)&req, sizeof(req),
[all...]
/external/dnsmasq/src/
H A Dnetlink.c136 } req; local
144 req.nlh.nlmsg_len = sizeof(req);
145 req.nlh.nlmsg_type = RTM_GETADDR;
146 req.nlh.nlmsg_flags = NLM_F_ROOT | NLM_F_MATCH | NLM_F_REQUEST | NLM_F_ACK;
147 req.nlh.nlmsg_pid = 0;
148 req.nlh.nlmsg_seq = ++seq;
149 req.g.rtgen_family = family;
152 while((len = sendto(daemon->netlinkfd, (void *)&req, sizeof(req),
[all...]
/external/openssl/apps/
H A Dreq.c1 /* apps/req.c */
90 #define SECTION "req"
128 static int make_REQ(X509_REQ *req,EVP_PKEY *pkey,char *dn,int mutlirdn,
130 static int build_subject(X509_REQ *req, char *subj, unsigned long chtype,
132 static int prompt_info(X509_REQ *req,
136 static int auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *sk,
139 static int add_attribute_object(X509_REQ *req, char *text, const char *def,
164 X509_REQ *req=NULL; local
439 BIO_printf(bio_err," -x509 output a x509 structure instead of a cert. req.\n");
784 req
1115 make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, int attribs, unsigned long chtype) argument
1183 build_subject(X509_REQ *req, char *subject, unsigned long chtype, int multirdn) argument
1200 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, unsigned long chtype) argument
1379 auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype) argument
1506 add_attribute_object(X509_REQ *req, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype) argument
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc16 unsigned req;
43 ioctl_table[ioctl_table_size].req = IOCTL_##rq; \
470 return left.req < right.req;
480 if (ioctl_table[i].req >= ioctl_table[i + 1].req) {
482 ioctl_table[i].req, ioctl_table[i + 1].req, ioctl_table[i].name,
494 static unsigned ioctl_request_fixup(unsigned req) {
499 if ((req
[all...]
/external/iproute2/ip/
H A Dipneigh.c101 } req; local
108 memset(&req, 0, sizeof(req));
110 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct ndmsg));
111 req.n.nlmsg_flags = NLM_F_REQUEST|flags;
112 req.n.nlmsg_type = cmd;
113 req.ndm.ndm_family = preferred_family;
114 req.ndm.ndm_state = NUD_PERMANENT;
128 req.ndm.ndm_state = state;
137 req
[all...]
H A Dlink_gre.c49 } req; local
67 memset(&req, 0, sizeof(req));
69 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(*ifi));
70 req.n.nlmsg_flags = NLM_F_REQUEST;
71 req.n.nlmsg_type = RTM_GETLINK;
72 req.i.ifi_family = preferred_family;
73 req.i.ifi_index = ifi->ifi_index;
75 if (rtnl_talk(&rth, &req.n, 0, 0, &req
[all...]
/external/qemu/audio/
H A Dossaudio.c230 static void oss_dump_info (struct oss_params *req, struct oss_params *obt) argument
233 dolog ("format | %10d | %10d\n", req->fmt, obt->fmt);
235 req->nchannels, obt->nchannels);
236 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq);
237 dolog ("nfrags | %10d | %10d\n", req->nfrags, obt->nfrags);
239 req->fragsize, obt->fragsize);
268 static int oss_open (int in, struct oss_params *req, argument
288 freq = req->freq;
289 nchannels = req->nchannels;
290 fmt = req
510 struct oss_params req, obt; local
676 struct oss_params req, obt; local
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
H A DTimeStampReqTest.java50 TimeStampReq req = new TimeStampReq(1, msgImprint, reqPolicy,
52 byte[] encoding = req.getEncoded();
55 assertEquals("Decoded version is incorrect", req.getVersion(), decoded
/external/chromium_org/tools/usb_gadget/
H A Dpackage.py56 req = urllib2.Request(url='http://{}/update'.format(host),
58 req.add_header('Content-Type', 'multipart/form-data; boundary=foo')
59 urllib2.urlopen(req)
/external/iptables/libipq/
H A Dlibipq.c274 } req; local
276 memset(&req, 0, sizeof(req));
277 req.nlh.nlmsg_len = NLMSG_LENGTH(sizeof(req));
278 req.nlh.nlmsg_flags = NLM_F_REQUEST;
279 req.nlh.nlmsg_type = IPQM_MODE;
280 req.nlh.nlmsg_pid = h->local.nl_pid;
281 req.pm.msg.mode.value = mode;
282 req
[all...]
/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc919 scoped_ptr<URLRequest> req(default_context_.CreateRequest(
921 req->Start();
922 EXPECT_TRUE(req->is_pending());
946 scoped_ptr<URLRequest> req(default_context_.CreateRequest(
948 req->Start();
965 ASSERT_TRUE(req->status().is_success());
983 scoped_ptr<URLRequest> req(default_context_.CreateRequest(
985 req->Start();
991 ASSERT_TRUE(req->status().is_success());
998 scoped_ptr<URLRequest> req(default_context
[all...]
/external/chromium_org/content/browser/appcache/
H A Dappcache_executable_handler.h38 virtual void HandleRequest(net::URLRequest* req,

Completed in 2547 milliseconds

1234567891011>>