Searched refs:port_is_dummy (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/ctld/
H A Dctld.h324 int port_is_dummy(struct port *port);
H A Dctld.c1372 port_is_dummy(struct port *port) function
1992 if (port_is_dummy(oldport))
1995 if (newport != NULL && !port_is_dummy(newport))
2115 if (port_is_dummy(newport))
2119 if (oldport == NULL || port_is_dummy(oldport)) {
2131 if (oldport == NULL || port_is_dummy(oldport))

Completed in 113 milliseconds