Searched refs:n_long (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/boot/libsa/ |
H A D | rpc.c | 100 static int rpc_getport(struct iodesc *, n_long, n_long); 110 rpc_call(struct iodesc *d, n_long prog, n_long vers, n_long proc, in rpc_call() 119 n_long x; in rpc_call() 283 n_long ip_src; in rpc_fromaddr() 284 n_long ip_dst; in rpc_fromaddr() 372 rpc_getport(struct iodesc *d, n_long prog, n_long vers) in rpc_getport() 375 n_long prog; /* call program */ in rpc_getport() 376 n_long vers; /* call version */ in rpc_getport() 377 n_long proto; /* call protocol */ in rpc_getport() 378 n_long port; /* call port (unused) */ in rpc_getport() [all …]
|
H A D | rpc.h | 50 ssize_t rpc_call(struct iodesc *, n_long, n_long, n_long,
|
H A D | bootparam.c | 121 n_long capsule[64]; in bp_whoami() 124 n_long h[RPC_HEADER_WORDS]; in bp_whoami() 237 n_long h[RPC_HEADER_WORDS]; in bp_getfile() 238 n_long d[64]; in bp_getfile() 376 n_long l; /* network order */ in xdr_inaddr_encode() 407 n_long l; /* network order */ in xdr_inaddr_decode()
|
H A D | net.h | 91 extern n_long netmask; 124 char *intoa(n_long); /* similar to inet_ntoa */ 125 n_long inet_addr(char *);
|
H A D | net.c | 153 n_long 238 intoa(n_long addr) in intoa() 275 n_long
|
H A D | globals.c | 34 n_long netmask = 0xffffff00; /* subnet or net mask */
|
/illumos-gate/usr/src/boot/common/ |
H A D | dev_net.c | 247 extern n_long ip_convertaddr(char *p); 253 n_long rootaddr, smask; in net_getparams() 386 n_long addr = htonl(INADDR_NONE); in net_parse_rootpath()
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | in_systm.h | 26 typedef uint32_t n_long; /* long as received from the net */ typedef
|
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | in_systm.h | 53 typedef u_int32_t n_long; /* long as received from the net */ typedef
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | rdisc.c | 115 n_long *wp, *lim; in trace_rdisc() 1270 n_long *wp; in read_d()
|