/freebsd/share/man/man4/ |
H A D | lo.4 | 35 .Nd software loopback network interface 41 interface is a software loopback mechanism which may be 44 As with other network interfaces, the loopback interface must have 50 The loopback interface should be the last interface configured, 52 The loopback should 57 If the transmit checksum offload capability flag is enabled on a loopback 61 If the receive checksum offload capability flag is enabled on a loopback
|
/freebsd/tools/tools/so_splice/ |
H A D | proxy.c | 19 * The -L flag enables a loopback mode, wherein all data is additionally proxied 20 * through a loopback TCP connection. This exists mostly to help test a 50 bool loopback; member 170 * Like socketpair(2), but for TCP sockets on the loopback address. 308 if (sc->loopback) { in eventloop() 388 size_t bufsz, enum proxy_mode mode, bool loopback) in proxy_init() argument 395 sc->loopback = loopback; in proxy_init() 406 bool loopback; in main() local 410 loopback = false; in main() 420 loopback = true; in main() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-sm1-bananapi-m5.dts | 42 "TDMIN_A IN 4", "TDM_B Loopback", 43 "TDMIN_B IN 4", "TDM_B Loopback", 44 "TDMIN_C IN 4", "TDM_B Loopback", 45 "TDMIN_A IN 5", "TDM_C Loopback", 46 "TDMIN_B IN 5", "TDM_C Loopback", 47 "TDMIN_C IN 5", "TDM_C Loopback",
|
H A D | meson-g12b-odroid-n2.dtsi | 49 "TDMIN_A IN 4", "TDM_B Loopback", 50 "TDMIN_B IN 4", "TDM_B Loopback", 51 "TDMIN_C IN 4", "TDM_B Loopback", 52 "TDMIN_LB IN 1", "TDM_B Loopback", 53 "TDMIN_A IN 5", "TDM_C Loopback", 54 "TDMIN_B IN 5", "TDM_C Loopback", 55 "TDMIN_C IN 5", "TDM_C Loopback", 56 "TDMIN_LB IN 2", "TDM_C Loopback",
|
H A D | meson-g12b-odroid-n2l.dts | 25 "TDMIN_A IN 4", "TDM_B Loopback", 26 "TDMIN_B IN 4", "TDM_B Loopback", 27 "TDMIN_C IN 4", "TDM_B Loopback", 28 "TDMIN_LB IN 1", "TDM_B Loopback",
|
/freebsd/tests/etc/rc.d/ |
H A D | routing_test.sh | 36 atf_set "descr" "Every FIB should have a static IPv4 loopback route" 43 # Check for an IPv4 loopback route 53 atf_set "descr" "Every FIB should have a static IPv6 loopback route" 64 # Check for an IPv6 loopback route
|
/freebsd/sys/dev/enic/ |
H A D | wq_enet_desc.h | 42 u8 vlan_tag_insert, u16 vlan_tag, u8 loopback) in wq_enet_desc_enc() argument 47 WQ_ENET_MSS_SHIFT | (loopback & 1) << WQ_ENET_LOOPBACK_SHIFT); in wq_enet_desc_enc() 61 u8 *vlan_tag_insert, u16 *vlan_tag, u8 *loopback) in wq_enet_desc_dec() argument 67 *loopback = (u8)((le16_to_cpu(desc->mss_loopback) >> in wq_enet_desc_dec()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_expand/ |
H A D | zpool_expand_003_neg.ksh | 43 # 1) Create three vdevs (loopback, scsi_debug, and file) 49 # expansion of non-partitioned block devices (loopback), partitioned 76 log_note "Setting up loopback, scsi_debug, and file vdevs" 100 log_note "Expanding loopback, scsi_debug, and file vdevs"
|
H A D | zpool_expand_001_pos.ksh | 43 # 1) Create three vdevs (loopback, scsi_debug, and file) 49 # expansion of non-partitioned block devices (loopback), partitioned 108 log_note "Setting up loopback, scsi_debug, and file vdevs" 137 log_note "Expanding loopback, scsi_debug, and file vdevs"
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | get_addrs.c | 85 LOOP = 1, /* do include loopback addrs */ 86 LOOP_IF_NONE = 2, /* include loopback addrs if no others */ 178 * the loopback addresses and add them to our list. in find_all_addresses() 193 /* Presumably loopback addrs are only used on loopback ifs! */ in find_all_addresses() 262 * Only include loopback address if there are no other.
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zfs-tests.sh | 40 LOOPBACK="yes" 115 # Attempt to remove loopback devices and files which where created earlier 125 if [ "$LOOPBACK" = "yes" ]; then 144 # loopback devices, and files. This is a useful way to cleanup a previous 172 msg "Removing loopback(s): $(echo ${TEST_LOOPBACKS})" 372 -d DIR Use world-writable DIR for files and loopback devices 426 LOOPBACK="no" 649 # No DISKS have been provided so a basic file or loopback based devices 655 # loopback devices. 661 # directory or have loopback devices layered on them. [all …]
|
/freebsd/sys/dev/mii/ |
H A D | nsphyreg.h | 81 #define MII_NSPHY_LBREMR 0x18 /* Loopback, bypass, error mask */ 86 #define LBREMR_10LOOP 0x0800 /* 10baseT loopback */ 87 #define LBREMR_LB1 0x0200 /* loopback ctl 1 */ 88 #define LBREMR_LB0 0x0100 /* loopback ctl 0 */
|
H A D | nsphyterreg.h | 56 #define PHYSTS_LOOPBACK 0x0008 /* loopback status */ 120 #define MII_NSPHYTER_LBR 0x17 /* loopback and bypass */ 127 #define LBR_TW_LBEN 0x0020 /* TWISTER loopback enable */ 128 #define LBR_10_ENDEC_LB 0x0010 /* 10Mb/s ENDEC loopback */ 163 #define TBTCTL_LOOPBACK_10_DIS 0x0100 /* loopback 10Mb/s disable */
|
/freebsd/lib/libc/rpc/ |
H A D | netconfig.5 | 59 .Bl -tag -width loopback -offset indent 68 .It Sy loopback 97 local tpi_cots_ord - loopback - - -
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zhack/ |
H A D | library.kshlib | 30 # Tests are done on loopback devices with sizes divisible by label size and sizes that are not. 34 # 1. Create pool on a loopback device with some test data 45 # 1. Create pool on a loopback device with some test data 57 # 1. Create pool on a loopback device with some test data 72 # 1. Create pool on a loopback device with some test data
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcbind.8 | 123 accepts these requests only from the loopback interface for security reasons. 126 loopback interface. 128 Allow old-style local connections over the loopback interface.
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx27-eukrea-cpuimx27.dtsi | 113 no-loopback-test; 126 no-loopback-test; 139 no-loopback-test; 152 no-loopback-test;
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_serdes_hssp_internal_regs.h | 121 * to transmit loopback: 0 - Disables loopback 1 - Transmits the untimed, 129 * transmit to receive buffered loopback: 0 - Disables loopback 1 - Loops back 137 * RX pads). Serial IO loopback from the transmit lane IO pins to the receive 138 * lane IO pins: 0 - Disables loopback 1 - Loops back the driver IO signal to 145 * PMA Parallel RX-to-TX loop-back enable. Parallel loopback from the PMA 147 * Disables loopback 1 - Loops back the 20-bit receive data port to the 154 * PMA CDR recovered-clock loopback enable; asserted when PARRX2TXTIMEDEN is 1.
|
H A D | al_hal_serdes_internal_regs.h | 122 * to transmit loopback: 0 - Disables loopback 1 - Transmits the untimed, 130 * transmit to receive buffered loopback: 0 - Disables loopback 1 - Loops back 138 * RX pads). Serial IO loopback from the transmit lane IO pins to the receive 139 * lane IO pins: 0 - Disables loopback 1 - Loops back the driver IO signal to 146 * PMA Parallel RX-to-TX loop-back enable. Parallel loopback from the PMA 148 * Disables loopback 1 - Loops back the 20-bit receive data port to the 155 * PMA CDR recovered-clock loopback enable; asserted when PARRX2TXTIMEDEN is 1.
|
/freebsd/contrib/tcpdump/ |
H A D | print-loopback.c | 28 /* \summary: Loopback Protocol printer */ 109 ndo->ndo_protocol = "loopback"; in loopback_print() 110 ND_PRINT("Loopback"); in loopback_print()
|
/freebsd/sys/dev/cfe/ |
H A D | cfe_ioctl.h | 110 #define IOCTL_ETHER_GETLOOPBACK 7 /* get loopback state */ 111 #define IOCTL_ETHER_SETLOOPBACK 8 /* set loopback state */ 115 #define ETHER_LOOPBACK_OFF 0 /* no loopback */ 116 #define ETHER_LOOPBACK_INT 1 /* Internal loopback */ 117 #define ETHER_LOOPBACK_EXT 2 /* External loopback (through PHY) */
|
/freebsd/sys/net/ |
H A D | if_loop.c | 33 * Loopback interface driver for protocol testing and timing. 270 * This function is to support software emulation of hardware loopback, 273 * would normally receive via a hardware loopback. 292 * - Emulated packet loopback for a simplex interface in if_simloop() 295 * - IPv4/v6 multicast packet loopback (netinet(6)/ip(6)_output.c) in if_simloop() 297 * - Normal packet loopback from myself to myself (net/if_loop.c) in if_simloop()
|
/freebsd/sys/net/route/ |
H A D | nhop.h | 53 * This is used by the IPv6 code for the connections over loopback 89 * nh_aifp: ifnet of the source address. Same as nh_ifp except IPv6 loopback 104 * Loopback routes: 106 * nh_ifp points to the loopback interface (lo0). 108 * This is useful in IPv6 link-local-over-loopback communications.
|
/freebsd/contrib/ntp/libntp/ |
H A D | numtohost.c |
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_addr.c | 146 /* check for loopback device */ in rdma_copy_addr() 333 * Source address cannot be a loopback device. in addr4_resolve() 341 * Destination is loopback, but source in addr4_resolve() 362 /* check for loopback device */ in addr4_resolve() 531 * Source address cannot be a loopback device. in addr6_resolve() 539 * Destination is loopback, but source in addr6_resolve() 560 /* check for loopback device */ in addr6_resolve() 642 * Binding to a loopback device is not allowed. Make in addr_resolve_neigh() 698 /* store MAC addresses and check for loopback */ in addr_resolve()
|