Index Index for
Section 9
Index Alphabetical
listing for D
Bottom of page Bottom of
page

detachpfilter(9r)

NAME

detachpfilter - Network: Informs the packet filter driver that the associated device is no longer available.

SYNOPSIS

int detachpfilter( struct ether_driver *edp );

ARGUMENTS

edp Specifies the address of the device's ether_driver data structure.

DESCRIPTION

The detachpfilter() routine removes the specified device from the list of devices that the packet filter knows about.

RETURN VALUES

ENODEV The specified device was not found. ESUCCESS The specified device was removed from the packet filter's list.

SEE ALSO

Routines: attachpfilter(9r)

Index Index for
Section 9
Index Alphabetical
listing for D
Top of page Top of
page