Home
last modified time | relevance | path

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

/freebsd/libexec/rc/rc.d/
H A Dmoused38 local ms myflags myport mytype
50 eval myport=\${moused_${ms}_port-/dev/$ms}
55 myport="$moused_port"
60 /usr/sbin/moused ${myflags} -p ${myport} -t ${mytype} ${pidarg}
/freebsd/usr.sbin/nfscbd/
H A Dnfscbd.c107 short myport = NFSV4_CBPORT; in main() local
153 myport = atoi(optarg); in main()
154 if (myport < 1) { in main()
157 myport = NFSV4_CBPORT; in main()
225 inetaddr.sin_port = htons(myport); in main()
236 if (nfscbdargs.port != myport) { in main()
264 inetaddr.sin_port = htons(myport); in main()
/freebsd/contrib/netbsd-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()
/freebsd/stand/libsa/
H A Dudp.c67 inet_ntoa(d->myip), ntohs(d->myport)); in sendudp()
80 uh->uh_sport = d->myport; in sendudp()
124 if (uh->uh_dport != d->myport) { in readudp()
128 d->myport, ntohs(uh->uh_dport)); in readudp()
H A Diodesc.h44 u_short myport; /* local port, net order */ member
H A Dbootparam.c155 d->myport = htons(--rpc_port); in bp_whoami()
269 d->myport = htons(--rpc_port); in bp_getfile()
H A Dnetif.c363 s->myport = 0; in netif_close()
H A Dip.c97 inet_ntoa(d->myip), ntohs(d->myport)); in sendip()
H A Dbootp.c170 d->myport = htons(IPPORT_BOOTPC); in bootp()
H A Dtftp.c346 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff)); in tftp_makereq()
H A Dnfs.c503 desc->myport = htons(--rpc_port); in nfs_open()
/freebsd/sys/netinet/
H A Dsctp_header.h199 uint16_t myport; /* my port address used in the INIT */ member
H A Dsctp_input.c2285 (cookie->myport != sh->dest_port) || in sctp_handle_cookie_echo()
H A Dsctp_output.c5630 stc.myport = sh->dest_port; in sctp_send_initiate_ack()