Home
last modified time | relevance | path

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

/freebsd-9-stable/etc/rc.d/
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-stable/usr.sbin/nfscbd/
Dnfscbd.c110 short myport = NFSV4_CBPORT; in main() local
155 myport = atoi(optarg); in main()
156 if (myport < 1) { in main()
159 myport = NFSV4_CBPORT; in main()
227 inetaddr.sin_port = htons(myport); in main()
238 if (nfscbdargs.port != myport) { in main()
266 inetaddr.sin_port = htons(myport); in main()
/freebsd-9-stable/lib/libstand/
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));
Diodesc.h46 u_short myport; /* local port, net order */ member
Dbootparam.c162 d->myport = htons(--rpc_port);
281 d->myport = htons(--rpc_port);
Dbootp.c158 d->myport = htons(IPPORT_BOOTPC);
Dtftp.c313 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff)); in tftp_makereq()
Dnfs.c486 desc->myport = htons(--rpc_port); in nfs_open()
1130 desc->myport = htons(--rpc_port); in nfs_open()
/freebsd-9-stable/contrib/bind9/bin/rndc/
Drndc.c628 unsigned int myport; in parse_config() local
636 myport = cfg_obj_asuint32(obj); in parse_config()
637 if (myport > ISC_UINT16_MAX || in parse_config()
638 myport == 0) in parse_config()
640 myport); in parse_config()
642 myport = remoteport; in parse_config()
644 get_addresses(name, (in_port_t) myport); in parse_config()
/freebsd-9-stable/sys/boot/i386/libi386/
Dpxe.c431 d->myport = htons(--rpc_port); in pxe_rpcmountcall()
483 d->myport = htons(--rpc_port); in pxe_rpcmountcall()
642 udpwrite_p->src_port = h->myport; in sendudp()
677 udpread_p->d_port = h->myport; in readudp()
/freebsd-9-stable/sys/netinet/
Dsctp_header.h196 uint16_t myport; /* my port address used in the INIT */ member
Dsctp_input.c2424 (cookie->myport != sh->dest_port) && in sctp_handle_cookie_echo()
Dsctp_output.c5602 stc.myport = sh->dest_port; in sctp_send_initiate_ack()
/freebsd-9-stable/contrib/ofed/management/infiniband-diags/src/
Dgrouping.c58 extern Port *myport;
/freebsd-9-stable/contrib/bind9/bin/dig/
Ddighost.c3675 get_address(char *host, in_port_t myport, isc_sockaddr_t *sockaddr) { in get_address() argument
3683 result = bind9_getaddresses(host, myport, sockaddr, 1, &count); in get_address()
/freebsd-9-stable/contrib/bind9/bin/named/
Dserver.c3615 in_port_t myport = port; in configure_alternates() local
3634 myport = (in_port_t) val; in configure_alternates()
3637 name, myport)); in configure_alternates()