VxWorks Reference Manual : Libraries

if_loop

NAME

if_loop - software loopback network interface driver

ROUTINES

loattach( ) - publish the lo network interface and initialize the driver and pseudo-device

DESCRIPTION

This module implements the software loopback network interface driver. The only user-callable routine is loattach( ), which publishes the lo interface and initializes the driver and device.

This interface is used for protocol testing and timing. By default, the loopback interface is accessible at Internet address 127.0.0.1.

BOARD LAYOUT

This device is "software only." A jumpering diagram is not applicable.

SEE ALSO

if_loop, ifLib


Libraries : Routines

loattach( )

NAME

loattach( ) - publish the lo network interface and initialize the driver and pseudo-device

SYNOPSIS


STATUS loattach (void)

DESCRIPTION

This routine attaches an lo Ethernet interface to the network, if the interface exists. It makes the interface available by filling in the network interface record. The system initializes the interface when it is ready to accept packets.

RETURNS

OK.

SEE ALSO

if_loop