Searched refs:direction (Results 226 - 250 of 260) sorted by relevance

1234567891011

/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c242 .direction = UE_DIR_OUT,
251 .direction = UE_DIR_IN,
259 .direction = UE_DIR_IN,
267 .direction = UE_DIR_OUT,
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c1733 * Do checks based on packet direction.
1763 handle->direction != PCAP_D_OUT)
1769 if (handle->direction == PCAP_D_IN)
1776 if (handle->direction == PCAP_D_OUT)
1934 * Do checks based on packet direction.
3069 * Set direction flag: Which packets do we accept on a forwarding
3079 handle->direction = d;
3085 * the direction of the packet.
3088 "Setting direction is not supported on SOCK_PACKET sockets");
3525 /* We need to save packet direction fo
[all...]
/freebsd-11-stable/sys/dev/usb/input/
H A Dwmt.c243 .direction = UE_DIR_IN,
H A Datp.c808 .direction = UE_DIR_IN,
819 .direction = UE_DIR_ANY,
H A Dwsp.c623 .direction = UE_DIR_IN,
H A Dums.c408 .direction = UE_DIR_IN,
494 * We might have both a wheel and Z direction, if so put
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c937 /* direction(I) - direction of packet (in/out) */
952 ipf_nat6_add(fin, np, natsave, flags, direction)
957 int direction;
1031 nat->nat_dir = direction;
1045 } else if (direction == NAT_OUTBOUND) {
1378 /* dir(I) - direction of packet (in/out) */
1475 * NOTE : dir refers to the direction of the original
1477 * message flows in the opposite direction.
1574 /* dir(I) - direction o
[all...]
H A Dip_nat.c3070 /* direction(I) - direction of packet (in/out) */
3085 ipf_nat_add(fin, np, natsave, flags, direction)
3090 int direction;
3163 nat->nat_dir = direction;
3177 } else if (direction == NAT_OUTBOUND) {
3604 /* dir(I) - direction of packet (in/out) */
3702 * NOTE : dir refers to the direction of the original
3704 * message flows in the opposite direction.
3759 /* dir(I) - direction o
[all...]
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c578 .direction = UE_DIR_OUT,
587 .direction = UE_DIR_OUT,
597 .direction = UE_DIR_OUT,
607 .direction = UE_DIR_OUT,
617 .direction = UE_DIR_OUT,
627 .direction = UE_DIR_OUT,
637 .direction = UE_DIR_IN,
H A Dif_ural.c367 .direction = UE_DIR_OUT,
376 .direction = UE_DIR_IN,
H A Dif_upgt.c202 .direction = UE_DIR_OUT,
214 .direction = UE_DIR_IN,
H A Dif_rum.c445 .direction = UE_DIR_OUT,
454 .direction = UE_DIR_IN,
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c398 .direction = UE_DIR_IN,
409 .direction = UE_DIR_OUT,
422 .direction = UE_DIR_OUT,
435 .direction = UE_DIR_OUT,
448 .direction = UE_DIR_OUT,
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hub.c168 .direction = UE_DIR_ANY,
179 .direction = UE_DIR_ANY,
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1921 * reason and direction.
2943 dyn_info.direction == MATCH_FORWARD) {
2995 dyn_info.direction == MATCH_FORWARD) {
/freebsd-11-stable/sys/dev/usb/serial/
H A Duftdi.c218 .direction = UE_DIR_OUT,
227 .direction = UE_DIR_IN,
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dpic.y45 direction current_direction;
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S44 .set PSL_D,0x00000400 # String instruction direction
/freebsd-11-stable/contrib/binutils/bfd/
H A Darchive.c576 (archive->direction == write_direction))
H A Delfcode.h1781 nbfd->direction = read_direction;
H A Dxcofflink.c3382 abfd->direction = write_direction;
3390 abfd->direction = read_direction;
/freebsd-11-stable/sys/dev/ena/
H A Dena.c1459 ctx.direction = ENA_COM_IO_QUEUE_DIRECTION_TX;
1487 ctx.direction = ENA_COM_IO_QUEUE_DIRECTION_RX;
/freebsd-11-stable/sys/dev/iir/
H A Diir.c1037 ucmd->u.raw.direction);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c1088 .direction = 0xff,
1105 params.direction = WMM_TSPEC_DIRECTION_DOWNLINK;
1107 params.direction = WMM_TSPEC_DIRECTION_UPLINK;
1109 params.direction = WMM_TSPEC_DIRECTION_BI_DIRECTIONAL;
/freebsd-11-stable/contrib/gcc/
H A Dexpr.c3603 enum direction stack_direction
3613 enum direction where_pad = FUNCTION_ARG_PADDING (mode, type);
3615 /* Invert direction if stack is post-decrement.

Completed in 838 milliseconds

1234567891011