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

/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.c1828 struct port *oldport, *newport, *tmpport; local
1901 TAILQ_FOREACH_SAFE(oldport, &oldconf->conf_ports, p_next, tmpport) {
1902 if (port_is_dummy(oldport))
1904 newport = port_find(newconf, oldport->p_name);
1907 log_debugx("removing port \"%s\"", oldport->p_name);
1908 error = kernel_port_remove(oldport);
1911 oldport->p_name);
2027 oldport = port_find(oldconf, newport->p_name);
2029 if (oldport == NULL || port_is_dummy(oldport)) {
[all...]
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_nbt.c190 u_short oldport; member in struct:__anon8183
799 nbtarg.oldport = *alias_port;

Completed in 77 milliseconds