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

/freebsd-10.2-release/lib/libstand/
H A Diodesc.h46 u_short myport; /* local port, net order */ member in struct:iodesc
H A Dudp.c77 inet_ntoa(d->myip), ntohs(d->myport));
99 uh->uh_sport = d->myport;
224 if (uh->uh_dport != d->myport) {
228 d->myport, ntohs(uh->uh_dport));
H A Dbootparam.c162 d->myport = htons(--rpc_port);
281 d->myport = htons(--rpc_port);
H A Dbootp.c158 d->myport = htons(IPPORT_BOOTPC);
H A Dtftp.c319 /* h->iodesc->myport = htons(--tftpport); */
320 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff));
H A Dnfs.c486 desc->myport = htons(--rpc_port);
1128 desc->myport = htons(--rpc_port);
/freebsd-10.2-release/etc/rc.d/
H A Dmoused33 local ms myflags myport mytype
45 eval myport=\${moused_${ms}_port-/dev/$ms}
50 myport="$moused_port"
55 /usr/sbin/moused ${myflags} -p ${myport} -t ${mytype} ${pidarg}
/freebsd-10.2-release/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_stresscli.c136 int rounds, myport; local
170 myport = i*NCLI + j+2;
173 (void*)(uintptr_t)myport) !=0 )
176 myport = i*NCLI+1;
177 client((void *)(uintptr_t)myport);
/freebsd-10.2-release/usr.sbin/nfscbd/
H A Dnfscbd.c110 short myport = NFSV4_CBPORT; local
155 myport = atoi(optarg);
156 if (myport < 1) {
159 myport = NFSV4_CBPORT;
227 inetaddr.sin_port = htons(myport);
238 if (nfscbdargs.port != myport) {
266 inetaddr.sin_port = htons(myport);
/freebsd-10.2-release/sys/boot/i386/libi386/
H A Dpxe.c430 d->myport = htons(--rpc_port);
482 d->myport = htons(--rpc_port);
641 udpwrite_p->src_port = h->myport;
676 udpread_p->d_port = h->myport;
/freebsd-10.2-release/sys/netinet/
H A Dsctp_header.h190 uint16_t myport; /* my port address used in the INIT */ member in struct:sctp_state_cookie
H A Dsctp_input.c2435 (cookie->myport != sh->dest_port) &&
H A Dsctp_output.c5573 stc.myport = sh->dest_port;
/freebsd-10.2-release/contrib/ofed/management/infiniband-diags/src/
H A Dgrouping.c58 extern Port *myport;

Completed in 279 milliseconds