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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/atp/
H A Datp_rreq.c51 struct atphdr req_hdr; /* request header overlay */ local
87 memcpy( &req_hdr, req_buf->atpbuf_info.atpbuf_data + 1,
89 tid = ntohs( req_hdr.atphd_tid );
92 if (( ah->atph_rxo = req_hdr.atphd_ctrlinfo & ATP_XO ) != 0 ) {
94 ( 1 << ( req_hdr.atphd_ctrlinfo & ATP_TRELMASK ));
109 atpb->atp_bitmap = req_hdr.atphd_bitmap;
H A Datp_rsel.c40 struct atphdr req_hdr; local
51 memcpy( &req_hdr, ah->atph_reqpkt->atpbuf_info.atpbuf_data + 1,
53 req_hdr.atphd_bitmap = ah->atph_rbitmap;
54 memcpy( ah->atph_reqpkt->atpbuf_info.atpbuf_data + 1, &req_hdr,
81 struct atphdr req_hdr, resp_hdr; local
189 memcpy( &req_hdr, abuf->atpbuf_info.atpbuf_data + 1,
191 tid = ntohs( req_hdr.atphd_tid );
242 req_hdr.atphd_bitmap & ( 1 << i )) {
267 memcpy( &req_hdr, ah->atph_reqpkt->atpbuf_info.atpbuf_data + 1,
270 && req_hdr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/atp/
H A Datp_rreq.c51 struct atphdr req_hdr; /* request header overlay */ local
87 memcpy( &req_hdr, req_buf->atpbuf_info.atpbuf_data + 1,
89 tid = ntohs( req_hdr.atphd_tid );
92 if (( ah->atph_rxo = req_hdr.atphd_ctrlinfo & ATP_XO ) != 0 ) {
94 ( 1 << ( req_hdr.atphd_ctrlinfo & ATP_TRELMASK ));
109 atpb->atp_bitmap = req_hdr.atphd_bitmap;
H A Datp_rsel.c40 struct atphdr req_hdr; local
51 memcpy( &req_hdr, ah->atph_reqpkt->atpbuf_info.atpbuf_data + 1,
53 req_hdr.atphd_bitmap = ah->atph_rbitmap;
54 memcpy( ah->atph_reqpkt->atpbuf_info.atpbuf_data + 1, &req_hdr,
81 struct atphdr req_hdr, resp_hdr; local
189 memcpy( &req_hdr, abuf->atpbuf_info.atpbuf_data + 1,
191 tid = ntohs( req_hdr.atphd_tid );
242 req_hdr.atphd_bitmap & ( 1 << i )) {
267 memcpy( &req_hdr, ah->atph_reqpkt->atpbuf_info.atpbuf_data + 1,
270 && req_hdr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dconfig.c501 struct tipc_cfg_msg_hdr *req_hdr; local
507 req_hdr = (struct tipc_cfg_msg_hdr *)msg;
508 if ((size < sizeof(*req_hdr)) ||
509 (size != TCM_ALIGN(ntohl(req_hdr->tcm_len))) ||
510 (ntohs(req_hdr->tcm_flags) != TCM_F_REQUEST)) {
518 ntohs(req_hdr->tcm_type),
519 msg + sizeof(*req_hdr),
520 size - sizeof(*req_hdr),
525 memcpy(rep_hdr, req_hdr, sizeof(*rep_hdr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Difaddrs.c189 struct nlmsghdr *req_hdr; local
196 req_hdr = (struct nlmsghdr *) reqbuf;
197 req_msg = (struct rtgenmsg *) NLMSG_DATA (req_hdr);
198 req_hdr->nlmsg_len = NLMSG_LENGTH (sizeof (*req_msg));
199 req_hdr->nlmsg_type = request;
200 req_hdr->nlmsg_flags = flags | NLM_F_REQUEST;
201 req_hdr->nlmsg_pid = 0;
202 req_hdr->nlmsg_seq = t;
206 return (sendto (sd, (void *) req_hdr, req_hdr
[all...]

Completed in 78 milliseconds