Home
last modified time | relevance | path

Searched refs:myport (Results 1 – 11 of 11) sorted by relevance

/minix/sys/lib/libsa/
H A Dudp.c77 inet_ntoa(d->myip), ntohs(d->myport)); in sendudp()
89 uh->uh_sport = d->myport; in sendudp()
116 if (uh->uh_dport != d->myport) { in readudp()
120 d->myport, ntohs(uh->uh_dport)); in readudp()
H A Diodesc.h69 u_short myport; /* local port, net order */ member
H A Dbootparam.c160 d->myport = htons(--rpc_port); in bp_whoami()
275 d->myport = htons(--rpc_port); in bp_getfile()
H A Dtftp.c176 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff)); in tftp_makereq()
H A Dbootp.c170 d->myport = htons(IPPORT_BOOTPC); in bootp()
H A Dnfs.c362 desc->myport = htons(--rpc_port); in nfs_mount()
/minix/tests/rump/rumpkern/h_client/
H A Dh_stresscli.c136 int rounds, myport; in main() local
170 myport = i*NCLI + j+2; in main()
173 (void*)(uintptr_t)myport) !=0 ) in main()
176 myport = i*NCLI+1; in main()
177 client((void *)(uintptr_t)myport); in main()
/minix/external/bsd/bind/dist/bin/rndc/
H A Drndc.c651 unsigned int myport; in parse_config() local
659 myport = cfg_obj_asuint32(obj); in parse_config()
660 if (myport > ISC_UINT16_MAX || in parse_config()
661 myport == 0) in parse_config()
663 myport); in parse_config()
665 myport = remoteport; in parse_config()
667 get_addresses(name, (in_port_t) myport); in parse_config()
/minix/sys/arch/i386/stand/libsa/
H A Dnfs.c367 desc->myport = htons(--rpc_port); in nfs_open()
/minix/external/bsd/bind/dist/bin/dig/
H A Ddighost.c3924 get_address(char *host, in_port_t myport, isc_sockaddr_t *sockaddr) { in get_address() argument
3929 result = bind9_getaddresses(host, myport, sockaddr, 1, &count); in get_address()
/minix/external/bsd/bind/dist/bin/named/
H A Dserver.c3856 in_port_t myport = port; in configure_alternates() local
3875 myport = (in_port_t) val; in configure_alternates()
3878 name, myport)); in configure_alternates()