Searched refs:id (Results 126 - 150 of 8404) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_proto_icmp.c26 return ntohs(tuple->src.u.icmp.id) >= ntohs(min->icmp.id) &&
27 ntohs(tuple->src.u.icmp.id) <= ntohs(max->icmp.id);
36 static u_int16_t id; local
40 range_size = ntohs(range->max.icmp.id) - ntohs(range->min.icmp.id) + 1;
45 for (i = 0; ; ++id) {
46 tuple->src.u.icmp.id = htons(ntohs(range->min.icmp.id)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dio/
H A Ddio-driver.c19 * dio_match_device - Tell if a DIO device structure has a matching DIO device id structure
20 * @ids: array of DIO device id structures to search in
32 while (ids->id) {
33 if (ids->id == DIO_WILDCARD)
35 if (DIO_NEEDSSECID(ids->id & 0xff)) {
36 if (ids->id == d->id)
39 if ((ids->id & 0xff) == (d->id & 0xff))
54 const struct dio_device_id *id; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/plot/
H A Dplot.h90 wxPlotEvent( wxEventType commandType = wxEVT_NULL, int id = 0 );
289 wxWindowID id = wxID_ANY,
409 #define EVT_PLOT(id, fn) { wxEVT_PLOT_DOUBLECLICKED, id, wxID_ANY, (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) (wxPlotEventFunction) & fn, (wxObject *) NULL },
410 #define EVT_PLOT_SEL_CHANGING(id, fn) { wxEVT_PLOT_SEL_CHANGING, id, wxID_ANY, (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) (wxPlotEventFunction) & fn, (wxObject *) NULL },
411 #define EVT_PLOT_SEL_CHANGED(id, fn) { wxEVT_PLOT_SEL_CHANGED, id, wxID_ANY, (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) (wxPlotEventFunction) & fn, (wxObject *) NULL },
412 #define EVT_PLOT_CLICKED(id, fn) { wxEVT_PLOT_CLICKED, id, wxID_AN
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Ddebug.c80 static int debug_prolog_level_fn(debug_info_t * id,
82 static int debug_input_level_fn(debug_info_t * id, struct debug_view *view,
85 static int debug_prolog_pages_fn(debug_info_t * id,
87 static int debug_input_pages_fn(debug_info_t * id, struct debug_view *view,
90 static int debug_input_flush_fn(debug_info_t * id, struct debug_view *view,
93 static int debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view,
95 static int debug_raw_format_fn(debug_info_t * id,
98 static int debug_raw_header_fn(debug_info_t * id, struct debug_view *view,
101 static int debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view,
470 if (act_entry->id
490 debug_info_t *id; local
739 debug_unregister(debug_info_t * id) argument
756 debug_set_size(debug_info_t* id, int nr_areas, int pages_per_area) argument
795 debug_set_level(debug_info_t* id, int new_level) argument
820 proceed_active_entry(debug_info_t * id) argument
837 proceed_active_area(debug_info_t * id) argument
848 get_active_entry(debug_info_t * id) argument
861 debug_finish_entry(debug_info_t * id, debug_entry_t* active, int level, int exception) argument
940 debug_event_common(debug_info_t * id, int level, const void *buf, int len) argument
963 debug_exception_common(debug_info_t * id, int level, const void *buf, int len) argument
1001 debug_sprintf_event(debug_info_t* id, int level,char *string,...) argument
1034 debug_sprintf_exception(debug_info_t* id, int level,char *string,...) argument
1087 debug_register_view(debug_info_t * id, struct debug_view *view) argument
1134 debug_unregister_view(debug_info_t * id, struct debug_view *view) argument
1201 debug_prolog_pages_fn(debug_info_t * id, struct debug_view *view, char *out_buf) argument
1212 debug_input_pages_fn(debug_info_t * id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t * offset) argument
1253 debug_prolog_level_fn(debug_info_t * id, struct debug_view *view, char *out_buf) argument
1271 debug_input_level_fn(debug_info_t * id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t * offset) argument
1316 debug_flush(debug_info_t* id, int area) argument
1348 debug_input_flush_fn(debug_info_t * id, struct debug_view *view, struct file *file, const char __user *user_buf, size_t user_len, loff_t * offset) argument
1388 debug_raw_header_fn(debug_info_t * id, struct debug_view *view, int area, debug_entry_t * entry, char *out_buf) argument
1403 debug_raw_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, const char *in_buf) argument
1418 debug_hex_ascii_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, const char *in_buf) argument
1444 debug_dflt_header_fn(debug_info_t * id, struct debug_view *view, int area, debug_entry_t * entry, char *out_buf) argument
1475 debug_sprintf_format_fn(debug_info_t * id, struct debug_view *view, char *out_buf, debug_sprintf_entry_t *curr_event) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A DMakefile.am8 -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dcontainers.h35 struct magic_container_s *in_magic_container(const char *id, int flags, const char **real_id);
36 struct magic_container_s *check_magic_container(const char *id, int flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dpcy_data.c79 * Create a data based on an existing policy. If 'id' is NULL use the oid in
80 * the policy, otherwise use 'id'. This behaviour covers the two types of
90 ASN1_OBJECT *id; local
94 id = OBJ_dup(cid);
95 if (!id)
98 id = NULL;
105 if (id)
106 ASN1_OBJECT_free(id);
115 if (id)
116 ret->valid_policy = id;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dsession_id.c28 * For efficiency, the session id is only transmitted over the control
30 * negotiated). The data channel sees a smaller version of the session-id --
56 prng_bytes (sid->id, SID_SIZE);
62 return format_hex (sid->id, SID_SIZE, 0, gc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dstatline.cpp27 wxWindowID id,
33 if ( !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ) )
41 // m_statbox = new wxStaticBox( parent, id, wxT(""), pos, sizeReal, style, name );
26 Create( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style, const wxString &name ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dstatline.cpp43 wxWindowID id,
49 if ( !CreateBase(parent, id, pos, size, style, wxDefaultValidator, name) )
57 // m_statbox = new wxStaticBox(parent, id, wxT(""), pos, sizeReal, style, name);
42 Create( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style, const wxString &name) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dspinctrl.h78 #define EVT_SPINCTRL(id, fn) \
79 wx__DECLARE_EVT1(wxEVT_COMMAND_SPINCTRL_UPDATED, id, wxSpinEventHandler(fn))
H A Dtglbtn.h27 #define EVT_TOGGLEBUTTON(id, fn) \
28 wx__DECLARE_EVT1(wxEVT_COMMAND_TOGGLEBUTTON_CLICKED, id, wxCommandEventHandler(fn))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECID.h35 // the id
41 CECID(uint32 id) { m_ID = id; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/MacOSX/cocoa-mule/
H A DAddLinkDialogController.h7 IBOutlet id m_dlg;
16 - (IBAction)closeOK:(id)sender;
H A DSourceViewController.h56 - (int)outlineView:(NSOutlineView *)outlineView numberOfChildrenOfItem:(id)item;
57 - (BOOL)outlineView:(NSOutlineView *)outlineView isItemExpandable:(id)item;
58 - (id)outlineView:(NSOutlineView *)outlineView child:(int)index ofItem:(id)item;
59 - (id)outlineView:(NSOutlineView *)outlineView objectValueForTableColumn:(NSTableColumn *)tableColumn byItem:(id)item;
76 IBOutlet id m_outline_view;
77 IBOutlet id m_tab_view;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-std.h38 v4l2_std_id id);
44 v4l2_std_id id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnustep/
H A DHello.h15 id okButton;
18 - (id)init;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/txn/
H A DPayloadData.java10 PayloadData(int id, String name, double data) { argument
11 oID = id;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dpcy_data.c79 * Create a data based on an existing policy. If 'id' is NULL use the oid in
80 * the policy, otherwise use 'id'. This behaviour covers the two types of
90 ASN1_OBJECT *id; local
94 id = OBJ_dup(cid);
95 if (!id)
98 id = NULL;
105 if (id)
106 ASN1_OBJECT_free(id);
115 if (id)
116 ret->valid_policy = id;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DCreatorWindowController.h54 - (id) initWithHandle: (tr_session *) handle path: (NSURL *) path;
56 - (IBAction) setLocation: (id) sender;
57 - (IBAction) create: (id) sender;
58 - (IBAction) cancelCreateWindow: (id) sender;
59 - (IBAction) cancelCreateProgress: (id) sender;
61 - (IBAction) addRemoveTracker: (id) sender;
63 - (void) copy: (id) sender;
64 - (void) paste: (id) sender;
H A DTrackerTableView.h39 - (void) copy: (id) sender;
40 - (void) paste: (id) sender;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/UKKQueue/
H A DUKFNSubscribeFileWatcher.h38 id delegate; // Delegate must respond to UKFileWatcherDelegate protocol.
42 +(id) sharedFileWatcher;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netfilter/
H A Dnf_conntrack_zones.h10 u16 id; member in struct:nf_conntrack_zone
19 return nf_ct_zone->id;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Deasy_preset.c22 opt_easy->filters[0].id = LZMA_FILTER_LZMA2;
24 opt_easy->filters[1].id = LZMA_VLI_UNKNOWN;
H A Dfilter_common.c18 lzma_vli id; member in struct:__anon19415
39 .id = LZMA_FILTER_LZMA1,
48 .id = LZMA_FILTER_LZMA2,
57 .id = LZMA_FILTER_X86,
66 .id = LZMA_FILTER_POWERPC,
75 .id = LZMA_FILTER_IA64,
84 .id = LZMA_FILTER_ARM,
93 .id = LZMA_FILTER_ARMTHUMB,
102 .id = LZMA_FILTER_SPARC,
111 .id
[all...]

Completed in 369 milliseconds

1234567891011>>