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

/freebsd-current/usr.sbin/bhyve/
H A Dnet_backend_slirp.c365 int error, porti; local
384 porti = strlen(port) > 0 ? atoi(port) : 0;
385 if (porti < 0 || porti > UINT16_MAX)
387 sinp->sin_port = htons(porti);

Completed in 64 milliseconds