Searched refs:send_len (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtftp.c121 int send_len; variable
206 send_len = cp - xbuf;
207 /* NB: send_len value is preserved in code below
211 fprintf(stderr, "sending %u bytes\n", send_len);
212 for (cp = xbuf; cp < &xbuf[send_len]; cp++)
216 xsendto(socketfd, xbuf, send_len, &peer_lsa->sa, peer_lsa->len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/inotify/
H A Dinotify_user.c315 size_t send_len = 0; local
327 send_len += sizeof(struct inotify_event);
329 send_len += roundup(event->name_len + 1,
333 ret = put_user(send_len, (int __user *) p);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ps3/
H A Dps3av.c300 int ps3av_do_pkt(u32 cid, u16 send_len, size_t usr_buf_size, argument
312 BUG_ON(send_len < PS3AV_HDR_SIZE);
313 BUG_ON(usr_buf_size < send_len);
317 ps3av_set_hdr(cid, send_len, buf);
320 res = ps3av_send_cmd_pkt(buf, &ps3av->recv_buf.reply_hdr, send_len,
H A Dps3av_cmd.c227 int i, send_len, res; local
239 send_len = sizeof(av_video_mute.send_hdr) +
241 res = ps3av_do_pkt(PS3AV_CID_AV_VIDEO_MUTE, send_len,
864 int ps3av_cmd_avb_param(struct ps3av_pkt_avb_param *avb, u32 send_len) argument
871 res = ps3av_do_pkt(PS3AV_CID_AVB_PARAM, send_len, sizeof(*avb),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/fanotify/
H A Dfanotify_user.c409 size_t send_len = 0; local
419 send_len += FAN_EVENT_METADATA_LEN;
421 ret = put_user(send_len, (int __user *) p);

Completed in 155 milliseconds