Home
last modified time | relevance | path

Searched refs:newport (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/usr.sbin/ppp/
HDncp.c385 u_short *newport; in ncp_AddUrgentPort() local
390 newport = (u_short *)realloc(range->port, in ncp_AddUrgentPort()
392 if (newport == NULL) { in ncp_AddUrgentPort()
398 range->port = newport; in ncp_AddUrgentPort()
/freebsd-head/usr.sbin/ctld/
HDctld.cc1642 struct port *oldport, *newport, *tmpport; in conf_apply() local
1709 newport = port_find(newconf, oldport->p_name); in conf_apply()
1710 if (newport != NULL && !port_is_dummy(newport)) in conf_apply()
1829 TAILQ_FOREACH_SAFE(newport, &newconf->conf_ports, p_next, tmpport) { in conf_apply()
1830 if (port_is_dummy(newport)) in conf_apply()
1832 oldport = port_find(oldconf, newport->p_name); in conf_apply()
1835 log_debugx("adding port \"%s\"", newport->p_name); in conf_apply()
1836 error = kernel_port_add(newport); in conf_apply()
1838 log_debugx("updating port \"%s\"", newport->p_name); in conf_apply()
1839 newport->p_ctl_port = oldport->p_ctl_port; in conf_apply()
[all …]
/freebsd-head/sys/netinet/libalias/
HDalias_nbt.c187 u_short newport; member
775 nbtarg.newport = *original_port; in AliasHandleUdpNbtNS()
/freebsd-head/crypto/openssh/
HDchannels.c4555 channel_update_permission(struct ssh *ssh, int idx, int newport) in channel_update_permission() argument
4565 newport > 0 ? "Updating" : "Removing", in channel_update_permission()
4566 newport, in channel_update_permission()
4569 if (newport <= 0) in channel_update_permission()
4573 (ssh->compat & SSH_BUG_DYNAMIC_RPORT) ? 0 : newport; in channel_update_permission()