Searched refs:u_char (Results 1 - 25 of 223) sorted by relevance

123456789

/darwin-on-arm/xnu/bsd/crypto/rc4/
H A Drc4.h44 u_char perm[256];
45 u_char index1;
46 u_char index2;
49 extern void rc4_init(struct rc4_state *state, const u_char *key, int keylen);
51 const u_char *inbuf, u_char *outbuf, int buflen);
H A Drc4.c44 swap_bytes(u_char *a, u_char *b)
46 u_char temp;
58 rc4_init(struct rc4_state *const state, const u_char *key, int keylen)
60 u_char j;
65 state->perm[i] = (u_char)i;
84 const u_char *inbuf, u_char *outbuf, int buflen)
87 u_char j;
/darwin-on-arm/xnu/bsd/netat/
H A Dpap.h69 u_char at_pap_connection_id;
70 u_char at_pap_type;
71 u_char at_pap_sequence_number[2];
72 u_char at_pap_responding_socket;
73 u_char at_pap_flow_quantum;
74 u_char at_pap_wait_time_or_result[2];
75 u_char at_pap_buffer[AT_PAP_DATA_SIZE];
105 u_char pap_inuse; /* true if this one is allocated */
106 u_char pap_tickle; /* true if we are tickling the other end */
107 u_char pap_reques
[all...]
H A Dadsp.h290 u_char *ccbLink; /* link to next ccb */
293 u_char userFlags; /* flags for unsolicited connection events */
294 u_char localSocket; /* socket number of this connection end */
298 u_char *attnPtr; /* ptr to received attention data */
299 u_char reserved[220]; /* for adsp internal use */
310 u_char *sendQueue; /* client passed send queue buffer */
311 u_char *recvQueue; /* client passed receive queue buffer */
312 u_char *attnPtr; /* client passed receive attention buffer */
315 u_char localSocket; /* local socket number */
332 u_char ocMod
[all...]
H A Drtmp.h53 u_char at_rtmp_id_length;
54 u_char at_rtmp_id[1];
86 int elap_dataput(gbuf_t *, at_ifaddr_t *, u_char, char *);
H A Dappletalk.h55 typedef u_char ua_short[2]; /* Unaligned short */
56 typedef u_char ua_long[4]; /* Unaligned long */
63 typedef u_char at_node; /* AppleTalk node number */
64 typedef u_char at_socket; /* AppleTalk socket number */
68 u_char atalk_unused;
112 u_char node; /* Node number */
113 u_char socket; /* Socket number */
131 u_char s_node; /* 8-bit node # (1-0xfd) */
138 u_char sat_len; /* total length */
139 u_char sat_famil
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dbootp.h47 u_char bp_op; /* packet opcode type */
50 u_char bp_htype; /* hardware addr type */
51 u_char bp_hlen; /* hardware addr length */
52 u_char bp_hops; /* gateway hops */
60 u_char bp_chaddr[16]; /* client hardware address */
61 u_char bp_sname[64]; /* server host name */
62 u_char bp_file[128]; /* boot file name */
63 u_char bp_vend[64]; /* vendor-specific area */
76 u_char v_magic[4]; /* magic number */
78 u_char v_unuse
[all...]
H A Dif_ether.h81 /* u_char enaddr[ETHER_ADDR_LEN]; */ \
86 (enaddr)[3] = ((const u_char *)ipaddr)[1] & 0x7f; \
87 (enaddr)[4] = ((const u_char *)ipaddr)[2]; \
88 (enaddr)[5] = ((const u_char *)ipaddr)[3]; \
97 /* u_char enaddr[ETHER_ADDR_LEN]; */ \
101 (enaddr)[2] = ((const u_char *)ip6addr)[12]; \
102 (enaddr)[3] = ((const u_char *)ip6addr)[13]; \
103 (enaddr)[4] = ((const u_char *)ip6addr)[14]; \
104 (enaddr)[5] = ((const u_char *)ip6addr)[15]; \
116 u_char arp_sh
[all...]
H A Digmp.h87 u_char igmp_type; /* version & type of IGMP message */
88 u_char igmp_code; /* subtype for routing msgs */
97 u_char igmp_type; /* version & type of IGMP message */
98 u_char igmp_code; /* subtype for routing msgs */
102 u_char igmp_misc; /* reserved/suppress/robustness */
103 u_char igmp_qqi; /* querier's query interval */
115 u_char ig_type; /* record type */
116 u_char ig_datalen; /* length of auxiliary data */
127 u_char ir_type; /* IGMP_v3_HOST_MEMBERSHIP_REPORT */
128 u_char ir_rsv
[all...]
H A Ddhcp.h44 u_char dp_op; /* packet opcode type */
45 u_char dp_htype; /* hardware addr type */
46 u_char dp_hlen; /* hardware addr length */
47 u_char dp_hops; /* gateway hops */
55 u_char dp_chaddr[16]; /* client hardware address */
56 u_char dp_sname[64]; /* server host name */
57 u_char dp_file[128]; /* boot file name */
58 u_char dp_options[0]; /* variable-length options field */
/darwin-on-arm/xnu/bsd/libkern/
H A Dscanc.c66 scanc(u_int size, u_char *cp, const u_char table[], int mask0)
68 u_char *end;
69 u_char mask;
H A Dlocc.c71 register u_char *cp, *end, mask;
74 cp = (u_char *)cp0;
H A Dskpc.c68 register u_char *cp, *end, mask;
71 cp = (u_char *)cp0;
/darwin-on-arm/xnu/bsd/net/
H A Dif_dl.h90 u_char sdl_len; /* Total length of sockaddr */
91 u_char sdl_family; /* AF_LINK */
93 u_char sdl_type; /* interface type */
94 u_char sdl_nlen; /* interface name length, no trailing 0 reqd. */
95 u_char sdl_alen; /* link level address length */
96 u_char sdl_slen; /* link layer selector length */
108 #define CONST_LLADDR(s) ((const u_char*)((s)->sdl_data + (s)->sdl_nlen))
H A Diso88025.h90 u_char ac; /* access control field */
91 u_char fc; /* frame control field */
92 u_char iso88025_dhost[ISO88025_ADDR_LEN]; /* destination address */
93 u_char iso88025_shost[ISO88025_ADDR_LEN]; /* source address */
99 u_char ether_dhost[ISO88025_ADDR_LEN];
100 u_char ether_shost[ISO88025_ADDR_LEN];
101 u_char ac;
102 u_char fc;
110 u_char octet[ISO88025_ADDR_LEN];
H A Dfirewire.h75 u_char firewire_dhost[FIREWIRE_EUI64_LEN];
76 u_char firewire_shost[FIREWIRE_EUI64_LEN];
84 u_char octet[FIREWIRE_EUI64_LEN];
91 u_char eui64[FIREWIRE_EUI64_LEN];
92 u_char maxRec;
93 u_char spd;
H A Dif_arp.h87 u_char ar_hln; /* length of hardware address */
88 u_char ar_pln; /* length of protocol address */
101 u_char ar_sha[]; /* sender hardware address */
102 u_char ar_spa[]; /* sender protocol address */
103 u_char ar_tha[]; /* target hardware address */
104 u_char ar_tpa[]; /* target protocol address */
H A Dlacp.h62 typedef u_char lacp_actor_partner_state;
67 u_char system_id[6];
74 u_char lap_tlv_type; /* 0x01 or 0x02 */
75 u_char lap_length; /* 20 */
76 u_char lap_system_priority[2];
77 u_char lap_system[6];
78 u_char lap_key[2];
79 u_char lap_port_priority[2];
80 u_char lap_port[2];
81 u_char lap_stat
[all...]
H A Dif_vlan_var.h64 u_char evl_dhost[ETHER_ADDR_LEN];
65 u_char evl_shost[ETHER_ADDR_LEN];
H A Dbpfdesc.h109 u_char bd_promisc; /* true if listening promiscuously */
110 u_char bd_state; /* idle, waiting, or timed out */
111 u_char bd_immediate; /* true to return on packet arrival */
121 u_char bd_selcoll; /* true if selects collide */
125 u_char bd_pad; /* explicit alignment */
/darwin-on-arm/xnu/bsd/netinet6/
H A Dpim6.h47 u_char pim_type:4, /* the PIM message type, currently they are:
54 u_char pim_ver:4, /* PIM version */
57 u_char pim_rsv; /* Reserved */
H A Desp6.h70 extern int esp6_output(struct mbuf *, u_char *, struct mbuf *,
H A Dipcomp6.h44 extern int ipcomp6_output(struct mbuf *, u_char *, struct mbuf *,
H A Din6_prefix.h44 u_char rp_origin; /* from where this prefix info is obtained */
47 u_char addmark : 1;
48 u_char delmark : 1; /* if this prefix will be deleted */
72 u_char anycast : 1;
88 int delete_each_prefix (struct rr_prefix *rpp, u_char origin);
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.h47 u_char ether_addr_octet[6];
57 u_char ih_x1; /* (unused) */
58 u_char ih_pr; /* protocol */
111 u_char ip_ttl; /* time to live */
112 u_char ip_p; /* protocol */
125 u_char ether_dhost[6];
126 u_char ether_shost[6];
153 u_char ar_hln; /* length of hardware address */
154 u_char ar_pln; /* length of protocol address */
168 u_char arp_sh
[all...]

Completed in 135 milliseconds

123456789