Searched refs:u_int (Results 126 - 150 of 603) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-atalk.c68 static void atp_print(const struct atATP *, u_int);
70 static void nbp_print(const struct atNBP *, u_int, u_short, u_char, u_char);
78 static void ddp_print(const u_char *, u_int, int, u_short, u_char, u_char);
84 u_int
93 u_int
94 llap_print(register const u_char *bp, u_int length)
100 u_int hdrlen;
166 atalk_print(register const u_char *bp, u_int length)
192 aarp_print(register const u_char *bp, u_int length)
229 ddp_print(register const u_char *bp, register u_int lengt
[all...]
H A Dprint-802_11.c656 u_int length)
658 u_int elementlen;
850 if (length < (u_int)(tim.length - 3))
897 handle_beacon(const u_char *p, u_int length)
933 handle_assoc_request(const u_char *p, u_int length)
960 handle_assoc_response(const u_char *p, u_int length)
996 handle_reassoc_request(const u_char *p, u_int length)
1029 handle_reassoc_response(const u_char *p, u_int length)
1036 handle_probe_request(const u_char *p, u_int length)
1053 handle_probe_response(const u_char *p, u_int lengt
[all...]
H A Dprint-rpki-rtr.c133 indent_string (u_int indent)
136 u_int idx;
178 rpki_rtr_pdu_print (const u_char *tptr, u_int indent)
181 u_int pdu_type, pdu_len, hexdump;
258 u_int encapsulated_pdu_length, text_length, tlen, error_code;
318 rpki_rtr_print(register const u_char *pptr, register u_int len) {
320 u_int tlen, pdu_type, pdu_len;
H A Dprint-dccp.c63 static inline u_int dccp_csum_coverage(const struct dccp_hdr* dh, u_int len)
65 u_int cov;
74 const struct dccp_hdr *dh, u_int len)
81 static int dccp6_cksum(const struct ip6_hdr *ip6, const struct dccp_hdr *dh, u_int len)
168 void dccp_print(const u_char *bp, const u_char *data2, u_int len)
177 u_int hlen;
178 u_int extlen = 0;
325 u_int optlen;
H A Dprint-ip.c61 ip_printroute(register const u_char *cp, u_int length)
63 register u_int ptr;
64 register u_int len;
137 u_int len, u_int next_proto)
166 ip_printts(register const u_char *cp, u_int length)
168 register u_int ptr;
169 register u_int len;
231 ip_optprint(register const u_char *cp, u_int length)
233 register u_int option_le
[all...]
H A Dprint-udp.c112 u_int ts = *(u_int16_t *)hdr;
120 u_int32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]);
121 u_int32_t i1 = EXTRACT_32BITS(&((u_int *)hdr)[1]);
135 rtp_print(const void *hdr, u_int len, register const struct udphdr *up)
138 u_int *ip = (u_int *)hdr;
139 u_int hasopt, hasext, contype, hasmarker;
140 u_int32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]);
141 u_int32_t i1 = EXTRACT_32BITS(&((u_int *)hdr)[1]);
142 u_int dle
[all...]
H A Dprint-carp.c54 carp_print(register const u_char *bp, register u_int len, int ttl)
H A Dprint-juniper.c449 int ip_heuristic_guess(register const u_char *, u_int);
450 int juniper_ppp_heuristic_guess(register const u_char *, u_int);
451 int juniper_read_tlv_value(const u_char *, u_int, u_int);
455 u_int
502 u_int
514 u_int rewrite_len,es_type_bundle;
572 u_int
605 u_int
639 u_int
[all...]
H A Dprint-netbios.c49 netbios_print(struct p8022Hdr *nb, u_int length)
H A Dprint-pppoe.c97 u_int
103 u_int
104 pppoe_print(register const u_char *bp, u_int length)
107 u_int pppoe_length;
H A Dprint-telnet.c110 telnet_parse(const u_char *sp, u_int length, int print)
113 u_int c;
159 while (length > (u_int)(p + 1 - sp)) {
228 telnet_print(const u_char *sp, u_int length)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_inmem.c25 static void b_inmem_op_ds __P((u_int, int));
26 static void b_inmem_op_ds_bulk __P((u_int, u_int *));
27 static void b_inmem_op_tds __P((u_int, int, u_int32_t, u_int32_t));
31 b_inmem_op_ds(u_int ops, int update)
87 b_inmem_op_ds_bulk(u_int ops, u_int *totalp)
94 u_int i, total;
169 b_inmem_op_tds(u_int ops, int update, u_int32_t env_flags, u_int32_t log_flags)
268 u_int op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_inmem.c25 static void op_ds __P((u_int, int));
26 static void op_ds_bulk __P((u_int, u_int *));
27 static void op_tds __P((u_int, int, u_int32_t, u_int32_t));
31 op_ds(u_int ops, int update)
87 op_ds_bulk(u_int ops, u_int *totalp)
94 u_int i, total;
169 op_tds(u_int ops, int update, u_int32_t env_flags, u_int32_t log_flags)
268 u_int op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_network.c145 iov_free (int mtype, struct iovec *iov, u_int begin, u_int end)
221 ospf6_join_allspfrouters (u_int ifindex)
246 ospf6_leave_allspfrouters (u_int ifindex)
264 ospf6_join_alldrouters (u_int ifindex)
282 ospf6_leave_alldrouters (u_int ifindex)
302 u_int on = 0;
304 sizeof (u_int)) < 0)
312 u_int off = 0;
314 &off, sizeof (u_int)) <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dpfkey.c88 static u_int ipsecdoi2pfkey_aalg __P((u_int));
89 static u_int ipsecdoi2pfkey_ealg __P((u_int));
90 static u_int ipsecdoi2pfkey_calg __P((u_int));
91 static u_int ipsecdoi2pfkey_alg __P((u_int, u_int));
92 static u_int keylen_aal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7770.c125 aic7770_config(struct ahc_softc *ahc, struct aic7770_identity *entry, u_int io)
129 u_int hostconf;
130 u_int irq;
131 u_int intdef;
183 u_int biosctrl;
184 u_int scsiconf;
185 u_int scsiconf1;
H A Daic79xx_pci.c55 ahd_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor)
210 static const u_int ahd_num_pci_devs = ARRAY_SIZE(ahd_pci_ident_table);
252 u_int adapter_control);
253 static void ahd_pci_split_intr(struct ahd_softc *ahd, u_int intstat);
265 u_int i;
298 u_int command;
425 u_int targpcista
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dassabet.c316 static void assabet_uart_pm(struct uart_port *port, u_int state, u_int oldstate)
334 static void assabet_set_mctrl(struct uart_port *port, u_int mctrl)
337 u_int set = 0, clear = 0;
354 static u_int assabet_get_mctrl(struct uart_port *port)
356 u_int ret = 0;
357 u_int bsr = ASSABET_BSR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dcore.c23 static u_int debug;
161 if (mdev->id != *(u_int *)id)
167 *get_mdevice(u_int id)
192 u_int i;
259 u_int
263 u_int m = 0;
273 get_Bprotocol4mask(u_int m)
288 get_Bprotocol4id(u_int id)
290 u_int m;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Datafb_mfb.c29 u_int rows;
58 u_int rows;
82 u_int rows;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_posix.c561 FD_SET((u_int)db_rep->listen_fd, &reads);
564 FD_SET((u_int)db_rep->read_pipe, &reads);
590 FD_SET((u_int)conn->fd, &reads);
591 FD_SET((u_int)conn->fd, &writes);
598 FD_SET((u_int)conn->fd, &writes);
607 FD_SET((u_int)conn->fd, &reads);
665 if (FD_ISSET((u_int)db_rep->read_pipe, &reads)) {
677 if (FD_ISSET((u_int)db_rep->listen_fd, &reads) &&
694 u_int fd;
697 fd = (u_int)con
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Darpping.c69 *((u_int *) arp.sInaddr) = ip; /* source IP address */
71 *((u_int *) arp.tInaddr) = yiaddr; /* target IP address */
92 *((u_int *) arp.sInaddr) == yiaddr) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dtest_mutex.c72 u_int wakeme; /* Request to awake. */
89 u_int nprocs = 1; /* -p: Processes. */
90 u_int nthreads = 20; /* -t: Threads. */
92 u_int nprocs = 5; /* -p: Processes. */
93 u_int nthreads = 4; /* -t: Threads. */
95 u_int nprocs = 20; /* -p: Processes. */
96 u_int nthreads = 1; /* -t: Threads. */
99 u_int maxlocks = 20; /* -l: Backing locks. */
100 u_int nlocks = 10000; /* -n: Locks per process. */
110 int os_wait(os_pid_t *, u_int);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/tests/
H A Dfiltertest.c85 cp = malloc((u_int)buf.st_size + 1);
87 error("malloc(%d) for %s: %s", (u_int)buf.st_size + 1,
89 cc = read(fd, cp, (u_int)buf.st_size);
132 register u_int len = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dcrypto.h39 u_int (*adj_size) __P((size_t));

Completed in 200 milliseconds

1234567891011>>