Searched refs:req_hdr (Results 1 - 8 of 8) sorted by relevance

/external/iputils/ninfod/
H A Dni_ifaddrs.c117 struct nlmsghdr *req_hdr; local
124 req_hdr = (struct nlmsghdr *) reqbuf;
125 req_msg = (struct rtgenmsg *) NLMSG_DATA(req_hdr);
126 req_hdr->nlmsg_len = NLMSG_LENGTH(sizeof(*req_msg));
127 req_hdr->nlmsg_type = request;
128 req_hdr->nlmsg_flags = flags | NLM_F_REQUEST;
129 req_hdr->nlmsg_pid = 0;
130 req_hdr->nlmsg_seq = t;
134 return (sendto(sd, (void *) req_hdr, req_hdr
[all...]
/external/openssl/crypto/ocsp/
H A Docsp_ht.c123 static const char req_hdr[] = local
126 if (BIO_printf(rctx->mem, req_hdr, i2d_OCSP_REQUEST(req, NULL)) <= 0)
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.h223 const struct radius_hdr *req_hdr);
H A Dradius.c425 const struct radius_hdr *req_hdr)
441 os_memcpy(msg->hdr->authenticator, req_hdr->authenticator, 16);
423 radius_msg_finish_das_resp(struct radius_msg *msg, const u8 *secret, size_t secret_len, const struct radius_hdr *req_hdr) argument
/external/wpa_supplicant_8/src/radius/
H A Dradius.h223 const struct radius_hdr *req_hdr);
H A Dradius.c425 const struct radius_hdr *req_hdr)
441 os_memcpy(msg->hdr->authenticator, req_hdr->authenticator, 16);
423 radius_msg_finish_das_resp(struct radius_msg *msg, const u8 *secret, size_t secret_len, const struct radius_hdr *req_hdr) argument
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.h223 const struct radius_hdr *req_hdr);
H A Dradius.c425 const struct radius_hdr *req_hdr)
441 os_memcpy(msg->hdr->authenticator, req_hdr->authenticator, 16);
423 radius_msg_finish_das_resp(struct radius_msg *msg, const u8 *secret, size_t secret_len, const struct radius_hdr *req_hdr) argument

Completed in 6826 milliseconds