Searched refs:n_long (Results 1 – 12 of 12) sorted by relevance
/freebsd/stand/libsa/ |
H A D | rpc.c | 96 static int rpc_getport(struct iodesc *, n_long, n_long); 106 rpc_call(struct iodesc *d, n_long prog, n_long vers, n_long proc, in rpc_call() 115 n_long x; in rpc_call() 278 n_long ip_src; in rpc_fromaddr() 279 n_long ip_dst; in rpc_fromaddr() 367 rpc_getport(struct iodesc *d, n_long prog, n_long vers) in rpc_getport() 370 n_long prog; /* call program */ in rpc_getport() 371 n_long vers; /* call version */ in rpc_getport() 372 n_long proto; /* call protocol */ in rpc_getport() 373 n_long port; /* call port (unused) */ in rpc_getport() [all …]
|
H A D | rpc.h | 48 ssize_t rpc_call(struct iodesc *, n_long, n_long, n_long,
|
H A D | net.c | 148 n_long 233 intoa(n_long addr) in intoa() 263 number(char *s, n_long *n) in number() 270 n_long 274 n_long addr = 0, n; in ip_convertaddr()
|
H A D | bootparam.c | 119 n_long capsule[64]; in bp_whoami() 122 n_long h[RPC_HEADER_WORDS]; in bp_whoami() 235 n_long h[RPC_HEADER_WORDS]; in bp_getfile() 236 n_long d[64]; in bp_getfile() 374 n_long l; /* network order */ in xdr_inaddr_encode() 405 n_long l; /* network order */ in xdr_inaddr_decode()
|
H A D | net.h | 93 extern n_long netmask; 126 char *intoa(n_long); /* similar to inet_ntoa */ 127 n_long inet_addr(char *);
|
H A D | globals.c | 32 n_long netmask = 0xffffff00; /* subnet or net mask */
|
/freebsd/sbin/routed/ |
H A D | rdisc.c | 45 n_long icmp_ad_addr; 46 n_long icmp_ad_pref; 55 n_long icmp_so_rsvd; 78 n_long dr_recv_pref; /* received but biased preference */ 79 n_long dr_pref; /* preference adjusted by metric */ 108 n_long *wp, *lim; in trace_rdisc() 450 n_long new_pref = 0; in rdisc_sort() 563 n_long pref, /* signed and in network order */ in parse_ad() 776 n_long pref; in send_adv() 943 n_long *wp; in read_d()
|
/freebsd/stand/common/ |
H A D | dev_net.c | 254 extern n_long ip_convertaddr(char *p); 260 n_long rootaddr, smask; in net_getparams() 390 n_long addr = htonl(INADDR_NONE); in net_parse_rootpath()
|
/freebsd/sys/netinet/ |
H A D | in_systm.h | 52 typedef u_int32_t n_long; /* long as received from the net */ typedef
|
/freebsd/stand/efi/libefi/ |
H A D | efinet.c | 211 n_long rootaddr; in efi_env_net_params()
|
H A D | efihttp.c | 134 intoa(*(n_long *)ipv4->SubnetMask.Addr), 1); in setup_ipv4_config2()
|
/freebsd/stand/efi/loader/ |
H A D | main.c | 1992 n_long rootaddr; in command_netserver()
|