Searched refs:myport (Results 1 – 16 of 16) sorted by relevance
| /freebsd-9-stable/etc/rc.d/ |
| D | moused | 33 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/ |
| D | nfscbd.c | 110 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/ |
| D | udp.c | 77 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));
|
| D | iodesc.h | 46 u_short myport; /* local port, net order */ member
|
| D | bootparam.c | 162 d->myport = htons(--rpc_port); 281 d->myport = htons(--rpc_port);
|
| D | bootp.c | 158 d->myport = htons(IPPORT_BOOTPC);
|
| D | tftp.c | 313 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff)); in tftp_makereq()
|
| D | nfs.c | 486 desc->myport = htons(--rpc_port); in nfs_open() 1130 desc->myport = htons(--rpc_port); in nfs_open()
|
| /freebsd-9-stable/contrib/bind9/bin/rndc/ |
| D | rndc.c | 628 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/ |
| D | pxe.c | 431 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/ |
| D | sctp_header.h | 196 uint16_t myport; /* my port address used in the INIT */ member
|
| D | sctp_input.c | 2424 (cookie->myport != sh->dest_port) && in sctp_handle_cookie_echo()
|
| D | sctp_output.c | 5602 stc.myport = sh->dest_port; in sctp_send_initiate_ack()
|
| /freebsd-9-stable/contrib/ofed/management/infiniband-diags/src/ |
| D | grouping.c | 58 extern Port *myport;
|
| /freebsd-9-stable/contrib/bind9/bin/dig/ |
| D | dighost.c | 3675 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/ |
| D | server.c | 3615 in_port_t myport = port; in configure_alternates() local 3634 myport = (in_port_t) val; in configure_alternates() 3637 name, myport)); in configure_alternates()
|