HomeSort by: relevance | last modified time | path
    Searched refs:PORTMAP (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.sbin/rpcbind/
warmstart.c 49 #ifdef PORTMAP
66 #ifdef PORTMAP
67 #define PMAPFILE _PATH_VARRUN "portmap.file"
140 #ifdef PORTMAP
150 #ifdef PORTMAP
158 #ifdef PORTMAP
167 #ifdef PORTMAP
rpcbind.h 45 #ifdef PORTMAP
77 #ifdef PORTMAP
133 #ifdef PORTMAP
rpcb_stat.c 45 #ifdef PORTMAP
64 #ifdef PORTMAP
rpcbind.c 59 #ifdef PORTMAP
124 #ifdef PORTMAP
192 #ifdef PORTMAP
276 * If PORTMAP, then for UDP and TCP, it adds the entries for version 2 also
573 #ifdef PORTMAP
pmap_svc.c 46 * All the portmapper related interface from the portmap side.
49 #ifdef PORTMAP
244 fprintf(stderr, "portmap: svc_sendreply\n");
325 (void) fprintf(stderr, "portmap: svc_sendreply\n");
358 (void) fprintf(stderr, "portmap: svc_sendreply\n");
366 #endif /* PORTMAP */
rpcb_svc_com.c 56 #ifdef PORTMAP
59 #endif /* PORTMAP */
211 #ifdef PORTMAP
284 #ifdef PORTMAP
465 #ifdef PORTMAP
1434 #ifdef PORTMAP
1527 #endif /* PORTMAP */
  /src/lib/libc/rpc/
clnt_bcast.c 68 #ifdef PORTMAP
110 * If PORTMAP has been defined, we send two packets for UDP, one for
111 * rpcbind and one for portmap. For those machines which support
112 * both rpcbind and portmap, it will cause them to reply twice, and
276 int pmap_reply_flag; /* reply recvd from PORTMAP */
299 #ifdef PORTMAP
307 #endif /* PORTMAP */
360 #ifdef PORTMAP
418 #ifdef PORTMAP
419 /* Prepare the packet for version 2 PORTMAP */
    [all...]
svc.c 65 #ifdef PORTMAP
350 #ifdef PORTMAP
411 #endif /* PORTMAP */
rpc_soc.c 52 #ifdef PORTMAP
430 #endif /* PORTMAP */
rpcb_clnt.c 65 #ifdef PORTMAP
663 * version 2 (portmap), 4 and then 3 (svr4). This order should be
701 #ifdef PORTMAP
809 /* This did not go through the above PORTMAP/TCP code */
831 /* This is a UDP PORTMAP handle. Change to version 4 */
svc_vc.c 243 #ifdef PORTMAP
343 #ifdef PORTMAP
svc_dg.c 215 #ifdef PORTMAP
  /src/usr.bin/rpcinfo/
rpcinfo.c 50 * We are for now defining PORTMAP here. It doesnt even compile
53 #ifndef PORTMAP
54 #define PORTMAP
58 * If PORTMAP is defined, rpcinfo will talk to both portmapper and
78 #ifdef PORTMAP /* Support for version 2 portmapper */
131 #ifdef PORTMAP
171 #ifdef PORTMAP
178 #ifdef PORTMAP
184 #ifdef PORTMAP
274 #ifdef PORTMAP
    [all...]

Completed in 17 milliseconds