Lines Matching refs:logperror
195 void logerr(), logtrace(), logdebug(), logperror();
422 logperror("socket"); in main()
477 logperror("recvfrom"); in main()
592 logperror("sendto"); in solicitor()
691 logperror("sendto"); in advertise()
1190 logperror("sendbcast: sendto"); in sendbcastif()
1260 logperror("setsockopt (IP_MULTICAST_IF)"); in sendmcastif()
1268 logperror("sendmcast: sendto"); in sendmcastif()
1331 logperror("initifs: socket"); in initifs()
1337 logperror("initifs: SIOCGIFNUM"); in initifs()
1354 logperror("initifs: ioctl (get interface configuration)"); in initifs()
1369 logperror("initifs: ioctl (get interface flags)"); in initifs()
1556 logperror("initifs: ioctl (get if index)"); in getconfig()
1566 logperror("initifs: ioctl (get dest addr)"); in getconfig()
1584 logperror("initifs: ioctl (get netmask)"); in getconfig()
1591 logperror( in getconfig()
1611 logperror("support_multicast: socket"); in support_multicast()
1853 logperror("setsockopt (IP_ADD_MEMBERSHIP)"); in added_logint()
1915 logperror("setsockopt (IP_DROP_MEMBERSHIP)"); in deleted_logint()
1940 logperror("setsockopt (IP_ADD_MEMBERSHIP)"); in deleted_logint()
2211 logperror("rtioctl: socket"); in rtioctl()
2216 logperror("ioctl (add/delete route)"); in rtioctl()
2272 logperror(str) in logperror() function