Home
last modified time | relevance | path

Searched refs:pm_port (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/sunrpc/
Dpmap_clnt.c106 status = rpc_call(pmap_clnt, PMAP_GETPORT, &map, &map.pm_port, 0); in rpc_getport_external()
109 if (map.pm_port != 0) in rpc_getport_external()
110 return map.pm_port; in rpc_getport_external()
167 map.pm_port = port; in rpc_register()
221 map->pm_prog, map->pm_vers, map->pm_prot, map->pm_port); in xdr_encode_mapping()
225 *p++ = htonl(map->pm_port); in xdr_encode_mapping()
/linux-2.4.37.9/include/linux/sunrpc/
Dclnt.h27 __u16 pm_port; member
66 #define cl_port cl_pmap.pm_port