Searched refs:dest_port (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dpacket.h52 u_int32_t dest_ip, int dest_port, unsigned char *dest_arp, int ifindex);
54 u_int32_t dest_ip, int dest_port);
H A Dpacket.c119 u_int32_t dest_ip, int dest_port, unsigned char *dest_arp, int ifindex)
149 packet.udp.dest = htons(dest_port);
172 u_int32_t dest_ip, int dest_port)
194 client.sin_port = htons(dest_port);
118 raw_packet(struct dhcpMessage *payload, u_int32_t source_ip, int source_port, u_int32_t dest_ip, int dest_port, unsigned char *dest_arp, int ifindex) argument
171 kernel_packet(struct dhcpMessage *payload, u_int32_t source_ip, int source_port, u_int32_t dest_ip, int dest_port) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Dpkt.h66 u8 dest_port; /* Destination POrt */ member in struct:PKT
H A Driocmd.c96 CmdBlkP->Packet.dest_port = BOOT_RUP;
126 CmdBlkP->Packet.dest_port = BOOT_RUP;
226 CmdBlkP->Packet.dest_port = BOOT_RUP;
275 CmdBlkP->Packet.dest_port = BOOT_RUP;
324 CmdBlkP->Packet.dest_port = BOOT_RUP;
410 rio_dprintk(RIO_DEBUG_CMD, "PACKET information: Destination 0x%x:0x%x\n", readb(&PacketP->dest_unit), readb(&PacketP->dest_port));
681 switch (readb(&PacketP->dest_port)) {
711 rio_dprintk(RIO_DEBUG_CMD, "Unknown RUP %d\n", readb(&PacketP->dest_port));
742 if (CmdBlkP->Packet.dest_port == BOOT_RUP)
H A Driotable.c530 u16 dest_port = port - SysPort; local
543 rio_dprintk(RIO_DEBUG_TABLE, "Tx packet (%x) destination: Old %x:%x New %x:%x\n", readw(TxPktP), readb(&Pkt->dest_unit), readb(&Pkt->dest_port), dest_unit, dest_port);
545 writew(dest_port, &Pkt->dest_port);
547 rio_dprintk(RIO_DEBUG_TABLE, "Port %d phb destination: Old %x:%x New %x:%x\n", port, readb(&PortP->PhbP->destination) & 0xff, (readb(&PortP->PhbP->destination) >> 8) & 0xff, dest_unit, dest_port);
548 writew(dest_unit + (dest_port << 8), &PortP->PhbP->destination);
H A Drioroute.c300 CmdBlkP->Packet.dest_port = ROUTE_RUP;
519 unsigned short dest_port = port + 8; local
540 ** 8 port block. The dest_port of the second unit is set to
545 ** restored, and the dest_port will be reduced by 8.
565 writeb(dest_port, &Pkt->dest_port);
567 rio_dprintk(RIO_DEBUG_ROUTE, "phb dest: Old %x:%x New %x:%x\n", readw(&PortP->PhbP->destination) & 0xff, (readw(&PortP->PhbP->destination) >> 8) & 0xff, dest_unit, dest_port);
568 writew(dest_unit + (dest_port << 8), &PortP->PhbP->destination);
H A Driointr.c587 rio_dprintk(RIO_DEBUG_INTR, " dest_port = %d\n", readb(&PacketP->dest_port));
H A Drioboot.c636 CmdBlkP->Packet.dest_port = BOOT_RUP;
H A Drioctrl.c1423 CmdBlkP->Packet.dest_port = COMMAND_RUP;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Dcommon.h54 uint32_t dest_ip, int dest_port,
58 uint32_t dest_ip, int dest_port);
H A Dpacket.c111 uint32_t dest_ip, int dest_port, const uint8_t *dest_arp, int ifindex)
142 packet.udp.dest = htons(dest_port);
170 uint32_t dest_ip, int dest_port)
193 client.sin_port = htons(dest_port);
109 udhcp_raw_packet(struct dhcpMessage *payload, uint32_t source_ip, int source_port, uint32_t dest_ip, int dest_port, const uint8_t *dest_arp, int ifindex) argument
168 udhcp_kernel_packet(struct dhcpMessage *payload, uint32_t source_ip, int source_port, uint32_t dest_ip, int dest_port) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_device.h169 int dest_client, int dest_port)
174 ev->dest.port = dest_port;
168 snd_seq_oss_fill_addr(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dest_client, int dest_port) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_ports.c490 struct snd_seq_client_port *dest_port,
494 struct snd_seq_port_subs_info *dest = &dest_port->c_dest;
534 if ((err = subscribe_port(dest_client, dest_port, dest, info,
568 struct snd_seq_client_port *dest_port,
572 struct snd_seq_port_subs_info *dest = &dest_port->c_dest;
592 unsubscribe_port(dest_client, dest_port, dest, info,
486 snd_seq_port_connect(struct snd_seq_client *connector, struct snd_seq_client *src_client, struct snd_seq_client_port *src_port, struct snd_seq_client *dest_client, struct snd_seq_client_port *dest_port, struct snd_seq_port_subscribe *info) argument
564 snd_seq_port_disconnect(struct snd_seq_client *connector, struct snd_seq_client *src_client, struct snd_seq_client_port *src_port, struct snd_seq_client *dest_client, struct snd_seq_client_port *dest_port, struct snd_seq_port_subscribe *info) argument
H A Dseq_clientmgr.c597 struct snd_seq_client_port *dest_port = NULL; local
606 dest_port = snd_seq_port_use_ptr(dest, event->dest.port);
607 if (dest_port == NULL)
611 if (! check_port_perm(dest_port, SNDRV_SEQ_PORT_CAP_WRITE)) {
616 if (dest_port->timestamping)
617 update_timestamp_of_queue(event, dest_port->time_queue,
618 dest_port->time_real);
627 if (dest_port->event_input == NULL)
629 result = dest_port->event_input(event, direct,
630 dest_port
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclidgram.c34 int dest_port, int src_port)
87 p.port = dest_port;
29 cli_send_mailslot(int dgram_sock, BOOL unique, const char *mailslot, char *buf, int len, const char *srcname, int src_type, const char *dstname, int dest_type, struct in_addr dest_ip, struct in_addr src_ip, int dest_port, int src_port) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Datalk.h79 unsigned char dest_port; member in struct:atalk_sock
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dlog2pcaphex.c82 uint16 dest_port; member in struct:__anon1759
144 HDR_TCP.source_port = HDR_TCP.dest_port = htons(139);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dmcbsp.c663 int dest_port = 0; local
683 dest_port = OMAP_DMA_PORT_EMIFF;
701 dest_port,
716 int dest_port = 0; local
736 dest_port = OMAP_DMA_PORT_EMIFF;
754 dest_port,
H A Ddma.c348 /* Note that dest_port is only for OMAP1 */
349 void omap_set_dma_dest_params(int lch, int dest_port, int dest_amode, argument
355 OMAP_DMA_CSDP_REG(lch) |= dest_port << 9;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/appletalk/
H A Datalk_proc.c199 ntohs(at->dest_net), at->dest_node, at->dest_port,
H A Dddp.c1205 at->dest_port = addr->sat_port;
1237 sat.sat_port = at->dest_port;
1556 usat->sat_port = at->dest_port;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Ddma.h390 extern void omap_set_dma_dest_params(int lch, int dest_port, int dest_amode,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_packets.c1851 int dest_port)
1861 if(ismyip(dest_ip) && (dest_port == DGRAM_PORT)) /* Only if to DGRAM_PORT */
1911 p.port = dest_port;
1847 send_mailslot(BOOL unique, const char *mailslot,char *buf, size_t len, const char *srcname, int src_type, const char *dstname, int dest_type, struct in_addr dest_ip,struct in_addr src_ip, int dest_port) argument

Completed in 247 milliseconds