register_gifconf

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

register_gifconf - register a SIOCGIF handler

SYNOPSIS

int register_gifconf(unsigned int family, gifconf_func_t * gifconf);

ARGUMENTS

family

Address family

gifconf

Function handler

DESCRIPTION

Register protocol dependent address dumping routines. The handler that is passed must not be freed or reused until it has been replaced by another handler.