Searched refs:msg (Results 201 - 225 of 6910) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/wps/
H A Dwps_dev_attr.h20 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg);
21 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg);
22 int wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg);
24 struct wpabuf *msg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dxics.h21 extern void smp_xics_message_pass(int target, int msg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/ui/
H A Dutil.h8 bool ui__dialog_yesno(const char *msg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/db/
H A DErrorHandler.java38 @param msg
41 void error(Environment environment, String errpfx, String msg); argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dwall.c16 char *msg; local
19 msg = xmalloc_read(fd, NULL);
28 xopen_xwrite_close(line, msg);
33 free(msg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/wps/
H A Dwps_dev_attr.h20 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg);
21 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg);
22 int wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg);
24 struct wpabuf *msg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/db/
H A DErrorHandler.java38 @param msg
41 void error(Environment environment, String errpfx, String msg); argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dwall.c16 char *msg; local
19 msg = xmalloc_read(fd, NULL);
28 xopen_xwrite_close(line, msg);
33 free(msg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Drend-unix.c132 REND_MESSAGE msg; local
136 memset((void*)&msg,0x00,sizeof(msg));
137 msg.cmd=REND_MSG_TYPE_STATUS;
138 result=rend_send_message(&msg);
149 REND_MESSAGE msg; local
151 msg.cmd=REND_MSG_TYPE_STOP;
152 return rend_send_message(&msg);
161 REND_MESSAGE msg; local
168 memset((void*)&msg,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/wps/
H A Dwps_dev_attr.h20 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg);
21 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg);
22 int wps_build_rf_bands(struct wps_device_data *dev, struct wpabuf *msg);
24 struct wpabuf *msg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/ap/
H A Daccounting.c42 struct radius_msg *msg; local
48 msg = radius_msg_new(RADIUS_CODE_ACCOUNTING_REQUEST,
50 if (msg == NULL) {
56 radius_msg_make_authenticator(msg, (u8 *) sta, sizeof(*sta));
60 if (!radius_msg_add_attr(msg, RADIUS_ATTR_ACCT_SESSION_ID,
66 radius_msg_make_authenticator(msg, (u8 *) hapd, sizeof(*hapd));
69 if (!radius_msg_add_attr_int32(msg, RADIUS_ATTR_ACCT_STATUS_TYPE,
75 if (!radius_msg_add_attr_int32(msg, RADIUS_ATTR_ACCT_AUTHENTIC,
92 if (!radius_msg_add_attr(msg, RADIUS_ATTR_USER_NAME, val,
100 !radius_msg_add_attr(msg, RADIUS_ATTR_NAS_IP_ADDRES
237 struct radius_msg *msg; local
275 struct radius_msg *msg; local
425 accounting_receive(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data) argument
446 struct radius_msg *msg; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/ap/
H A Daccounting.c42 struct radius_msg *msg; local
48 msg = radius_msg_new(RADIUS_CODE_ACCOUNTING_REQUEST,
50 if (msg == NULL) {
56 radius_msg_make_authenticator(msg, (u8 *) sta, sizeof(*sta));
60 if (!radius_msg_add_attr(msg, RADIUS_ATTR_ACCT_SESSION_ID,
66 radius_msg_make_authenticator(msg, (u8 *) hapd, sizeof(*hapd));
69 if (!radius_msg_add_attr_int32(msg, RADIUS_ATTR_ACCT_STATUS_TYPE,
75 if (!radius_msg_add_attr_int32(msg, RADIUS_ATTR_ACCT_AUTHENTIC,
92 if (!radius_msg_add_attr(msg, RADIUS_ATTR_USER_NAME, val,
100 !radius_msg_add_attr(msg, RADIUS_ATTR_NAS_IP_ADDRES
237 struct radius_msg *msg; local
275 struct radius_msg *msg; local
425 accounting_receive(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data) argument
446 struct radius_msg *msg; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/ap/
H A Daccounting.c42 struct radius_msg *msg; local
48 msg = radius_msg_new(RADIUS_CODE_ACCOUNTING_REQUEST,
50 if (msg == NULL) {
56 radius_msg_make_authenticator(msg, (u8 *) sta, sizeof(*sta));
60 if (!radius_msg_add_attr(msg, RADIUS_ATTR_ACCT_SESSION_ID,
66 radius_msg_make_authenticator(msg, (u8 *) hapd, sizeof(*hapd));
69 if (!radius_msg_add_attr_int32(msg, RADIUS_ATTR_ACCT_STATUS_TYPE,
75 if (!radius_msg_add_attr_int32(msg, RADIUS_ATTR_ACCT_AUTHENTIC,
92 if (!radius_msg_add_attr(msg, RADIUS_ATTR_USER_NAME, val,
100 !radius_msg_add_attr(msg, RADIUS_ATTR_NAS_IP_ADDRES
237 struct radius_msg *msg; local
275 struct radius_msg *msg; local
425 accounting_receive(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data) argument
446 struct radius_msg *msg; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/common/
H A Dldb_msg.c52 struct ldb_message_element *ldb_msg_find_element(const struct ldb_message *msg, argument
56 for (i=0;i<msg->num_elements;i++) {
57 if (ldb_attr_cmp(msg->elements[i].name, attr_name) == 0) {
58 return &msg->elements[i];
125 int ldb_msg_add_empty( struct ldb_message *msg, argument
136 els = talloc_realloc(msg, msg->elements,
137 struct ldb_message_element, msg->num_elements+1);
143 els[msg->num_elements].values = NULL;
144 els[msg
165 ldb_msg_add(struct ldb_message *msg, const struct ldb_message_element *el, int flags) argument
182 ldb_msg_add_value(struct ldb_message *msg, const char *attr_name, const struct ldb_val *val, struct ldb_message_element **return_el) argument
219 ldb_msg_add_steal_value(struct ldb_message *msg, const char *attr_name, struct ldb_val *val) argument
237 ldb_msg_add_string(struct ldb_message *msg, const char *attr_name, const char *str) argument
256 ldb_msg_add_steal_string(struct ldb_message *msg, const char *attr_name, char *str) argument
270 ldb_msg_add_fmt(struct ldb_message *msg, const char *attr_name, const char *fmt, ...) argument
325 ldb_msg_find_ldb_val(const struct ldb_message *msg, const char *attr_name) argument
334 ldb_msg_find_attr_as_int(const struct ldb_message *msg, const char *attr_name, int default_value) argument
345 ldb_msg_find_attr_as_uint(const struct ldb_message *msg, const char *attr_name, unsigned int default_value) argument
356 ldb_msg_find_attr_as_int64(const struct ldb_message *msg, const char *attr_name, int64_t default_value) argument
367 ldb_msg_find_attr_as_uint64(const struct ldb_message *msg, const char *attr_name, uint64_t default_value) argument
378 ldb_msg_find_attr_as_double(const struct ldb_message *msg, const char *attr_name, double default_value) argument
389 ldb_msg_find_attr_as_bool(const struct ldb_message *msg, const char *attr_name, int default_value) argument
406 ldb_msg_find_attr_as_string(const struct ldb_message *msg, const char *attr_name, const char *default_value) argument
417 ldb_msg_find_attr_as_dn(void *mem_ctx, const struct ldb_message *msg, const char *attr_name) argument
433 ldb_msg_sort_elements(struct ldb_message *msg) argument
443 ldb_msg_copy_shallow(TALLOC_CTX *mem_ctx, const struct ldb_message *msg) argument
474 ldb_msg_copy(TALLOC_CTX *mem_ctx, const struct ldb_message *msg) argument
511 ldb_msg_canonicalize(struct ldb_context *ldb, const struct ldb_message *msg) argument
603 ldb_msg_sanity_check(struct ldb_context *ldb, const struct ldb_message *msg) argument
698 ldb_msg_rename_attr(struct ldb_message *msg, const char *attr, const char *replace) argument
715 ldb_msg_copy_attr(struct ldb_message *msg, const char *attr, const char *replace) argument
731 ldb_msg_remove_attr(struct ldb_message *msg, const char *attr) argument
746 ldb_msg_remove_element(struct ldb_message *msg, struct ldb_message_element *el) argument
813 ldb_msg_check_string_attribute(const struct ldb_message *msg, const char *name, const char *value) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/ldb/common/
H A Dldb_msg.c52 struct ldb_message_element *ldb_msg_find_element(const struct ldb_message *msg, argument
56 for (i=0;i<msg->num_elements;i++) {
57 if (ldb_attr_cmp(msg->elements[i].name, attr_name) == 0) {
58 return &msg->elements[i];
125 int ldb_msg_add_empty( struct ldb_message *msg, argument
136 els = talloc_realloc(msg, msg->elements,
137 struct ldb_message_element, msg->num_elements+1);
143 els[msg->num_elements].values = NULL;
144 els[msg
165 ldb_msg_add(struct ldb_message *msg, const struct ldb_message_element *el, int flags) argument
182 ldb_msg_add_value(struct ldb_message *msg, const char *attr_name, const struct ldb_val *val, struct ldb_message_element **return_el) argument
219 ldb_msg_add_steal_value(struct ldb_message *msg, const char *attr_name, struct ldb_val *val) argument
237 ldb_msg_add_string(struct ldb_message *msg, const char *attr_name, const char *str) argument
256 ldb_msg_add_steal_string(struct ldb_message *msg, const char *attr_name, char *str) argument
270 ldb_msg_add_fmt(struct ldb_message *msg, const char *attr_name, const char *fmt, ...) argument
325 ldb_msg_find_ldb_val(const struct ldb_message *msg, const char *attr_name) argument
334 ldb_msg_find_attr_as_int(const struct ldb_message *msg, const char *attr_name, int default_value) argument
345 ldb_msg_find_attr_as_uint(const struct ldb_message *msg, const char *attr_name, unsigned int default_value) argument
356 ldb_msg_find_attr_as_int64(const struct ldb_message *msg, const char *attr_name, int64_t default_value) argument
367 ldb_msg_find_attr_as_uint64(const struct ldb_message *msg, const char *attr_name, uint64_t default_value) argument
378 ldb_msg_find_attr_as_double(const struct ldb_message *msg, const char *attr_name, double default_value) argument
389 ldb_msg_find_attr_as_bool(const struct ldb_message *msg, const char *attr_name, int default_value) argument
406 ldb_msg_find_attr_as_string(const struct ldb_message *msg, const char *attr_name, const char *default_value) argument
417 ldb_msg_find_attr_as_dn(void *mem_ctx, const struct ldb_message *msg, const char *attr_name) argument
433 ldb_msg_sort_elements(struct ldb_message *msg) argument
443 ldb_msg_copy_shallow(TALLOC_CTX *mem_ctx, const struct ldb_message *msg) argument
474 ldb_msg_copy(TALLOC_CTX *mem_ctx, const struct ldb_message *msg) argument
511 ldb_msg_canonicalize(struct ldb_context *ldb, const struct ldb_message *msg) argument
603 ldb_msg_sanity_check(struct ldb_context *ldb, const struct ldb_message *msg) argument
698 ldb_msg_rename_attr(struct ldb_message *msg, const char *attr, const char *replace) argument
715 ldb_msg_copy_attr(struct ldb_message *msg, const char *attr, const char *replace) argument
731 ldb_msg_remove_attr(struct ldb_message *msg, const char *attr) argument
746 ldb_msg_remove_element(struct ldb_message *msg, struct ldb_message_element *el) argument
813 ldb_msg_check_string_attribute(const struct ldb_message *msg, const char *name, const char *value) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/ldb/common/
H A Dldb_msg.c52 struct ldb_message_element *ldb_msg_find_element(const struct ldb_message *msg, argument
56 for (i=0;i<msg->num_elements;i++) {
57 if (ldb_attr_cmp(msg->elements[i].name, attr_name) == 0) {
58 return &msg->elements[i];
125 int ldb_msg_add_empty( struct ldb_message *msg, argument
136 els = talloc_realloc(msg, msg->elements,
137 struct ldb_message_element, msg->num_elements+1);
143 els[msg->num_elements].values = NULL;
144 els[msg
165 ldb_msg_add(struct ldb_message *msg, const struct ldb_message_element *el, int flags) argument
182 ldb_msg_add_value(struct ldb_message *msg, const char *attr_name, const struct ldb_val *val, struct ldb_message_element **return_el) argument
219 ldb_msg_add_steal_value(struct ldb_message *msg, const char *attr_name, struct ldb_val *val) argument
237 ldb_msg_add_string(struct ldb_message *msg, const char *attr_name, const char *str) argument
256 ldb_msg_add_steal_string(struct ldb_message *msg, const char *attr_name, char *str) argument
270 ldb_msg_add_fmt(struct ldb_message *msg, const char *attr_name, const char *fmt, ...) argument
325 ldb_msg_find_ldb_val(const struct ldb_message *msg, const char *attr_name) argument
334 ldb_msg_find_attr_as_int(const struct ldb_message *msg, const char *attr_name, int default_value) argument
345 ldb_msg_find_attr_as_uint(const struct ldb_message *msg, const char *attr_name, unsigned int default_value) argument
356 ldb_msg_find_attr_as_int64(const struct ldb_message *msg, const char *attr_name, int64_t default_value) argument
367 ldb_msg_find_attr_as_uint64(const struct ldb_message *msg, const char *attr_name, uint64_t default_value) argument
378 ldb_msg_find_attr_as_double(const struct ldb_message *msg, const char *attr_name, double default_value) argument
389 ldb_msg_find_attr_as_bool(const struct ldb_message *msg, const char *attr_name, int default_value) argument
406 ldb_msg_find_attr_as_string(const struct ldb_message *msg, const char *attr_name, const char *default_value) argument
417 ldb_msg_find_attr_as_dn(void *mem_ctx, const struct ldb_message *msg, const char *attr_name) argument
433 ldb_msg_sort_elements(struct ldb_message *msg) argument
443 ldb_msg_copy_shallow(TALLOC_CTX *mem_ctx, const struct ldb_message *msg) argument
474 ldb_msg_copy(TALLOC_CTX *mem_ctx, const struct ldb_message *msg) argument
511 ldb_msg_canonicalize(struct ldb_context *ldb, const struct ldb_message *msg) argument
603 ldb_msg_sanity_check(struct ldb_context *ldb, const struct ldb_message *msg) argument
698 ldb_msg_rename_attr(struct ldb_message *msg, const char *attr, const char *replace) argument
715 ldb_msg_copy_attr(struct ldb_message *msg, const char *attr, const char *replace) argument
731 ldb_msg_remove_attr(struct ldb_message *msg, const char *attr) argument
746 ldb_msg_remove_element(struct ldb_message *msg, struct ldb_message_element *el) argument
813 ldb_msg_check_string_attribute(const struct ldb_message *msg, const char *name, const char *value) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/mach-common/
H A Dsmp.c116 static void ipi_call_function(unsigned int cpu, struct ipi_message *msg) argument
121 func = msg->call_struct.func;
122 info = msg->call_struct.info;
123 wait = msg->call_struct.wait;
124 cpu_clear(cpu, msg->call_struct.pending);
135 cpu_clear(cpu, msg->call_struct.waitmask);
137 kfree(msg);
142 struct ipi_message *msg; local
153 msg = list_entry(msg_queue->head.next, typeof(*msg), lis
201 struct ipi_message *msg; local
251 struct ipi_message *msg; local
297 struct ipi_message *msg; local
323 struct ipi_message *msg; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Dsmp.c116 static void ipi_call_function(unsigned int cpu, struct ipi_message *msg) argument
121 func = msg->call_struct.func;
122 info = msg->call_struct.info;
123 wait = msg->call_struct.wait;
124 cpu_clear(cpu, msg->call_struct.pending);
135 cpu_clear(cpu, msg->call_struct.waitmask);
137 kfree(msg);
142 struct ipi_message *msg; local
153 msg = list_entry(msg_queue->head.next, typeof(*msg), lis
201 struct ipi_message *msg; local
251 struct ipi_message *msg; local
297 struct ipi_message *msg; local
323 struct ipi_message *msg; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospfd/
H A Dospf_api.h56 struct msg struct
58 struct msg *next; /* to link into fifo */
68 extern struct msg *msg_new (u_char msgtype, void *msgbody,
70 extern struct msg *msg_dup (struct msg *msg);
71 extern void msg_print (struct msg *msg); /* XXX debug only */
72 extern void msg_free (struct msg *msg);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospfd/
H A Dospf_api.h56 struct msg struct
58 struct msg *next; /* to link into fifo */
68 extern struct msg *msg_new (u_char msgtype, void *msgbody,
70 extern struct msg *msg_dup (struct msg *msg);
71 extern void msg_print (struct msg *msg); /* XXX debug only */
72 extern void msg_free (struct msg *msg);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospfd/
H A Dospf_api.h56 struct msg struct
58 struct msg *next; /* to link into fifo */
68 extern struct msg *msg_new (u_char msgtype, void *msgbody,
70 extern struct msg *msg_dup (struct msg *msg);
71 extern void msg_print (struct msg *msg); /* XXX debug only */
72 extern void msg_free (struct msg *msg);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/ldb/common/
H A Dldb_msg.c47 struct ldb_message_element *ldb_msg_find_element(const struct ldb_message *msg, argument
51 for (i=0;i<msg->num_elements;i++) {
52 if (ldb_attr_cmp(msg->elements[i].name, attr_name) == 0) {
53 return &msg->elements[i];
120 int ldb_msg_add_empty( struct ldb_message *msg, argument
127 els = talloc_realloc(msg, msg->elements,
128 struct ldb_message_element, msg->num_elements+1);
134 els[msg->num_elements].values = NULL;
135 els[msg
156 ldb_msg_add(struct ldb_message *msg, const struct ldb_message_element *el, int flags) argument
176 ldb_msg_add_value(struct ldb_message *msg, const char *attr_name, const struct ldb_val *val, struct ldb_message_element **return_el) argument
213 ldb_msg_add_steal_value(struct ldb_message *msg, const char *attr_name, struct ldb_val *val) argument
231 ldb_msg_add_string(struct ldb_message *msg, const char *attr_name, const char *str) argument
250 ldb_msg_add_steal_string(struct ldb_message *msg, const char *attr_name, char *str) argument
264 ldb_msg_add_fmt(struct ldb_message *msg, const char *attr_name, const char *fmt, ...) argument
319 ldb_msg_find_ldb_val(const struct ldb_message *msg, const char *attr_name) argument
329 ldb_msg_find_attr_as_int(const struct ldb_message *msg, const char *attr_name, int default_value) argument
340 ldb_msg_find_attr_as_uint(const struct ldb_message *msg, const char *attr_name, unsigned int default_value) argument
351 ldb_msg_find_attr_as_int64(const struct ldb_message *msg, const char *attr_name, int64_t default_value) argument
362 ldb_msg_find_attr_as_uint64(const struct ldb_message *msg, const char *attr_name, uint64_t default_value) argument
373 ldb_msg_find_attr_as_double(const struct ldb_message *msg, const char *attr_name, double default_value) argument
384 ldb_msg_find_attr_as_bool(const struct ldb_message *msg, const char *attr_name, int default_value) argument
401 ldb_msg_find_attr_as_string(const struct ldb_message *msg, const char *attr_name, const char *default_value) argument
412 ldb_msg_find_attr_as_dn(struct ldb_context *ldb, void *mem_ctx, const struct ldb_message *msg, const char *attr_name) argument
435 ldb_msg_sort_elements(struct ldb_message *msg) argument
445 ldb_msg_copy_shallow(TALLOC_CTX *mem_ctx, const struct ldb_message *msg) argument
475 ldb_msg_copy(TALLOC_CTX *mem_ctx, const struct ldb_message *msg) argument
512 ldb_msg_canonicalize(struct ldb_context *ldb, const struct ldb_message *msg) argument
604 ldb_msg_sanity_check(struct ldb_context *ldb, const struct ldb_message *msg) argument
707 ldb_msg_rename_attr(struct ldb_message *msg, const char *attr, const char *replace) argument
724 ldb_msg_copy_attr(struct ldb_message *msg, const char *attr, const char *replace) argument
739 ldb_msg_remove_element(struct ldb_message *msg, struct ldb_message_element *el) argument
756 ldb_msg_remove_attr(struct ldb_message *msg, const char *attr) argument
887 ldb_msg_check_string_attribute(const struct ldb_message *msg, const char *name, const char *value) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/ldb/common/
H A Dldb_msg.c47 struct ldb_message_element *ldb_msg_find_element(const struct ldb_message *msg, argument
51 for (i=0;i<msg->num_elements;i++) {
52 if (ldb_attr_cmp(msg->elements[i].name, attr_name) == 0) {
53 return &msg->elements[i];
120 int ldb_msg_add_empty( struct ldb_message *msg, argument
127 els = talloc_realloc(msg, msg->elements,
128 struct ldb_message_element, msg->num_elements+1);
134 els[msg->num_elements].values = NULL;
135 els[msg
156 ldb_msg_add(struct ldb_message *msg, const struct ldb_message_element *el, int flags) argument
176 ldb_msg_add_value(struct ldb_message *msg, const char *attr_name, const struct ldb_val *val, struct ldb_message_element **return_el) argument
213 ldb_msg_add_steal_value(struct ldb_message *msg, const char *attr_name, struct ldb_val *val) argument
231 ldb_msg_add_string(struct ldb_message *msg, const char *attr_name, const char *str) argument
250 ldb_msg_add_steal_string(struct ldb_message *msg, const char *attr_name, char *str) argument
264 ldb_msg_add_fmt(struct ldb_message *msg, const char *attr_name, const char *fmt, ...) argument
319 ldb_msg_find_ldb_val(const struct ldb_message *msg, const char *attr_name) argument
329 ldb_msg_find_attr_as_int(const struct ldb_message *msg, const char *attr_name, int default_value) argument
340 ldb_msg_find_attr_as_uint(const struct ldb_message *msg, const char *attr_name, unsigned int default_value) argument
351 ldb_msg_find_attr_as_int64(const struct ldb_message *msg, const char *attr_name, int64_t default_value) argument
362 ldb_msg_find_attr_as_uint64(const struct ldb_message *msg, const char *attr_name, uint64_t default_value) argument
373 ldb_msg_find_attr_as_double(const struct ldb_message *msg, const char *attr_name, double default_value) argument
384 ldb_msg_find_attr_as_bool(const struct ldb_message *msg, const char *attr_name, int default_value) argument
401 ldb_msg_find_attr_as_string(const struct ldb_message *msg, const char *attr_name, const char *default_value) argument
412 ldb_msg_find_attr_as_dn(struct ldb_context *ldb, void *mem_ctx, const struct ldb_message *msg, const char *attr_name) argument
435 ldb_msg_sort_elements(struct ldb_message *msg) argument
445 ldb_msg_copy_shallow(TALLOC_CTX *mem_ctx, const struct ldb_message *msg) argument
475 ldb_msg_copy(TALLOC_CTX *mem_ctx, const struct ldb_message *msg) argument
512 ldb_msg_canonicalize(struct ldb_context *ldb, const struct ldb_message *msg) argument
604 ldb_msg_sanity_check(struct ldb_context *ldb, const struct ldb_message *msg) argument
707 ldb_msg_rename_attr(struct ldb_message *msg, const char *attr, const char *replace) argument
724 ldb_msg_copy_attr(struct ldb_message *msg, const char *attr, const char *replace) argument
739 ldb_msg_remove_element(struct ldb_message *msg, struct ldb_message_element *el) argument
756 ldb_msg_remove_attr(struct ldb_message *msg, const char *attr) argument
887 ldb_msg_check_string_attribute(const struct ldb_message *msg, const char *name, const char *value) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/ldb/common/
H A Dldb_msg.c47 struct ldb_message_element *ldb_msg_find_element(const struct ldb_message *msg, argument
51 for (i=0;i<msg->num_elements;i++) {
52 if (ldb_attr_cmp(msg->elements[i].name, attr_name) == 0) {
53 return &msg->elements[i];
120 int ldb_msg_add_empty( struct ldb_message *msg, argument
127 els = talloc_realloc(msg, msg->elements,
128 struct ldb_message_element, msg->num_elements+1);
134 els[msg->num_elements].values = NULL;
135 els[msg
156 ldb_msg_add(struct ldb_message *msg, const struct ldb_message_element *el, int flags) argument
176 ldb_msg_add_value(struct ldb_message *msg, const char *attr_name, const struct ldb_val *val, struct ldb_message_element **return_el) argument
213 ldb_msg_add_steal_value(struct ldb_message *msg, const char *attr_name, struct ldb_val *val) argument
231 ldb_msg_add_string(struct ldb_message *msg, const char *attr_name, const char *str) argument
250 ldb_msg_add_steal_string(struct ldb_message *msg, const char *attr_name, char *str) argument
264 ldb_msg_add_fmt(struct ldb_message *msg, const char *attr_name, const char *fmt, ...) argument
319 ldb_msg_find_ldb_val(const struct ldb_message *msg, const char *attr_name) argument
329 ldb_msg_find_attr_as_int(const struct ldb_message *msg, const char *attr_name, int default_value) argument
340 ldb_msg_find_attr_as_uint(const struct ldb_message *msg, const char *attr_name, unsigned int default_value) argument
351 ldb_msg_find_attr_as_int64(const struct ldb_message *msg, const char *attr_name, int64_t default_value) argument
362 ldb_msg_find_attr_as_uint64(const struct ldb_message *msg, const char *attr_name, uint64_t default_value) argument
373 ldb_msg_find_attr_as_double(const struct ldb_message *msg, const char *attr_name, double default_value) argument
384 ldb_msg_find_attr_as_bool(const struct ldb_message *msg, const char *attr_name, int default_value) argument
401 ldb_msg_find_attr_as_string(const struct ldb_message *msg, const char *attr_name, const char *default_value) argument
412 ldb_msg_find_attr_as_dn(struct ldb_context *ldb, void *mem_ctx, const struct ldb_message *msg, const char *attr_name) argument
435 ldb_msg_sort_elements(struct ldb_message *msg) argument
445 ldb_msg_copy_shallow(TALLOC_CTX *mem_ctx, const struct ldb_message *msg) argument
475 ldb_msg_copy(TALLOC_CTX *mem_ctx, const struct ldb_message *msg) argument
512 ldb_msg_canonicalize(struct ldb_context *ldb, const struct ldb_message *msg) argument
604 ldb_msg_sanity_check(struct ldb_context *ldb, const struct ldb_message *msg) argument
707 ldb_msg_rename_attr(struct ldb_message *msg, const char *attr, const char *replace) argument
724 ldb_msg_copy_attr(struct ldb_message *msg, const char *attr, const char *replace) argument
739 ldb_msg_remove_element(struct ldb_message *msg, struct ldb_message_element *el) argument
756 ldb_msg_remove_attr(struct ldb_message *msg, const char *attr) argument
887 ldb_msg_check_string_attribute(const struct ldb_message *msg, const char *name, const char *value) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ieee802154/
H A Dnl-mac.c52 struct sk_buff *msg; local
61 msg = ieee802154_nl_create(0, IEEE802154_ASSOCIATE_INDIC);
62 if (!msg)
65 NLA_PUT_STRING(msg, IEEE802154_ATTR_DEV_NAME, dev->name);
66 NLA_PUT_U32(msg, IEEE802154_ATTR_DEV_INDEX, dev->ifindex);
67 NLA_PUT(msg, IEEE802154_ATTR_HW_ADDR, IEEE802154_ADDR_LEN,
70 NLA_PUT(msg, IEEE802154_ATTR_SRC_HW_ADDR, IEEE802154_ADDR_LEN,
73 NLA_PUT_U8(msg, IEEE802154_ATTR_CAPABILITY, cap);
75 return ieee802154_nl_mcast(msg, ieee802154_coord_mcgrp.id);
78 nlmsg_free(msg);
86 struct sk_buff *msg; local
113 struct sk_buff *msg; local
145 struct sk_buff *msg; local
171 struct sk_buff *msg; local
198 struct sk_buff *msg; local
229 struct sk_buff *msg; local
252 ieee802154_nl_fill_iface(struct sk_buff *msg, u32 pid, u32 seq, int flags, struct net_device *dev) argument
526 struct sk_buff *msg; local
[all...]

Completed in 179 milliseconds

1234567891011>>