Searched refs:newport (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | ncp.c | 385 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/usr.sbin/ctld/ |
H A D | ctld.c | 1734 struct port *oldport, *newport, *tmpport; in conf_apply() local 1801 newport = port_find(newconf, oldport->p_name); in conf_apply() 1802 if (newport != NULL && !port_is_dummy(newport)) in conf_apply() 1921 TAILQ_FOREACH_SAFE(newport, &newconf->conf_ports, p_next, tmpport) { in conf_apply() 1922 if (port_is_dummy(newport)) in conf_apply() 1924 oldport = port_find(oldconf, newport->p_name); in conf_apply() 1927 log_debugx("adding port \"%s\"", newport->p_name); in conf_apply() 1928 error = kernel_port_add(newport); in conf_apply() 1930 log_debugx("updating port \"%s\"", newport->p_name); in conf_apply() 1931 newport->p_ctl_port = oldport->p_ctl_port; in conf_apply() [all …]
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_nbt.c | 187 u_short newport; member 775 nbtarg.newport = *original_port; in AliasHandleUdpNbtNS()
|
/freebsd/crypto/openssh/ |
H A D | channels.c | 4555 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()
|