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

/freebsd-9.3-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.c312 /* h->iodesc->myport = htons(--tftpport); */
313 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff));
H A Dnfs.c486 desc->myport = htons(--rpc_port);
1130 desc->myport = htons(--rpc_port);
/freebsd-9.3-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-9.3-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-9.3-release/contrib/bind9/bin/rndc/
H A Drndc.c631 unsigned int myport; local
639 myport = cfg_obj_asuint32(obj);
640 if (myport > ISC_UINT16_MAX ||
641 myport == 0)
643 myport);
645 myport = remoteport;
647 get_addresses(name, (in_port_t) myport);
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dpxe.c431 d->myport = htons(--rpc_port);
483 d->myport = htons(--rpc_port);
642 udpwrite_p->src_port = h->myport;
677 udpread_p->d_port = h->myport;
/freebsd-9.3-release/sys/netinet/
H A Dsctp_header.h196 uint16_t myport; /* my port address used in the INIT */ member in struct:sctp_state_cookie
H A Dsctp_input.c2424 (cookie->myport != sh->dest_port) &&
H A Dsctp_output.c5602 stc.myport = sh->dest_port;
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dgrouping.c58 extern Port *myport;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c3523 in_port_t myport = port; local
3542 myport = (in_port_t) val;
3545 name, myport));

Completed in 193 milliseconds