Home
last modified time | relevance | path

Searched refs:nport (Results 1 – 2 of 2) sorted by relevance

/minix3/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dclient.c125 mach_port_t nport; in mach_ipc() local
127 ret = bootstrap_look_up(bootstrap_port, ipc->name, &nport); in mach_ipc()
133 mach_port_deallocate(mach_task_self(), nport); in mach_ipc()
136 ipc->server = nport; in mach_ipc()
/minix3/usr.bin/ftp/
H A Dfetch.c453 unsigned long nport; in parse_url() local
455 nport = strtoul(cp, &ep, 10); in parse_url()
457 nport < 1 || nport > MAX_IN_PORT_T) { in parse_url()
462 *portnum = nport; in parse_url()