IFFLOOPBACK
IFFLOOPBACK, more commonly referred to as IFF_LOOPBACK, is a network interface flag used in Unix-like operating systems to identify a loopback network device. A loopback interface is a virtual interface that provides host-local communication, meaning packets sent to it are routed back within the same host rather than being transmitted onto any physical network.
The IFF_LOOPBACK flag marks an interface as a loopback device. Interfaces with this flag do not correspond
Usage in code and administration
In kernel and network API definitions, IFF_LOOPBACK is a bitmask flag checked with bitwise operations (for example,
The standard loopback interface is usually named lo (or lo0 on some systems) and is configured with