Searched refs:offsetof (Results 176 - 200 of 461) sorted by relevance

1234567891011>>

/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DDHCPDUIDIAID.c177 duid_len = offsetof(DHCPDUID_LL, linklayer_address) + if_link_length(if_p);
195 duid_len = offsetof(DHCPDUID_LLT, linklayer_address) + if_link_length(if_p);
H A DDHCPLease.c107 malloc(offsetof(DHCPLease, pkt) + pkt_data_range.length);
108 bzero(lease_p, offsetof(DHCPLease, pkt));
197 malloc(offsetof(DHCPLease, pkt) + pkt_size);
198 bzero(lease_p, offsetof(DHCPLease, pkt));
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Daix386-core.c132 (file_ptr) offsetof (struct corehdr, cd_regs[0]);
144 (file_ptr) offsetof (struct corehdr, cd_fpregs);
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPSIMAKA.h57 #define kEAPSIMAKAPacketHeaderLength offsetof(EAPSIMAKAPacket, attrs)
142 #define TLV_HEADER_LENGTH offsetof(TLV, tlv_value)
H A DEAPSIMAKAUtil.c353 - offsetof(AT_ENCR_DATA, ed_encrypted_data);
519 offsetof(AT_ENCR_DATA, ed_encrypted_data)
658 if (length < offsetof(TLV, tlv_value)) {
692 offsetof(AT_IDENTITY, id_identity)
778 padding_length - offsetof(AT_PADDING, pa_padding));
883 offset = offsetof(AT_RAND, ra_rand);
910 offset = offsetof(AT_RES, rs_res);
932 offset = offsetof(AT_AUTS, as_auts);
956 len = tlv_length - offsetof(AT_PADDING, pa_padding);
980 offset = offsetof(AT_NONCE_M
[all...]
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dinit.c124 .dqo_label = offsetof(struct dispatch_queue_s, dq_label),
128 .dqo_serialnum = offsetof(struct dispatch_queue_s, dq_serialnum),
130 .dqo_width = offsetof(struct dispatch_queue_s, dq_width),
132 .dqo_running = offsetof(struct dispatch_queue_s, dq_running),
134 .dqo_suspend_cnt = offsetof(struct dispatch_queue_s, do_suspend_cnt),
136 .dqo_target_queue = offsetof(struct dispatch_queue_s, do_targetq),
138 .dqo_priority = offsetof(struct dispatch_queue_s, dq_priority),
145 .vo_activity_ids_count = offsetof(struct voucher_s, v_activities),
H A Dallocator.c630 dispatch_assert(offsetof(struct dispatch_magazine_s, conts) %
632 dispatch_assert(offsetof(struct dispatch_magazine_s, conts) ==
638 dispatch_assert(offsetof(struct dispatch_magazine_s, fp_conts) <
640 dispatch_assert(offsetof(struct dispatch_magazine_s, fp_conts) %
642 dispatch_assert(offsetof(struct dispatch_magazine_s, fp_conts) +
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dgetnameinfo.c62 offsetof(struct sockaddr_in6, sin6_addr)},
65 offsetof(struct sockaddr_in, sin_addr)},
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Dgetnameinfo.c98 offsetof(struct sockaddr_in6, sin6_addr)},
105 offsetof(struct sockaddr_in, sin_addr)},
/macosx-10.10.1/tcpdump-61/tcpdump/missing/
H A Dgetnameinfo.c78 offsetof(struct sockaddr_in6, sin6_addr)},
81 offsetof(struct sockaddr_in, sin_addr)},
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dterminfo.c48 # ifdef offsetof
49 # undef offsetof macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dargp-help.c123 { "dup-args", 1, offsetof (struct uparams, dup_args) },
124 { "dup-args-note", 1, offsetof (struct uparams, dup_args_note) },
125 { "short-opt-col", 0, offsetof (struct uparams, short_opt_col) },
126 { "long-opt-col", 0, offsetof (struct uparams, long_opt_col) },
127 { "doc-opt-col", 0, offsetof (struct uparams, doc_opt_col) },
128 { "opt-doc-col", 0, offsetof (struct uparams, opt_doc_col) },
129 { "header-col", 0, offsetof (struct uparams, header_col) },
130 { "usage-indent", 0, offsetof (struct uparams, usage_indent) },
131 { "rmargin", 0, offsetof (struct uparams, rmargin) },
143 || up->uparams_offs == offsetof (struc
[all...]
/macosx-10.10.1/curl-83.1.2/curl/packages/OS400/
H A Dos400sys.c1346 if(!srcaddr || srclen < offsetof(struct sockaddr, sa_family) +
1359 dstsize = sizeof *dstaddr - offsetof(struct sockaddr_un, sun_path);
1360 srclen -= offsetof(struct sockaddr_un, sun_path);
1363 i += offsetof(struct sockaddr_un, sun_path);
1448 i = *addrlen - offsetof(struct sockaddr_un, sun_path);
1449 laddrlen -= offsetof(struct sockaddr_un, sun_path);
1451 laddrlen = i + offsetof(struct sockaddr_un, sun_path);
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dpktdrvr.c99 #define rxOutOfs offsetof (PktRealStub,_rxOutOfs)
100 #define rxInOfs offsetof (PktRealStub,_rxInOfs)
101 #define PktReceiver offsetof (PktRealStub,_PktReceiver [para_skip])
102 #define pktDrop offsetof (PktRealStub,_pktDrop)
103 #define pktTemp offsetof (PktRealStub,_pktTemp)
104 #define pktTxBuf offsetof (PktRealStub,_pktTxBuf)
105 #define FIRST_RX_BUF offsetof (PktRealStub,_pktRxBuf [0])
106 #define LAST_RX_BUF offsetof (PktRealStub,_pktRxBuf [NUM_RX_BUF-1])
1174 if (*(WORD*)(real_stub_array + offsetof(PktRealStub,_dummy)) != 0xB800)
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dnano_malloc.c598 while ((t = OSAtomicDequeue( &(pMeta->slot_LIFO), offsetof(struct chained_block_s,next) + (clone_slot_base - p.addr)))) {
744 ptr = OSAtomicDequeue( &(pMeta->slot_LIFO), offsetof(struct chained_block_s,next));
849 while ((t = OSAtomicDequeue( &(pMeta->slot_LIFO), offsetof(struct chained_block_s,next)))) {
872 OSAtomicEnqueue( &(pMeta->slot_LIFO), head, (uintptr_t)tail - (uintptr_t)head + offsetof(struct chained_block_s,next));
906 OSAtomicEnqueue( &(pMeta->slot_LIFO), ptr, offsetof(struct chained_block_s,next));
1407 while ((t = OSAtomicDequeue( &(pMeta->slot_LIFO), offsetof(struct chained_block_s,next)))) {
1535 (uintptr_t)new_tail - (uintptr_t)new_head + offsetof(struct chained_block_s,next));
1540 (uintptr_t)tail - (uintptr_t)head + offsetof(struct chained_block_s,next));
1660 while ((t = OSAtomicDequeue( &(pMeta->slot_LIFO), offsetof(struct chained_block_s,next)))) {
1680 OSAtomicEnqueue( &(pMeta->slot_LIFO), head, (uintptr_t)tail - (uintptr_t)head + offsetof(struc
[all...]
/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_attr.c1783 if (new_size >= offsetof(ATTR_REC, length) + sizeof(a->length))
1954 memmove((u8*)a + offsetof(ATTR_RECORD,
1957 offsetof(ATTR_RECORD, compressed_size),
1958 le32_to_cpu(a->length) - offsetof(
1971 a->name_offset = const_cpu_to_le16(offsetof(
2162 memmove((u8*)a + offsetof(ATTR_RECORD, compressed_size),
2163 (u8*)a + offsetof(ATTR_RECORD,
2165 le32_to_cpu(a->length) - (offsetof(ATTR_RECORD,
2174 a->name_offset = const_cpu_to_le16(offsetof(ATTR_RECORD,
2211 memmove((u8*)a + offsetof(ATTR_RECOR
[all...]
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/BSD/
H A Dfirewire_inet6_pr_module.c166 static const size_t minsize = offsetof(struct sockaddr_dl, sdl_data[0]) + FIREWIRE_ADDR_LEN;
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITStubsX86Common.h99 #define PROBE_OFFSETOF(x) offsetof(struct MacroAssembler::ProbeContext, x)
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dlmonetary.c44 (offsetof(struct lc_monetary_T, int_p_cs_precedes) / \
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-perl/
H A Dconfig.c43 (void *)offsetof(PerlBackend, pb_filter_search_results),
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dentropy.c40 #include <stddef.h> /* for offsetof */
109 addr_len = offsetof(struct sockaddr_un, sun_path) +
/macosx-10.10.1/autofs-246/headers/
H A Dautofs.h263 ((reclen) - (offsetof(struct dirent_nonext, d_name[0])))
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DAllocator.h237 offsetof(S, x)));
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dunix.c224 (int)(sa->sun_len - offsetof(struct sockaddr_un, sun_path)),
/macosx-10.10.1/ntp-92/include/
H A Dntp_request.h153 #define REQ_LEN_HDR (offsetof(struct req_pkt, data))
155 #define REQ_LEN_NOMAC (offsetof(struct req_pkt, keyid))
165 #define RESP_HEADER_SIZE (offsetof(struct resp_pkt, data))
294 #define v4sizeof(type) offsetof(type, v6_flag)

Completed in 211 milliseconds

1234567891011>>