Searched refs:direction (Results 376 - 400 of 485) sorted by relevance

<<11121314151617181920

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-linux.c1481 * Do checks based on packet direction.
1499 if (handle->direction == PCAP_D_IN)
1506 if (handle->direction == PCAP_D_OUT)
2396 * Set direction flag: Which packets do we accept on a forwarding
2404 handle->direction = d;
2410 * the direction of the packet.
2413 "Setting direction is not supported on SOCK_PACKET sockets");
2737 /* We need to save packet direction for IrDA decoding,
3862 * Do checks based on packet direction.
3878 if (handle->direction
[all...]
H A Dpcap-bpf.c2638 * Set direction flag: Which packets do we accept on a forwarding
2645 u_int direction; local
2647 direction = (d == PCAP_D_IN) ? BPF_D_IN :
2649 if (ioctl(p->fd, BIOCSDIRECTION, &direction) == -1) {
2651 "Cannot set direction to %s: %s",
2666 "Setting direction to PCAP_D_OUT is not supported on BPF");
2673 "Cannot set direction to %s: %s",
2681 "This system doesn't support BIOCSSEESENT, so the direction can't be set");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistctrl.cpp1508 // Find an item nearest this position in the specified direction, starting from
1510 long wxListCtrl::FindItem(long start, const wxPoint& pt, int direction) argument
1519 if ( direction == wxLIST_FIND_UP )
1521 else if ( direction == wxLIST_FIND_DOWN )
1523 else if ( direction == wxLIST_FIND_LEFT )
1525 else if ( direction == wxLIST_FIND_RIGHT )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/srp/
H A Dib_srp.c127 enum dma_data_direction direction)
140 direction);
145 iu->direction = direction;
163 iu->direction);
734 PFX "Unhandled data direction %d\n",
125 srp_alloc_iu(struct srp_host *host, size_t size, gfp_t gfp_mask, enum dma_data_direction direction) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/capi/
H A Dcapidrv.c800 int direction; local
808 direction = (layer & 0x200) ? 0 : 1;
809 else direction = (layer & 0x800) ? 0 : 1;
812 handle_dtrace_data(card, direction, 1, data, len);
816 handle_dtrace_data(card, direction, 0, data, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmsm_fb.c1976 if (p->direction == MDP_CCS_RGB2YUV) {
2072 if (ccs_matrix.direction == MDP_CCS_RGB2YUV)
2097 if (ccs_matrix.direction == MDP_CCS_RGB2YUV)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddialog.tex179 \func{void}{Centre}{\param{int}{ direction = wxBOTH}}
185 \docparam{direction}{May be {\tt wxHORIZONTAL}, {\tt wxVERTICAL} or {\tt wxBOTH}.}
H A Dframe.tex153 \func{void}{Centre}{\param{int}{ direction = wxBOTH}}
159 \docparam{direction}{The parameter may be {\tt wxHORIZONTAL}, {\tt wxVERTICAL} or {\tt wxBOTH}.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dauibook.h555 virtual void Split(size_t page, int direction);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dsony-laptop.c761 static int brightness_default_validate(const int direction, const int value) argument
763 switch (direction) {
778 static int boolean_validate(const int direction, const int value) argument
780 if (direction == SNC_VALIDATE_IN) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_fsf.c2160 "Incorrect direction %d, unit 0x%016Lx on port "
2405 int direction, retval = -EIO, bytes; local
2412 direction = SBAL_FLAGS0_TYPE_WRITE;
2415 direction = SBAL_FLAGS0_TYPE_READ;
2425 req = zfcp_fsf_req_create(qdio, fsf_cfdc->command, direction, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/siano/
H A Dsmscoreapi.h630 u8 direction; member in struct:smscore_config_gpio
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dcmtdef.h520 void smt_swap_para(struct smt_header *sm, int len, int direction);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfore200e.h567 int direction; /* direction of DMA mapping */ member in struct:chunk
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dsvga3d_reg.h1202 float direction[4]; member in struct:__anon11388
1288 * direction.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhead_32.S455 cld # gcc2 wants the direction flag cleared at all times
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Drds.h318 void (*sync_mr)(void *trans_private, int direction);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/atmel/
H A Dabdac.c116 enum dma_data_direction direction)
114 atmel_abdac_prepare_dma(struct atmel_abdac *dac, struct snd_pcm_substream *substream, enum dma_data_direction direction) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvwsnd.c458 int direction; /* LI_CCTL_DIR_IN/OUT */ member in struct:dma_chan_desc
471 LI_CCFG_DIR_IN /* direction */
484 LI_CCFG_DIR_OUT /* direction */
626 desc->direction |
673 if (lith1 && chan->desc->direction == LI_CCFG_DIR_OUT)
710 if (lith2 && chan->desc->direction == LI_CCFG_DIR_OUT) {
1793 * pcm_shutdown_port - shut down one port (direction) for PCM I/O.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dse.c148 snd_ice1712_gpio_set_dir(ice, ice->gpio.direction | ALL_MASK);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dhnddma.h73 typedef void* (*di_getpos_t)(hnddma_t *di, bool direction);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkvm.h208 __u8 direction; member in struct:kvm_run::__anon17663::__anon17667
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dhx4700.c342 .direction = HTC_EGPIO_OUTPUT,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx1212 so the caret can move in the same direction longer before the policy is applied again.
3998 void Editor::PageMove(int direction, selTypes sel, bool stuttered) { argument
4006 if (stuttered && (direction < 0 && currentLine > topStutterLine)) {
4010 } else if (stuttered && (direction > 0 && currentLine < bottomStutterLine)) {
4018 topLine + direction * LinesToScroll(), 0, MaxScrollPos());
4020 Point(lastXChosen, pt.y + direction * (vs.lineHeight * LinesToScroll())));
4133 void Editor::CursorUpOrDown(int direction, selTypes sel) { argument
4136 Point(lastXChosen, pt.y + direction * vs.lineHeight));
4137 if (direction < 0) {
4151 void Editor::ParaUpOrDown(int direction, selType argument
[all...]

Completed in 458 milliseconds

<<11121314151617181920