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

123

/macosx-10.9.5/ppp-727.90.1/Shared/
H A Dfd_exchange.c26 FDExchangeMessageType msg_type; member in struct:fd_msg_handler
46 fd_exchange_add_handler(struct fd_exchange *exchange, int fd_type, FDExchangeMessageType msg_type, FDGenericHandler handler) argument
50 new_handler->msg_type = msg_type;
64 fd_exchange_send_msg(int socket, int fd_type, FDExchangeMessageType msg_type, int fd, const void *data, size_t data_size) argument
77 iov[iov_idx].iov_base = (char *)&msg_type;
78 iov[iov_idx].iov_len = sizeof(msg_type);
119 fd_exchange_handle_message(struct fd_exchange *exchange, int msg_type, int fd_type, int received_fd, void *ancilliary_data, size_t ancilliary_data_size) argument
126 if (handler->fd_type == fd_type && handler->msg_type == msg_type) {
[all...]
/macosx-10.9.5/bootp-268.1/bootplib/
H A DDHCPv6.c99 DHCPv6PacketSetMessageType(DHCPv6PacketRef pkt, int msg_type) argument
101 pkt->msg_type = msg_type;
161 DHCPv6MessageName(pkt->msg_type), pkt->msg_type,
H A DDHCPv6.h111 uint8_t msg_type; member in struct:__anon6777
125 DHCPv6PacketSetMessageType(DHCPv6PacketRef pkt, int msg_type);
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-olsr.c94 u_int8_t msg_type; member in struct:olsr_msg4
104 u_int8_t msg_type; member in struct:olsr_msg6
263 u_int msg_type, msg_len, msg_tlen, hello_len; local
311 msg_type = msgptr.v6->msg_type;
318 if (msg_type == 0 || msg_len == 0) {
324 tok2str(olsr_msg_values, "Unknown", msg_type),
325 msg_type, ip6addr_string(msgptr.v6->originator),
339 msg_type = msgptr.v4->msg_type;
[all...]
H A Dprint-vqp.c56 u_int8_t msg_type; member in struct:vqp_common_header_t
138 tok2str(vqp_msg_type_values, "unknown (%u)",vqp_common_header->msg_type),
149 tok2str(vqp_msg_type_values, "unknown (%u)",vqp_common_header->msg_type),
H A Dprint-lwapp.c72 u_int8_t msg_type; member in struct:lwapp_control_header
241 tok2str(lwapp_msg_type_values,"Unknown",lwapp_control_header->msg_type),
242 lwapp_control_header->msg_type,
252 switch(lwapp_control_header->msg_type) {
H A Dprint-ldp.c567 u_short pdu_len,msg_len,msg_type,msg_tlen; local
608 msg_type=LDP_MASK_MSG_TYPE(EXTRACT_16BITS(ldp_msg_header->type));
614 msg_type),
615 msg_type,
630 switch(msg_type) {
H A Dprint-lspping.c70 u_int8_t msg_type; member in struct:lspping_common_header
517 tok2str(lspping_msg_type_values, "unknown (%u)",lspping_com_header->msg_type),
529 tok2str(lspping_msg_type_values, "unknown",lspping_com_header->msg_type),
530 lspping_com_header->msg_type,
H A Dprint-rsvp.c55 u_int8_t msg_type; member in struct:rsvp_common_header
1831 tok2str(rsvp_msg_type_values, "unknown (%u)",rsvp_com_header->msg_type),
1842 tok2str(rsvp_msg_type_values, "unknown, type: %u",rsvp_com_header->msg_type),
1843 rsvp_com_header->msg_type,
1864 switch(rsvp_com_header->msg_type) {
1884 tok2str(rsvp_msg_type_values, "unknown, type: %u",rsvp_com_header->msg_type),
1885 rsvp_com_header->msg_type,
H A Dprint-lmp.c55 u_int8_t msg_type; member in struct:lmp_common_header
396 tok2str(lmp_msg_type_values, "unknown (%u)",lmp_com_header->msg_type),
407 tok2str(lmp_msg_type_values, "unknown, type: %u",lmp_com_header->msg_type),
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Drpc_msg.h80 enum msg_type { enum
198 enum msg_type rm_direction;
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-plugin/
H A Dl2tp.c235 static char *msg_type_str(u_int16_t msg_type);
269 u_int16_t msg_type; local
289 PROCESS_PACKET(control_buf, size, &msg_type, peer_params, L2TP_SCCRP);
316 PROCESS_PACKET(control_buf, size, &msg_type, peer_params, L2TP_ICRP);
341 u_int16_t msg_type; local
351 PROCESS_PACKET(control_buf, size, &msg_type, peer_params, L2TP_SCCRQ);
373 PROCESS_PACKET(control_buf, size, &msg_type, peer_params, L2TP_SCCCN);
379 PROCESS_PACKET(control_buf, size, &msg_type, peer_params, L2TP_ICRQ);
393 PROCESS_PACKET(control_buf, size, &msg_type, peer_params, L2TP_ICCN);
480 u_int16_t msg_type; local
544 u_int16_t msg_type = 0; local
973 msg_type_str(u_int16_t msg_type) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dbuild_ap_req.c49 ap.msg_type = krb_ap_req;
H A Dmk_error.c58 msg.msg_type = krb_error;
H A Drd_rep.c58 if (ap_rep.msg_type != krb_ap_rep) {
H A Dmk_rep.c50 ap.msg_type = krb_ap_rep;
H A Dmk_safe.c65 s.msg_type = krb_safe;
H A Dmk_priv.c105 s.msg_type = krb_priv;
/macosx-10.9.5/xnu-2422.115.4/tools/tests/MPMMTest/
H A DMPMMtest.c71 int msg_type; variable
122 msg_type = msg_type_trivial;
158 msg_type = msg_type_trivial;
160 msg_type = msg_type_inline;
162 msg_type = msg_type_complex;
293 switch(msg_type) {
319 num_msgs, (msg_type == msg_type_inline) ?
320 "inline" : ((msg_type == msg_type_complex) ?
557 if (msg_type == msg_type_complex) {
H A DKQMPMMtest.c73 int msg_type; variable
123 msg_type = msg_type_trivial;
159 msg_type = msg_type_trivial;
161 msg_type = msg_type_inline;
163 msg_type = msg_type_complex;
278 switch(msg_type) {
304 num_msgs, (msg_type == msg_type_inline) ?
305 "inline" : ((msg_type == msg_type_complex) ?
610 if (msg_type == msg_type_complex) {
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlb_mmtest.c90 int msg_type; member in struct:__anon15561
259 if (ts->msg_type == msg_type_complex) {
337 ts->msg_type = opt_msg_type;
348 switch (ts->msg_type) {
427 ts->num_msgs, (ts->msg_type == msg_type_inline) ? "inline" :
428 ((ts->msg_type == msg_type_complex) ? "complex" : "trivial"),
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dwindc.c120 req->msg_type == krb_as_req);
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dvpn_control.c332 switch (ntohs(hdr->msg_type)) {
579 "invalid command: %d\n", ntohs(hdr->msg_type));
641 msg->hdr.msg_type = htons(VPNCTL_STATUS_NEED_AUTHINFO);
643 msg->hdr.msg_type = htons(VPNCTL_STATUS_NEED_REAUTHINFO);
688 msg->hdr.msg_type = htons(VPNCTL_STATUS_IKE_FAILED);
720 vpncontrol_status_2_str(u_int16_t msg_type) argument
722 switch (msg_type) {
773 msg->hdr.msg_type = htons(start ?
782 msg->hdr.msg_type = htons(start ? VPNCTL_STATUS_PH2_START : VPNCTL_STATUS_PH2_ESTABLISHED);
786 ">>>>> phase change status = %s\n", vpncontrol_status_2_str(ntohs(msg->hdr.msg_type)));
[all...]
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A DDHCPv6Client.c307 get_ia_na_addr(DHCPv6ClientRef client, int msg_type, argument
345 if_name(if_p), DHCPv6MessageName(msg_type));
362 if_name(if_p), DHCPv6MessageName(msg_type));
373 if_name(if_p), DHCPv6MessageName(msg_type));
379 if_name(if_p), DHCPv6MessageName(msg_type),
682 client->ia_na = get_ia_na_addr(client, client->saved.pkt->msg_type,
960 if (data->pkt->msg_type != kDHCPv6MessageREPLY
1052 if (data->pkt->msg_type != kDHCPv6MessageREPLY
1166 if (data->pkt->msg_type != kDHCPv6MessageREPLY
1201 ia_na = get_ia_na_addr(client, data->pkt->msg_type,
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsysv_msg.c291 msghdrs[i].msg_type = 0;
979 msghdr->msg_type = CAST_DOWN(long,msgtype);
985 msghdr->msg_type = msg_type32;
1004 if (msghdr->msg_type < 1) {
1009 printf("mtype (%ld) < 1\n", msghdr->msg_type);
1239 * msg_type is always positive!
1242 if (msgtyp == msghdr->msg_type ||
1243 msghdr->msg_type <= -msgtyp) {
1246 msghdr->msg_type, msgtyp);
1390 msgtype = msghdr->msg_type;
[all...]

Completed in 312 milliseconds

123