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

12

/macosx-10.10/bootp-298/bootplib/
H A Ddhcplib.h47 is_dhcp_packet(dhcpol_t * options, dhcp_msgtype_t * msgtype) argument
56 if (msgtype)
57 *msgtype = *opt;
H A Ddhcp_options.h129 dhcpoa_add_dhcpmsg(dhcpoa_t * oa_p, dhcp_msgtype_t msgtype);
H A Ddhcp_options.c1267 dhcpoa_add_dhcpmsg(dhcpoa_t * oa_p, dhcp_msgtype_t msgtype) argument
1269 char m = (char)msgtype;
/macosx-10.10/bootp-298/bootpd.tproj/
H A Ddhcpd.h39 dhcp_request(request_t * request, dhcp_msgtype_t msgtype,
H A Dbsdpd.c1276 unsigned char msgtype = bsdp_msgtype_failed_e; local
1287 sizeof(msgtype), &msgtype) != dhcpoa_success_e) {
1710 unsigned char msgtype; local
1737 msgtype = *(unsigned char *)ptr;
1748 switch (msgtype) {
1778 sizeof(msgtype), &msgtype)
1947 sizeof(msgtype), &msgtype)
[all...]
H A Ddhcpd.c581 dhcp_request(request_t * request, dhcp_msgtype_t msgtype, argument
669 dhcp_msgtype_names(msgtype), if_name(request->if_p), idstr,
674 dhcp_msgtype_names(msgtype), if_name(request->if_p), idstr);
770 switch (msgtype) {
/macosx-10.10/OpenSSL098-52/src/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),
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dkrb5_asn.h138 ASN1_INTEGER *msgtype; member in struct:krb5_ap_req_st
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Ddhcp_options.h254 dhcpoa_add_dhcpmsg(dhcpoa_t * oa_p, dhcp_msgtype_t msgtype);
H A Ddhcp_options.c537 dhcpoa_add_dhcpmsg(dhcpoa_t * oa_p, dhcp_msgtype_t msgtype) argument
540 sizeof(msgtype), &msgtype));
/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-services.el370 (msgtype (or (erc-nickserv-alist-ident-command nil nickserv-info)
372 (erc-message msgtype
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsysv_msg.c725 user_long_t msgtype; local
977 eval = copyin(user_msgp, &msgtype, sizeof(msgtype));
979 msghdr->msg_type = CAST_DOWN(long,msgtype);
980 user_msgp = user_msgp + sizeof(msgtype); /* ptr math */
1142 user_long_t msgtype; local
1390 msgtype = msghdr->msg_type;
1392 eval = copyout(&msgtype, user_msgp, sizeof(msgtype));
1394 user_msgp = user_msgp + sizeof(msgtype); /* pt
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dopenldap.c440 int binary = 0, msgtype; local
442 msgtype = ldap_msgtype(ent);
443 if(msgtype == LDAP_RES_SEARCH_RESULT) {
469 else if(msgtype != LDAP_RES_SEARCH_ENTRY)
/macosx-10.10/rsync-45/rsync/
H A Dreceiver.c723 int msgtype = phase || read_batch ? FERROR : FINFO; local
724 if (msgtype == FERROR || verbose) {
732 if (msgtype == FERROR) {
739 rprintf(msgtype,
/macosx-10.10/bootp-298/BSDPClient/
H A DBSDPClient.c1233 unsigned char msgtype; local
1253 msgtype = bsdp_msgtype_list_e;
1255 sizeof(msgtype), &msgtype)
1432 unsigned char msgtype; local
1452 msgtype = bsdp_msgtype_select_e;
1454 sizeof(msgtype), &msgtype)
/macosx-10.10/procmail-14/procmail/src/
H A Dheader.h70 X(msgtype, "Message-Type:")
/macosx-10.10/bind9-45.101/bind9/lib/isccc/
H A Dcc.c330 unsigned int msgtype; local
338 GET8(msgtype, source->rstart);
345 if (msgtype == ISCCC_CCMSGTYPE_BINARYDATA) {
352 } else if (msgtype == ISCCC_CCMSGTYPE_TABLE)
354 else if (msgtype == ISCCC_CCMSGTYPE_LIST)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dldap-int.h638 LDAP_F (void) ldap_add_request_to_cache LDAP_P(( LDAP *ld, ber_tag_t msgtype,
641 LDAP_F (int) ldap_check_cache LDAP_P(( LDAP *ld, ber_tag_t msgtype, BerElement *request ));
713 LDAP_F (ber_int_t) ldap_send_initial_request( LDAP *ld, ber_tag_t msgtype,
H A Dtest.c275 int i, c, port, errflg, method, id, msgtype; local
538 if (( msgtype = ldap_result( ld, id, all,
543 printf( "\nresult: msgtype %d msgid %d\n",
544 msgtype, res->lm_msgid );
H A Drequest.c121 ber_tag_t msgtype,
151 if (msgtype == LDAP_REQ_BIND) {
161 if (msgtype != LDAP_REQ_ABANDON && msgtype != LDAP_REQ_SEARCH)
119 ldap_send_initial_request( LDAP *ld, ber_tag_t msgtype, const char *dn, BerElement *ber, ber_int_t msgid) argument
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep034.tcl326 if {[berkdb msgtype $control] eq "all_req"} {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapmodify.c1221 int rc = LDAP_OTHER, msgtype; local
1247 msgtype = ldap_msgtype( res );
1259 } else if ( msgtype != op ) {
1260 fprintf( stderr, "%s: msgtype: expected %d got %d\n",
1261 res2str( op ), op, msgtype );
/macosx-10.10/BerkeleyDB-21/db/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...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Droute.c914 int err = 0, msgtype = RTM_MISS; local
960 msgtype = RTM_RESOLVE;
981 rt_missmsg(msgtype, &info, 0, err);

Completed in 201 milliseconds

12