Searched refs:msg_type (Results 1 - 25 of 87) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dtallocmsg.c33 void msg_pool_usage(int msg_type, pid_t src_pid, argument
39 SMB_ASSERT(msg_type == MSG_REQ_POOL_USAGE);
H A Dmessages.c59 int msg_type; member in struct:message_rec
68 int msg_type; member in struct:dispatch_fns
69 void (*fn)(int msg_type, pid_t pid, void *buf, size_t len);
86 static void ping_message(int msg_type, pid_t src, void *buf, size_t len) argument
168 static BOOL message_send_pid_internal(pid_t pid, int msg_type, const void *buf, size_t len, argument
186 rec.msg_type = msg_type;
291 BOOL message_send_pid(pid_t pid, int msg_type, const void *buf, size_t len, BOOL duplicates_allowed) argument
293 return message_send_pid_internal(pid, msg_type, buf, len, duplicates_allowed, 0);
300 BOOL message_send_pid_with_timeout(pid_t pid, int msg_type, cons argument
380 message_recv(char *msgs_buf, size_t total_len, int *msg_type, pid_t *src, char **buf, size_t *len) argument
422 int msg_type; local
466 message_register(int msg_type, void (*fn)(int msg_type, pid_t pid, void *buf, size_t len)) argument
492 message_deregister(int msg_type) argument
506 int msg_type; member in struct:msg_all
567 message_send_all(TDB_CONTEXT *conn_tdb, int msg_type, const void *buf, size_t len, BOOL duplicates_allowed, int *n_sent) argument
[all...]
H A Ddmallocmsg.c38 static void msg_req_dmalloc_mark(int UNUSED(msg_type), pid_t UNUSED(src_pid),
51 static void msg_req_dmalloc_log_changed(int UNUSED(msg_type),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Drelay6_parser.c92 uint32_t msg_type; local
103 msg_type = *((uint32_t *) mesg->pstart);
104 msg_type = (ntohl(msg_type) & 0xFF000000)>>24;
106 if (msg_type == SOLICIT) {
117 else if (msg_type == REBIND) {
129 else if (msg_type == INFORMATION_REQUEST) {
142 else if (msg_type == REQUEST) {
154 else if (msg_type == REPLY) {
166 else if (msg_type
[all...]
H A Drelay6_parser.h41 uint8_t msg_type; member in struct:msg_parser
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dmsg.c59 switch (msg_type(msg)) {
70 tipc_printf(buf, "UNKNOWN:%x",msg_type(msg));
85 switch (msg_type(msg)) {
99 tipc_printf(buf, "UNKNOWN TYPE %u",msg_type(msg));
109 switch (msg_type(msg)) {
117 tipc_printf(buf, "UNKNOWN:%x",msg_type(msg));
127 switch (msg_type(msg)) {
139 tipc_printf(buf, "UNKNOWN TYPE:%x",msg_type(msg));
148 switch (msg_type(msg)) {
165 tipc_printf(buf, "UNKNOWN TYPE:%x",msg_type(ms
[all...]
H A Dname_distr.c256 if (msg_type(msg) == PUBLICATION) {
273 } else if (msg_type(msg) == WITHDRAWAL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dtcp.h44 __be16 msg_type; member in struct:o2net_msg
98 int o2net_send_message(u32 msg_type, u32 key, void *data, u32 len,
100 int o2net_send_message_vec(u32 msg_type, u32 key, struct kvec *vec,
103 int o2net_register_handler(u32 msg_type, u32 key, u32 max_len,
H A Dtcp.c97 be16_to_cpu(__hdr->msg_type), be32_to_cpu(__hdr->status), \
626 static int o2net_handler_cmp(struct o2net_msg_handler *nmh, u32 msg_type, argument
632 ret = memcmp(&nmh->nh_msg_type, &msg_type, sizeof(msg_type));
638 o2net_handler_tree_lookup(u32 msg_type, u32 key, struct rb_node ***ret_p, argument
649 cmp = o2net_handler_cmp(nmh, msg_type, key);
684 int o2net_register_handler(u32 msg_type, u32 key, u32 max_len, argument
700 if (!msg_type) {
701 mlog(0, "no message type provided: %u, %p\n", msg_type, func);
708 msg_type, fun
744 "for type %u key %08x\\n", msg_type, key); local
777 o2net_handler_get(u32 msg_type, u32 key) argument
869 o2net_init_msg(struct o2net_msg *msg, u16 data_len, u16 msg_type, u32 key) argument
903 o2net_send_message_vec(u32 msg_type, u32 key, struct kvec *caller_vec, size_t caller_veclen, u8 target_node, int *status) argument
1010 o2net_send_message(u32 msg_type, u32 key, void *data, u32 len, u8 target_node, int *status) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/tipc/
H A Dtipc_msg.h128 static inline u32 msg_type(struct tipc_msg *m) function
135 return (msg_type(m) == TIPC_DIRECT_MSG);
140 return (msg_type(m) == TIPC_NAMED_MSG);
145 return (msg_type(m) == TIPC_MCAST_MSG);
150 return (msg_type(m) == TIPC_CONN_MSG);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Drndis_host.c70 __le32 msg_type; /* RNDIS_MSG_* */ member in struct:rndis_msg_hdr
92 /* codes for "msg_type" field of rndis messages;
120 __le32 msg_type; /* RNDIS_MSG_PACKET */ member in struct:rndis_data_hdr
137 __le32 msg_type; /* RNDIS_MSG_INIT */ member in struct:rndis_init
147 __le32 msg_type; /* RNDIS_MSG_INIT_C */ member in struct:rndis_init_c
164 __le32 msg_type; /* RNDIS_MSG_HALT */ member in struct:rndis_halt
171 __le32 msg_type; /* RNDIS_MSG_QUERY */ member in struct:rndis_query
182 __le32 msg_type; /* RNDIS_MSG_QUERY_C */ member in struct:rndis_query_c
192 __le32 msg_type; /* RNDIS_MSG_SET */ member in struct:rndis_set
203 __le32 msg_type; /* RNDIS_MSG_SET_ member in struct:rndis_set_c
211 __le32 msg_type; /* RNDIS_MSG_RESET */ member in struct:rndis_reset
218 __le32 msg_type; /* RNDIS_MSG_RESET_C */ member in struct:rndis_reset_c
226 __le32 msg_type; /* RNDIS_MSG_INDICATE */ member in struct:rndis_indicate
238 __le32 msg_type; /* RNDIS_MSG_KEEPALIVE */ member in struct:rndis_keepalive
245 __le32 msg_type; /* RNDIS_MSG_KEEPALIVE_C */ member in struct:rndis_keepalive_c
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbfilter.c55 int msg_type = CVAL(buf,0); local
59 if (msg_type) return;
80 int msg_type = CVAL(buf,0); local
85 if (msg_type) {
87 switch (msg_type) {
H A Dsmbcontrol.c37 static BOOL send_message(pid_t pid, int msg_type, const void *buf, int len, argument
48 return message_send_pid(pid, msg_type, buf, len, duplicates);
58 ret = message_send_all(tdb,msg_type, buf, len, duplicates,
87 static void print_pid_string_cb(int msg_type, pid_t pid, void *buf, size_t len) argument
95 static void print_string_cb(int msg_type, pid_t pid, void *buf, size_t len) argument
144 static void pong_cb(int msg_type, pid_t pid, void *buf, size_t len) argument
206 static void profilelevel_cb(int msg_type, pid_t pid, void *buf, size_t len) argument
242 static void profilelevel_rqst(int msg_type, pid_t pid, void *buf, size_t len) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dperfmon.h129 int msg_type; /* generic message header */ member in struct:__anon8856
139 int msg_type; /* generic message header */ member in struct:__anon8857
145 int msg_type; /* type of the message */ member in struct:__anon8858
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/profile/
H A Dprofile.c47 void profile_message(int msg_type, pid_t src, void *buf, size_t len) argument
82 void reqprofile_message(int msg_type, pid_t src, void *buf, size_t len) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dapic.h87 unsigned char msg_type, unsigned char mask);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dmsgtest.c33 void pong_message(int msg_type, pid_t src, void *buf, size_t len) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_common.h42 __be32 msg_type; member in struct:ieee80211_frame_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dnetlink.c36 * @msg_type: The type of netlink message to send
47 struct ecryptfs_msg_ctx *msg_ctx, u16 msg_type,
64 msg_type, payload_len);
46 ecryptfs_send_netlink(char *data, int data_len, struct ecryptfs_msg_ctx *msg_ctx, u16 msg_type, u16 msg_flags, pid_t daemon_pid) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/wrepld/
H A Dwins_repl.h122 int msg_type; member in struct:_REPLICATE
H A Dparser.c250 rep->msg_type = RIVAL(inbuf->buffer, inbuf->offset);
254 switch (rep->msg_type) {
274 DEBUG(0,("decode_replicate: unknown message type:%d\n", rep->msg_type));
509 RSIVAL(outbuf->buffer, outbuf->offset, rep->msg_type);
512 switch (rep->msg_type) {
532 DEBUG(0,("encode_replicate: unknown message type:%d\n", rep->msg_type));
672 DEBUGADD(5,("\t\tmsg_type: %d ", rep->msg_type));
674 switch (rep->msg_type) {
H A Dprocess.c117 r->rep.msg_type=MESSAGE_REP_ADD_VERSION_REQUEST;
126 r->rep.msg_type=MESSAGE_REP_UPDATE_NOTIFY_REQUEST;
254 r->rep.msg_type=1;
306 r->rep.msg_type=MESSAGE_REP_SEND_ENTRIES_REQUEST;
584 r->rep.msg_type=MESSAGE_REP_SEND_ENTRIES_REPLY; /* reply */
763 r->rep.msg_type=MESSAGE_REP_ADD_VERSION_REQUEST;
771 switch (q->rep.msg_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_mime.c153 char *mime_prefix, *mime_eol, *msg_type=NULL; local
204 msg_type = "enveloped-data";
213 msg_type = "signed-data";
215 msg_type = "certs-only";
222 if (msg_type)
223 BIO_printf(bio, " smime-type=%s;", msg_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Daudit.c500 static int audit_netlink_ok(struct sk_buff *skb, u16 msg_type) argument
504 switch (msg_type) {
537 u16 msg_type = nlh->nlmsg_type; local
543 err = audit_netlink_ok(skb, msg_type);
564 switch (msg_type) {
619 if (!audit_enabled && msg_type != AUDIT_USER_AVC)
622 err = audit_filter_user(&NETLINK_CB(skb), msg_type);
625 ab = audit_log_start(NULL, GFP_KERNEL, msg_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dmonreader.c275 u8 msg_type[2], mca_type; local
280 memcpy(msg_type, &monmsg->msg.class, 2);
281 EBCASC(msg_type, 2);
289 P_DEBUG("read, msg_type = '%c%c', mca_type = '%c' / 0x%X / 0x%X\n",
290 msg_type[0], msg_type[1], mca_type ? mca_type : 'X',

Completed in 441 milliseconds

1234