Home
last modified time | relevance | path

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

/freebsd-13-stable/libexec/rc/rc.d/
HDmoused33 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-13-stable/usr.sbin/nfscbd/
HDnfscbd.c108 short myport = NFSV4_CBPORT; in main() local
154 myport = atoi(optarg); in main()
155 if (myport < 1) { in main()
158 myport = NFSV4_CBPORT; in main()
226 inetaddr.sin_port = htons(myport); in main()
237 if (nfscbdargs.port != myport) { in main()
265 inetaddr.sin_port = htons(myport); in main()
/freebsd-13-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
HDh_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-13-stable/stand/libsa/
HDudp.c70 inet_ntoa(d->myip), ntohs(d->myport)); in sendudp()
83 uh->uh_sport = d->myport; in sendudp()
127 if (uh->uh_dport != d->myport) { in readudp()
131 d->myport, ntohs(uh->uh_dport)); in readudp()
HDiodesc.h44 u_short myport; /* local port, net order */ member
HDbootparam.c156 d->myport = htons(--rpc_port); in bp_whoami()
270 d->myport = htons(--rpc_port); in bp_getfile()
HDnetif.c365 s->myport = 0; in netif_close()
HDip.c98 inet_ntoa(d->myip), ntohs(d->myport)); in sendip()
HDbootp.c173 d->myport = htons(IPPORT_BOOTPC); in bootp()
HDtftp.c347 h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff)); in tftp_makereq()
HDnfs.c504 desc->myport = htons(--rpc_port); in nfs_open()
/freebsd-13-stable/sys/netinet/
HDsctp_header.h199 uint16_t myport; /* my port address used in the INIT */ member
HDsctp_input.c2283 (cookie->myport != sh->dest_port) || in sctp_handle_cookie_echo()
HDsctp_output.c5589 stc.myport = sh->dest_port; in sctp_send_initiate_ack()