OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pfroute
(Results
1 - 5
of
5
) sorted by null
/external/avahi/avahi-core/
iface-pfroute.c
46
#include "iface-
pfroute
.h"
263
AvahiPfRoute *nl = m->osdep.
pfroute
;
289
m->osdep.
pfroute
= NULL;
296
if (!(m->osdep.
pfroute
= avahi_new(AvahiPfRoute , 1))) {
300
m->osdep.
pfroute
->fd = fd;
302
if (!(m->osdep.
pfroute
->watch = m->server->poll_api->watch_new(m->server->poll_api,
303
m->osdep.
pfroute
->fd,
315
if (m->osdep.
pfroute
) {
316
if (m->osdep.
pfroute
->watch)
317
m->server->poll_api->watch_free(m->osdep.
pfroute
->watch)
[
all
...]
iface-pfroute.h
34
AvahiPfRoute *
pfroute
;
member in struct:AvahiInterfaceMonitorOSDep
Makefile.am
95
iface-
pfroute
.c iface-
pfroute
.h
iface.h
44
#include "iface-
pfroute
.h"
/external/avahi/avahi-daemon/
main.c
[
all
...]
Completed in 233 milliseconds