VxWorks Reference Manual : Libraries
wdbUlipPktDrv - WDB communication interface for the ULIP driver
wdbUlipPktDevInit( ) - initialize the WDB agent's communication functions for ULIP
This is a lightweight ULIP driver that interfaces with the WDB agent's UDP/IP interpreter. It is the lightweight equivalent of the ULIP netif driver. This module provides a communication path which supports both a task mode and an external mode WDB agent.
wdbUlipPktDevInit( ) - initialize the WDB agent's communication functions for ULIP
void wdbUlipPktDevInit ( WDB_ULIP_PKT_DEV * pDev, /* ULIP packet device to initialize */ char * ulipDev, /* name of UNIX device to use */ void (* stackRcv)() /* routine to call when a packet arrives */ )
This routine initializes a ULIP device for use by the WDB debug agent. It provides a communication path to the debug agent which can be used with both a task and an external mode agent. It is typically called by usrWdb.c when the WDB agent's lightweight ULIP communication path is selected.
N/A