Go to the source code of this file.
Definition at line 79 of file NA_llf.c.
{ close(rth.fd); }
Definition at line 65 of file NA_llf.c.
{ if (llf_rtnl_open(&rth, RTMGRP_LINK) < 0) { DEBUG(LOG_ERR, 0, "Can't initialize rtnetlink socket"); return; } if (attach_callback_func(rth.fd, llf_callback) < 0) { alog(LOG_ERR, 0, __FUNCTION__, "Could not attach callback"); return; } }