Home
last modified time | relevance | path

Searched refs:n_long (Results 1 – 25 of 142) sorted by relevance

123456

/dports/security/snort/snort-2.9.18/src/win32/WIN32-Includes/NETINET/
H A DTCP_VAR.H78 n_long snd_wnd; /* send window */
80 n_long rcv_wnd; /* receive window */
123 n_long ts_recent; /* timestamp echo data */
124 n_long ts_recent_age; /* when last updated */
183 n_long tcps_drops; /* connections dropped */
188 n_long tcps_delack; /* delayed acks sent */
197 n_long tcps_sndpack; /* data packets sent */
198 n_long tcps_sndbyte; /* data bytes sent */
231 n_long tcps_pcbcachemiss;
252 u_char *, int, struct tcpiphdr *, int *, n_long *, n_long *));
[all …]
H A DIP_VAR.H117 n_long ips_total; /* total packets received */
118 n_long ips_badsum; /* checksum bad */
119 n_long ips_tooshort; /* packet too short */
120 n_long ips_toosmall; /* not enough data */
121 n_long ips_badhlen; /* ip header length < data size */
122 n_long ips_badlen; /* ip length < ip header length */
123 n_long ips_fragments; /* fragments received */
125 n_long ips_fragtimeout; /* fragments timed out */
126 n_long ips_forward; /* packets forwarded */
135 n_long ips_ofragments; /* output fragments created */
[all …]
H A DUDP_VAR.H57 n_long udps_ipackets; /* total input packets */
58 n_long udps_hdrops; /* packet shorter than header */
59 n_long udps_badsum; /* checksum error */
60 n_long udps_badlen; /* data length larger than packet */
61 n_long udps_noport; /* no socket on port */
62 n_long udps_noportbcast; /* of above, arrived as broadcast */
63 n_long udps_fullsock; /* not delivered, input socket full */
64 n_long udpps_pcbcachemiss; /* input packets missing pcb cache */
66 n_long udps_opackets; /* total output packets */
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libsa/
H A Dnfsv2.h123 n_long nfs_sec;
131 n_long fa_type;
132 n_long fa_mode;
134 n_long fa_uid;
135 n_long fa_gid;
136 n_long fa_size;
138 n_long fa_rdev;
140 n_long fa_fsid;
148 n_long sa_mode;
149 n_long sa_uid;
[all …]
H A Dnfs.c67 n_long fa_uid;
68 n_long fa_gid;
83 n_long off;
84 n_long len;
91 n_long errno;
93 n_long count;
99 n_long errno;
100 n_long len;
129 n_long len; in nfs_getrootfh()
133 n_long errno; in nfs_getrootfh()
[all …]
H A Drpc.c116 rpc_call(struct iodesc *d, n_long prog, n_long vers, n_long proc, in rpc_call()
125 n_long x; in rpc_call()
291 n_long ip_src; in rpc_fromaddr()
292 n_long ip_dst; in rpc_fromaddr()
385 rpc_getport(struct iodesc *d, n_long prog, n_long vers) in rpc_getport()
388 n_long prog; /* call program */ in rpc_getport()
389 n_long vers; /* call version */ in rpc_getport()
394 n_long port; in rpc_getport()
397 n_long h[RPC_HEADER_WORDS]; in rpc_getport()
401 n_long h[RPC_HEADER_WORDS]; in rpc_getport()
[all …]
H A Drpc.h52 ssize_t rpc_call(struct iodesc *, n_long, n_long, n_long, void *, size_t,
57 int rpc_getport(struct iodesc *, n_long, n_long);
H A Dbootparam.c121 n_long capsule[64]; in bp_whoami()
124 n_long h[RPC_HEADER_WORDS]; in bp_whoami()
128 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()
241 n_long h[RPC_HEADER_WORDS]; in bp_getfile()
242 n_long d[128]; in bp_getfile()
380 n_long l; /* network order */ in xdr_inaddr_encode()
412 n_long l; /* network order */ in xdr_inaddr_decode()
/dports/security/fragrouter/fragrouter-1.6/libpcap-0.4/linux-include/netinet/
H A Dip_var.h107 n_long ips_total; /* total packets received */
108 n_long ips_badsum; /* checksum bad */
109 n_long ips_tooshort; /* packet too short */
110 n_long ips_toosmall; /* not enough data */
111 n_long ips_badhlen; /* ip header length < data size */
112 n_long ips_badlen; /* ip length < ip header length */
113 n_long ips_fragments; /* fragments received */
115 n_long ips_fragtimeout; /* fragments timed out */
116 n_long ips_forward; /* packets forwarded */
125 n_long ips_ofragments; /* output fragments created */
[all …]
/dports/devel/ga/ga-5.8/armci/tcgmsg/ipcv4.0/
H A Dxdrstuff.c194 int WriteXdrLong(sock, x, n_long) in WriteXdrLong() argument
197 long n_long;
217 while (n_long > 0) {
219 len = (n_long > nd_per_buf) ? nd_per_buf : n_long;
238 n_long -= len;
245 int ReadXdrLong(sock, x, n_long) in ReadXdrLong() argument
248 long n_long;
268 while (n_long > 0) {
270 len = (n_long > nd_per_buf) ? nd_per_buf : n_long;
288 n_long -= len;
/dports/math/cocoalib/CoCoALib-0.99712/examples/
H A Dex-convert1.C35 long n_long = 0; in program() local
43 if (IsConvertible(n_long, power(2,50))) in program()
44 cout << "2^50 fits into a long: " << n_long << endl; in program()
/dports/math/giacxcas/CoCoALib-0.99700/examples/
H A Dex-convert1.C35 long n_long = 0; in program() local
43 if (IsConvertible(n_long, power(2,50))) in program()
44 cout << "2^50 fits into a long: " << n_long << endl; in program()
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dnin_systmh.inc7 Pn_long = ^n_long;
8 n_long = u_int32_t;
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/slirp/
H A Dip.h60 typedef uint32_t n_long; /* long as received from the net */ typedef
146 n_long ipt_time[1];
149 n_long ipt_time;
/dports/net/vde2/vde2-2.3.2/src/slirpvde/
H A Dip.h64 typedef u_int32_t n_long; /* long as received from the net */ typedef
150 n_long ipt_time[1];
153 n_long ipt_time;
/dports/net/libslirp/libslirp-cceced0cce9d578ed01db68edf31af78eb66f858/src/
H A Dip.h63 typedef uint32_t n_long; /* long as received from the net */ typedef
149 n_long ipt_time[1];
152 n_long ipt_time;
/dports/emulators/qemu5/qemu-5.2.0/slirp/src/
H A Dip.h63 typedef uint32_t n_long; /* long as received from the net */ typedef
149 n_long ipt_time[1];
152 n_long ipt_time;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/slirp/src/
H A Dip.h63 typedef uint32_t n_long; /* long as received from the net */ typedef
149 n_long ipt_time[1];
152 n_long ipt_time;
/dports/emulators/qemu42/qemu-4.2.1/slirp/src/
H A Dip.h63 typedef uint32_t n_long; /* long as received from the net */ typedef
149 n_long ipt_time[1];
152 n_long ipt_time;
/dports/emulators/qemu-utils/qemu-4.2.1/slirp/src/
H A Dip.h63 typedef uint32_t n_long; /* long as received from the net */ typedef
149 n_long ipt_time[1];
152 n_long ipt_time;
/dports/emulators/qemu/qemu-6.2.0/slirp/src/
H A Dip.h63 typedef uint32_t n_long; /* long as received from the net */ typedef
149 n_long ipt_time[1];
152 n_long ipt_time;
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/slirp/src/
H A Dip.h63 typedef uint32_t n_long; /* long as received from the net */ typedef
149 n_long ipt_time[1];
152 n_long ipt_time;
/dports/emulators/qemu60/qemu-6.0.0/slirp/src/
H A Dip.h63 typedef uint32_t n_long; /* long as received from the net */ typedef
149 n_long ipt_time[1];
152 n_long ipt_time;
/dports/emulators/bochs/bochs-2.7/iodev/network/slirp/
H A Dip.h63 typedef uint32_t n_long; /* long as received from the net */ typedef
153 n_long ipt_time[1];
156 n_long ipt_time;
/dports/sysutils/syslinux/syslinux-6.03/diag/geodsp/
H A Dmk-lba-img.pl58 $n_long = (SECTOR_SIZE/LONG_SIZE);
80 @ipk = pack("L[$n_long]", @ia);

123456