Searched refs:id (Results 276 - 300 of 3489) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_vlan.c55 unsigned short id; /* VLAN ID, given from frame TCI */ local
72 id = TCI & VLAN_VID_MASK;
78 EXIT_ON_MISMATCH(id, EBT_VLAN_ID);
136 if (!!info->id) { /* if id!=0 => check vid range */
137 if (info->id > VLAN_GROUP_ARRAY_LEN) {
139 ("id %d is out of range (1-4096)\n",
140 info->id);
149 /* Else, id=0 (null VLAN ID) => user_priority range (any?) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dinet_diag.c95 r->id.idiag_if = sk->sk_bound_dev_if;
96 r->id.idiag_cookie[0] = (u32)(unsigned long)sk;
97 r->id.idiag_cookie[1] = (u32)(((unsigned long)sk >> 31) >> 1);
99 r->id.idiag_sport = inet->sport;
100 r->id.idiag_dport = inet->dport;
101 r->id.idiag_src[0] = inet->rcv_saddr;
102 r->id.idiag_dst[0] = inet->daddr;
108 ipv6_addr_copy((struct in6_addr *)r->id.idiag_src,
110 ipv6_addr_copy((struct in6_addr *)r->id.idiag_dst,
184 r->id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/volume_id/lib/
H A Dadaptec_raid.c83 int volume_id_probe_adaptec_raid(struct volume_id *id, uint64_t off, uint64_t size) argument
96 buf = volume_id_get_buffer(id, off + meta_off, 0x200);
107 volume_id_set_usage(id, VOLUME_ID_RAID);
108 snprintf(id->type_version, sizeof(id->type_version)-1, "%u", ad->resver);
109 id->type = "adaptec_raid_member";
H A Dfat.c237 dbg("found ATTR_VOLUME_ID id in root dir");
247 int volume_id_probe_vfat(struct volume_id *id, uint64_t off, uint64_t size) argument
275 buf = volume_id_get_buffer(id, off, 0x400);
371 strcpy(id->type_version, "FAT12");
373 strcpy(id->type_version, "FAT16");
384 buf = volume_id_get_buffer(id, off + root_start, buf_size);
392 vs = (struct vfat_super_block *) volume_id_get_buffer(id, off, 0x200);
397 volume_id_set_label_raw(id, filename, fnlen);
398 volume_id_set_label_string(id, filename, fnlen);
400 volume_id_set_label_raw(id, v
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dfsm.c24 * Randomize fsm id on link/init.
62 f->id = 0;
218 fsm_sdata(f, TERMREQ, f->reqid = ++f->id,
250 fsm_sdata(f, TERMREQ, f->reqid = ++f->id,
292 u_char code, id; local
296 * Parse header (code, id and length).
305 GETCHAR(id, inp);
328 fsm_rconfreq(f, id, inp, len);
332 fsm_rconfack(f, id, inp, len);
337 fsm_rconfnakrej(f, code, id, in
621 u_char code, id; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.y30 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
50 struct kconf_id *id;
53 %token <id>T_MAINMENU
54 %token <id>T_MENU
55 %token <id>T_ENDMENU
56 %token <id>T_SOURCE
57 %token <id>T_CHOICE
58 %token <id>T_ENDCHOICE
59 %token <id>T_COMMENT
60 %token <id>T_CONFI
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/
H A Dusbmixer.c77 struct usb_mixer_elem_info **id_elems; /* array[256], indexed by unit id */
93 int id; member in struct:usb_audio_term
115 struct usb_mixer_elem_info *next_id_elem; /* list of controls with same id */
117 unsigned int id; member in struct:usb_mixer_elem_info
202 for (p = state->map; p->id; p++) {
203 if (p->id == unitid && p->name &&
219 for (p = state->map; p->id; p++) {
220 if (p->id == unitid && ! p->name &&
237 for (p = state->selector_map; p->id; p++) {
238 if (p->id
581 check_input_term(struct mixer_build *state, int id, struct usb_audio_term *term) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/
H A Dide-lib.c106 struct hd_driveid *id = drive->id; local
108 if ((id->capability & 1) && drive->autodma)
111 if ((id->capability & 8) || (id->field_valid & 2))
250 * based on the drive->id information and the ide_pio_blacklist[].
261 struct hd_driveid* id = drive->id; local
267 } else if (!drive->id) {
269 } else if ((pio_mode = ide_scan_pio_blacklist(id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_list.c110 conflict = (strcmp(iterator->id, e->id) == 0);
279 if((e->id == NULL) || (e->name == NULL))
318 dest->id = src->id;
349 ENGINE *ENGINE_by_id(const char *id) argument
353 if(id == NULL)
361 while(iterator && (strcmp(id, iterator->id) != 0))
391 ERR_add_error_data(2, "id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/tc/
H A Dlk201.c122 static void lk201_report(unsigned char id[6]) argument
126 switch (id[2]) {
137 report, id[3]);
144 report, id[2]);
148 static void lk201_id(unsigned char id[6]) argument
154 switch (id[4]) {
169 "lk201: unknown keyboard detected, ID %d\n", id[4]);
308 static unsigned char id[6]; local
322 id[id_i++] = ch;
328 id[id_
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Dforward.c20 static struct frec *lookup_frec(unsigned short id);
21 static struct frec *lookup_frec_by_sender(unsigned short id,
51 else if ((forward = lookup_frec_by_sender(ntohs(header->id), udpaddr)))
57 header->id = htons(forward->new_id);
98 forward->orig_id = ntohs(header->id);
99 header->id = htons(forward->new_id);
148 header->id = htons(forward->orig_id);
178 if ((forward = lookup_frec(ntohs(header->id))))
188 header->id = htons(forward->orig_id);
230 static struct frec *lookup_frec(unsigned short id) argument
242 lookup_frec_by_sender(unsigned short id, union mysockaddr *addr) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bluetooth/cmtp/
H A Dcore.c96 int i, id = -1; local
100 id = i;
104 return id;
107 static inline void cmtp_free_block_id(struct cmtp_session *session, int id) argument
109 clear_bit(id, &session->blockids);
112 static inline void cmtp_add_msgpart(struct cmtp_session *session, int id, const unsigned char *buf, int count) argument
114 struct sk_buff *skb = session->reassembly[id], *nskb;
131 session->reassembly[id] = nskb;
139 __u8 hdr, hdrlen, id; local
162 id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dfsm.c47 * Randomize fsm id on link/init.
85 f->id = 0; /* XXX Start with random id? */
222 fsm_sdata(f, TERMREQ, f->reqid = ++f->id,
298 fsm_sdata(f, TERMREQ, f->reqid = ++f->id,
340 u_char code, id; local
344 * Parse header (code, id and length).
353 GETCHAR(id, inp);
376 fsm_rconfreq(f, id, inp, len);
380 fsm_rconfack(f, id, in
684 u_char code, id; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-s3c2412/
H A Dclock.c99 .id = -1,
104 .id = -1,
109 .id = -1,
131 .id = -1,
139 .id = -1,
145 .id = -1,
207 .id = -1,
233 .id = -1,
306 .id = -1,
357 .id
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Ddriver.c56 dynid->id.idVendor = idVendor;
57 dynid->id.idProduct = idProduct;
58 dynid->id.match_flags = USB_DEVICE_ID_MATCH_DEVICE;
141 if (usb_match_one_id(intf, &dynid->id)) {
143 return &dynid->id;
192 const struct usb_device_id *id; local
203 id = usb_match_id(intf, driver->id_table);
204 if (!id)
205 id = usb_match_dynamic_id(intf, driver);
206 if (id) {
369 usb_match_device(struct usb_device *dev, const struct usb_device_id *id) argument
405 usb_match_one_id(struct usb_interface *interface, const struct usb_device_id *id) argument
518 usb_match_id(struct usb_interface *interface, const struct usb_device_id *id) argument
555 const struct usb_device_id *id; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/script/
H A Dbuild_env.sh21 whoami=`whoami || id -un`
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dgetgrent_r.c14 void dump_grent(char *id) argument
22 sprintf(fname, "/tmp/getgrent_r-%s.out-%d", id, getpid());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddbd_add.c85 static cnid_t id; local
96 if (id == 0) {
104 id = CNID_START - 1;
108 id = ntohl(hint);
109 if (id < CNID_START - 1)
110 id = CNID_START - 1;
116 if (++id == CNID_INVALID) {
123 hint = htonl(id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/mach-bf533/boards/
H A Dgeneric_board.c43 .id = -1,
73 .id = 0,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-at91/
H A Dgeneric.h34 extern void __init at91_clock_associate(const char *id, struct device *dev, const char *func);
45 unsigned short id; /* peripheral ID */ member in struct:at91_gpio_bank
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dioc3.h27 int id; /* IOC3 sequence number */ member in struct:ioc3_driver_data
62 int id; /* assigned by IOC3, index for the "data" array */ member in struct:ioc3_submodule
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Driff.h38 int id; member in struct:AVCodecTag
50 unsigned int codec_get_tag(const AVCodecTag *tags, int id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/doc/html/ru/
H A DMakefile.am31 id.html \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_LOG.c40 {.name = "log-level", .id = O_LOG_LEVEL, .type = XTTYPE_SYSLOGLEVEL,
42 {.name = "log-prefix", .id = O_LOG_PREFIX, .type = XTTYPE_STRING,
44 {.name = "log-tcp-sequence", .id = O_LOG_TCPSEQ, .type = XTTYPE_NONE},
45 {.name = "log-tcp-options", .id = O_LOG_TCPOPTS, .type = XTTYPE_NONE},
46 {.name = "log-ip-options", .id = O_LOG_IPOPTS, .type = XTTYPE_NONE},
47 {.name = "log-uid", .id = O_LOG_UID, .type = XTTYPE_NONE},
48 {.name = "log-macdecode", .id = O_LOG_MAC, .type = XTTYPE_NONE},
83 switch (cb->entry->id) {
H A Dlibipt_LOG.c40 {.name = "log-level", .id = O_LOG_LEVEL, .type = XTTYPE_SYSLOGLEVEL,
42 {.name = "log-prefix", .id = O_LOG_PREFIX, .type = XTTYPE_STRING,
44 {.name = "log-tcp-sequence", .id = O_LOG_TCPSEQ, .type = XTTYPE_NONE},
45 {.name = "log-tcp-options", .id = O_LOG_TCPOPTS, .type = XTTYPE_NONE},
46 {.name = "log-ip-options", .id = O_LOG_IPOPTS, .type = XTTYPE_NONE},
47 {.name = "log-uid", .id = O_LOG_UID, .type = XTTYPE_NONE},
48 {.name = "log-macdecode", .id = O_LOG_MAC, .type = XTTYPE_NONE},
83 switch (cb->entry->id) {

Completed in 132 milliseconds

<<11121314151617181920>>