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

/freebsd-current/usr.sbin/ppp/
H A Dncp.c385 u_short *newport; local
390 newport = (u_short *)realloc(range->port,
392 if (newport == NULL) {
398 range->port = newport;
/freebsd-current/usr.sbin/ctld/
H A Dctld.c1918 struct port *oldport, *newport, *tmpport; local
1994 newport = port_find(newconf, oldport->p_name);
1995 if (newport != NULL && !port_is_dummy(newport))
2114 TAILQ_FOREACH_SAFE(newport, &newconf->conf_ports, p_next, tmpport) {
2115 if (port_is_dummy(newport))
2117 oldport = port_find(oldconf, newport->p_name);
2120 log_debugx("adding port \"%s\"", newport->p_name);
2121 error = kernel_port_add(newport);
2123 log_debugx("updating port \"%s\"", newport
[all...]
/freebsd-current/sys/netinet/libalias/
H A Dalias_nbt.c187 u_short newport; member in struct:__anon5561
775 nbtarg.newport = *original_port;
/freebsd-current/crypto/openssh/
H A Dchannels.c4556 * the actual 'newport' has been allocated. If 'newport' < 0 is
4560 channel_update_permission(struct ssh *ssh, int idx, int newport) argument
4570 newport > 0 ? "Updating" : "Removing",
4571 newport,
4574 if (newport <= 0)
4578 (ssh->compat & SSH_BUG_DYNAMIC_RPORT) ? 0 : newport;

Completed in 100 milliseconds