Searched refs:send_packet (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dserverpacket.c73 static int send_packet(struct dhcpMessage *payload, int force_broadcast) function
185 return send_packet(&packet, 0);
196 return send_packet(&packet, 1);
234 if (send_packet(&packet, 0) < 0)
259 return send_packet(&packet, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Dserverpacket.c67 static int send_packet(struct dhcpMessage *payload, int force_broadcast) function
186 return send_packet(&packet, 0);
197 return send_packet(&packet, 1);
236 if (send_packet(&packet, 0) < 0)
265 return send_packet(&packet, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpctrl.c235 int send_packet; /* Send a packet this time? */ local
269 send_packet = FALSE;
292 send_packet = TRUE;
331 send_packet = TRUE;
338 send_packet = FALSE;
405 send_packet = FALSE;
418 send_packet = FALSE;
426 if (send_packet == TRUE && send_pptp_packet(clientSocket, rply_packet, rply_size) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dserverpacket.c214 static int send_packet(struct dhcpMessage *payload, int force_broadcast) function
365 return send_packet(&packet, 0);
376 return send_packet(&packet, 1);
481 if (send_packet(&packet, 0) < 0)
518 return send_packet(&packet, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfloppyd.c299 static char send_packet(Packet packet, io_buffer fp) function
306 fprintf(stderr, "send_packet(): Size: %li\n", packet->len);
310 fprintf(stderr, "send_packet(): ");
409 send_packet(reply, sock);
420 send_packet(reply, sock);
434 send_packet(reply, sock);
441 send_packet(reply, sock);
452 send_packet(reply, sock);
494 send_packet(reply, sock);
508 send_packet(repl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dhardware.c1236 static void send_packet(struct ipw_hardware *hw, int priority, function
1309 send_packet(hw, PRIO_DATA, packet);
1328 send_packet(hw, prio, &packet->header);
1420 send_packet(hw, PRIO_SETUP, &config_packet->header);
1430 send_packet(hw, PRIO_SETUP, &config_done_packet->header);
1443 send_packet(hw, PRIO_SETUP, &open_packet->header);
1482 send_packet(hw, PRIO_SETUP, &info_packet->header);
1523 send_packet(hw, PRIO_SETUP, &ver_packet->header);
1577 send_packet(hw, PRIO_SETUP, &packet->header);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A Dntpclient.c64 void send_packet(int usd);
121 void send_packet(int usd) function
386 send_packet(usd);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ntpclient/
H A Dntpclient.c64 void send_packet(int usd);
117 void send_packet(int usd) function
343 send_packet(usd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pppoecd/
H A Dpppoe2.c1130 send_packet(int sock, struct pppoe_packet *packet, int len, const char *ifn) function
1151 /* fprintf(error_file, "send_packet c[%d] = sendto(len = %d)\n", c, len); */
1152 perror("pppoe: sendto (send_packet)");
1338 if (send_packet(disc_sock, packet, pkt_size+14, if_name) < 0) {
1384 if (send_packet(disc_sock, packet, pkt_size+14, if_name) < 0) {
1435 if (send_packet(disc_sock, packet, pkt_size+14, if_name) < 0) {
1450 if (send_packet(disc_sock, packet, pkt_size+14, if_name) < 0) {
1636 if (send_packet(sess_sock, packet, pkt_size, if_name) < 0) {
2016 if (send_packet(disc_sock, packet, pkt_size+14, if_name) < 0) {
2057 if (send_packet(disc_soc
[all...]
H A Dpppoe.c1231 send_packet(int sock, struct pppoe_packet *packet, int len, const char *ifn) function
1236 perror("pppoe: write (send_packet)");
1256 /* fprintf(error_file, "send_packet c[%d] = sendto(len = %d)\n", c, len); */
1257 perror("pppoe: sendto (send_packet)");
1467 if (send_packet(disc_sock, packet, pkt_size+14, if_name) < 0) {
1507 if (send_packet(disc_sock, packet, pkt_size+14, if_name) < 0) {
1678 if (send_packet(sess_sock, packet, pkt_size, if_name) < 0) {
1901 if (send_packet(disc_sock, packet, pkt_size+14, if_name) < 0) {
1929 if (send_packet(disc_sock, packet, pkt_size, if_name) < 0) {
1956 if (send_packet(disc_soc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/asus_oled/
H A Dasus_oled.c283 static void send_packet(struct usb_device *udev, function
309 send_packet(udev, packet, 0, 0x100, buf,
311 send_packet(udev, packet, 0x100, 0x080, buf,
314 send_packet(udev, packet, 0x180, 0x100, buf,
316 send_packet(udev, packet, 0x280, 0x100, buf,
318 send_packet(udev, packet, 0x380, 0x080, buf,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dimon.c447 static int send_packet(struct imon_context *ictx) function
520 * send_packet can get called so rapidly as to overwhelm the device,
555 retval = send_packet(ictx);
637 retval = send_packet(ictx);
639 err("%s: send_packet failed for packet %d",
853 retval = send_packet(ictx);
868 retval = send_packet(ictx);
924 retval = send_packet(ictx);
1041 retval = send_packet(ictx);
2207 ret = send_packet(ict
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dsend.c176 static void send_packet(struct forw_packet *forw_packet) function
494 send_packet(forw_packet);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dsocket.c608 * send_packet - send a connection-oriented message
619 static int send_packet(struct kiocb *iocb, struct socket *sock, function
700 res = send_packet(NULL, sock, m, total_len);
721 * of small iovec entries into send_packet().
746 if ((res = send_packet(NULL, sock, &my_msg, 0)) < 0) {
1573 send_packet(NULL, new_sock, &m, 0);
1821 .sendmsg = send_packet,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_cmx.c1382 goto send_packet;
1405 goto send_packet;
1445 goto send_packet;
1506 goto send_packet;
1569 goto send_packet;
1571 send_packet:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_sasem.c318 static int send_packet(struct sasem_context *context) function
437 retval = send_packet(context);
H A Dlirc_imon.c318 static int send_packet(struct imon_context *context) function
428 retval = send_packet(context);
444 retval = send_packet(context);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutp.cpp769 void send_packet(OutgoingPacket *pkt);
1007 void UTPSocket::send_packet(OutgoingPacket *pkt) function in class:UTPSocket
1109 send_packet(pkt);
1343 send_packet(pkt);
1617 send_packet(pkt);
2065 conn->send_packet(pkt);
2091 conn->send_packet(pkt);
2512 conn->send_packet(pkt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dnamequery.c242 if (!send_packet(&p))
253 if (!found && !send_packet(&p))
524 if (!send_packet(&p))
536 if (!found && !send_packet(&p))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd.c298 DEBUG(10, ("Received send_packet from %d\n", procid_to_pid(&src)));
341 send_packet(p);
H A Dnmbd_packets.c161 } else if (!send_packet(p)) {
162 DEBUG(0,("send_netbios_packet: send_packet() to IP %s port %d failed\n",
984 } else if (!send_packet(&packet)) {
985 DEBUG(0,("reply_netbios_packet: send_packet to IP %s port %d failed\n",
1609 if(!send_packet(rrec->packet)) {
1934 return(send_packet(&p));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Dmain.c506 static int send_packet(int fd, int iface, ArpPacket *packet, size_t packet_len) { function
745 send_packet(int fd __unused, int iface __unused, ArpPacket *packet, function
1326 if (send_packet(fd, iface, out_packet, out_packet_len) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c506 static int send_packet(int fd, int iface, ArpPacket *packet, size_t packet_len) { function
745 send_packet(int fd __unused, int iface __unused, ArpPacket *packet, function
1325 if (send_packet(fd, iface, out_packet, out_packet_len) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/dbd/
H A Dcnid_dbd.c266 static int send_packet(CNID_private *db, struct cnid_dbd_rqst *rqst) function
285 LOG(log_warning, logtype_cnid, "send_packet: Error writev rqst (db_dir %s): %s",
290 LOG(log_maxdebug, logtype_cnid, "send_packet: {done}");
328 if (send_packet(db, rqst) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c505.c978 static netdev_tx_t send_packet(struct net_device *dev, struct sk_buff *skb) function
1085 if (!send_packet(dev, skb)) {

Completed in 482 milliseconds

12