Lines Matching refs:port
237 int rpcb_register(u32 prog, u32 vers, int prot, unsigned short port) in rpcb_register() argument
243 .r_port = port, in rpcb_register()
250 "rpcbind\n", (port ? "" : "un"), in rpcb_register()
251 prog, vers, prot, port); in rpcb_register()
254 if (port) in rpcb_register()
269 unsigned short port = ntohs(address_to_register->sin_port); in rpcb_register_netid4() local
275 port >> 8, port & 0xff); in rpcb_register_netid4()
279 "local rpcbind\n", (port ? "" : "un"), in rpcb_register_netid4()
284 if (port) in rpcb_register_netid4()
299 unsigned short port = ntohs(address_to_register->sin6_port); in rpcb_register_netid6() local
305 port >> 8, port & 0xff); in rpcb_register_netid6()
309 port >> 8, port & 0xff); in rpcb_register_netid6()
313 "local rpcbind\n", (port ? "" : "un"), in rpcb_register_netid6()
318 if (port) in rpcb_register_netid6()