Searched refs:msgtype (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Drtnetlink.h10 extern int __rtnl_register(int protocol, int msgtype,
12 extern void rtnl_register(int protocol, int msgtype,
14 extern int rtnl_unregister(int protocol, int msgtype);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dnetlink.c23 static int selnl_msglen(int msgtype) argument
27 switch (msgtype) {
42 static void selnl_add_payload(struct nlmsghdr *nlh, int len, int msgtype, void *data) argument
44 switch (msgtype) {
66 static void selnl_notify(int msgtype, void *data) argument
73 len = selnl_msglen(msgtype);
80 nlh = NLMSG_PUT(skb, 0, 0, msgtype, len);
81 selnl_add_payload(nlh, len, msgtype, data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Davp.c141 c->msgtype = ntohs (raw[3]);
150 if ((c->msgtype > MAX_MSG) || (!msgtypes[c->msgtype]))
154 c->msgtype);
160 c->msgtype, msgtypes[c->msgtype]);
168 if ((c != t->self) && (c->msgtype < Hello))
177 switch (c->msgtype)
305 __FUNCTION__, msgtypes[c->msgtype]);
310 if (c->msgtype
[all...]
H A Dcall.h43 int msgtype; /* What kind of message are we member in struct:call
H A Dcontrol.c213 if (c->msgtype < 0)
222 __FUNCTION__, msgtypes[c->msgtype], c->msgtype, t->tid, c->cid);
223 switch (c->msgtype)
1165 __FUNCTION__, c->msgtype);
1166 set_error (c, VENDOR_ERROR, "Unimplemented message %d\n", c->msgtype);
1784 c->msgtype = -1;
H A Dcall.c497 tmp->msgtype = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_netlink.h43 uint16_t msgtype; member in struct:scsi_nl_hdr
58 /* scsi_nl_hdr->msgtype values are defined in each transport */
81 (hdr)->msgtype = mtype; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dkrb5_asn.h138 ASN1_INTEGER *msgtype; member in struct:krb5_ap_req_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/krb5/
H A Dkrb5_asn.h138 ASN1_INTEGER *msgtype; member in struct:krb5_ap_req_st
H A Dkrb5_asn.c102 ASN1_EXP(KRB5_APREQBODY, msgtype, ASN1_INTEGER, 1),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/krb5/
H A Dkrb5_asn.h138 ASN1_INTEGER *msgtype; member in struct:krb5_ap_req_st
H A Dkrb5_asn.c102 ASN1_EXP(KRB5_APREQBODY, msgtype, ASN1_INTEGER, 1),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dkrb5_asn.h138 ASN1_INTEGER *msgtype; member in struct:krb5_ap_req_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Drtnetlink.c102 static inline int rtm_msgindex(int msgtype) argument
104 int msgindex = msgtype - RTM_BASE;
141 * @msgtype: rtnetlink message type
155 int __rtnl_register(int protocol, int msgtype, argument
162 msgindex = rtm_msgindex(msgtype);
193 void rtnl_register(int protocol, int msgtype, argument
196 if (__rtnl_register(protocol, msgtype, doit, dumpit) < 0)
199 protocol, msgtype);
207 * @msgtype: rtnetlink message type
211 int rtnl_unregister(int protocol, int msgtype) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dopenldap.c468 int binary = 0, msgtype; local
470 msgtype = ldap_msgtype(ent);
471 if(msgtype == LDAP_RES_SEARCH_RESULT) {
497 else if(msgtype != LDAP_RES_SEARCH_ENTRY)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep034.tcl326 if {[berkdb msgtype $control] eq "all_req"} {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dnsp32.c2038 unsigned char msgtype; local
2052 msgtype = data->msginbuf[0];
2054 "enter: msglen: 0x%x msgin: 0x%x msgtype: 0x%x",
2055 data->msgin_len, msg, msgtype);
2069 if (msgtype & 0x80) {
2075 newlun = msgtype & 0x1f; /* TODO: SPI-3 compliant? */
2089 switch (msgtype) {
2165 "unsupported message: 0x%x", msgtype);
2318 msg, data->msgin_len, msgtype);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dcommon.c984 dhcp6_get_options(p, ep, optinfo, msgtype, state, send_flags)
987 int msgtype, state, send_flags;
1378 if (state == DHCP6S_INFOREQ && msgtype == DH6_REPLY &&
1384 if (state == DHCP6S_DECLINE && msgtype == DH6_REPLY)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db_pkg.c139 "msgtype",
3414 * Implements the msgtype command.
3425 u_int32_t len, msgtype, swaptype; local
3448 Tcl_WrongNumArgs(interp, 3, objv, "msgtype msg");
3455 "msgtype: bad control message", TCL_STATIC);
3458 swaptype = msgtype = rp->rectype;
3464 if (msgtype > REP_MAX_MSG && swaptype <= REP_MAX_MSG)
3465 msgtype = swaptype;
3466 msgname = NewStringObj(msgnames[msgtype], strlen(msgnames[msgtype]));
[all...]

Completed in 289 milliseconds