Searched refs:stf (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dstf.c25 * stf.c
124 Service_stf_t * stf = (Service_stf_t *)ServiceGetPrivate(service_p); local
126 if (IN6_IS_ADDR_UNSPECIFIED(&stf->relay)
127 || stf->local_ip.s_addr == 0) {
131 if (stf->signature != NULL) {
134 stf->signature);
136 make_6to4_addr(stf->local_ip, &info.addr, TRUE);
139 ServicePublishSuccessIPv6(service_p, &info, 1, &stf->relay, 1, NULL,
156 Service_stf_t * stf = (Service_stf_t *)ServiceGetPrivate(service_p); local
163 if_name(if_p), stf
208 Service_stf_t * stf = (Service_stf_t *)ServiceGetPrivate(service_p); local
363 Service_stf_t * stf = (Service_stf_t *)ServiceGetPrivate(service_p); local
480 Service_stf_t * stf = (Service_stf_t *)ServiceGetPrivate(service_p); local
509 Service_stf_t * stf = (Service_stf_t *)ServiceGetPrivate(service_p); local
594 Service_stf_t * stf = (Service_stf_t *)ServiceGetPrivate(service_p); local
[all...]
H A Dipconfigd_types.h145 ipconfig_method_data_stf_t stf; member in union:__anon6949
H A Dipconfigd.c4206 /* stf interface only does 6to4 */
5102 method_data->stf.relay_addr_type = relay_addr_type;
5105 method_data->stf.relay_addr.v4 = relay_ip;
5108 method_data->stf.relay_addr.v6 = relay_ipv6;
5112 bcopy(buf, method_data->stf.relay_addr.dns, len);
5113 method_data->stf.relay_addr.dns[len] = '\0';
5545 ipconfig_method_data_stf_t * stf; local
5547 stf = &scan->method_data->stf;
5548 switch (stf
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/NISCC/TLS_SSL/skipThisNisccCert/
H A DskipThisNisccCert.cpp71 for(const char **stf=skipTheseFiles; *stf!=NULL; stf++) {
72 const char *tf = *stf;
73 if(!strcmp(fileName, *stf)) {
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/NISCC/TLS_SSL/certDecode/
H A DcertDecode.cpp53 for(const char **stf=skipTheseFiles; *stf!=NULL; stf++) {
54 const char *tf = *stf;
55 if(!strcmp(fileName, *stf)) {
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/NISCC/TLS_SSL/nisccCertVerify/
H A DnisccCertVerify.cpp37 for(const char **stf=skipTheseFiles; *stf!=NULL; stf++) {
38 const char *tf = *stf;
39 if(!strcmp(fileName, *stf)) {
/macosx-10.10/xnu-2782.1.97/bsd/man/man4/
H A DMakefile39 stf.4 \
/macosx-10.10/WebCore-7600.1.25/platform/animation/
H A DTimingFunction.h204 const StepsTimingFunction* stf = static_cast<const StepsTimingFunction*>(&other); variable
205 return m_steps == stf->m_steps && m_stepAtStart == stf->m_stepAtStart;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_stf.c97 * stf interface does not have, and will not need, a link-local address.
206 stf_mtx_grp = lck_grp_alloc_init("stf", LCK_GRP_ATTR_NULL);
237 struct stf_softc* stf = ifnet_softc(ifp); local
238 if (stf->sc_protocol_family == 0)
239 stf->sc_protocol_family = protocol_family;
241 printf("stf_add_proto: stf already has a proto\n");
290 struct stf_softc* stf = ifnet_softc(ifp); local
291 *protocol_family = stf->sc_protocol_family;
326 printf("stf softc attach failed\n" );
343 stf_init.name = "stf";
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsLayerAnimation.cpp150 const StepsTimingFunction* stf = static_cast<const StepsTimingFunction*>(timingFunction); local
151 return solveStepsFunction(stf->numberOfSteps(), stf->stepAtStart(), double(progress));
/macosx-10.10/vim-55/src/
H A Dmemfile.c130 struct STATFS stf; local
178 && fstatfs(mfp->mf_fd, &stf, sizeof(struct statfs), 0) == 0
179 && stf.F_BSIZE >= MIN_SWAP_PAGE_SIZE
180 && stf.F_BSIZE <= MAX_SWAP_PAGE_SIZE)
181 mfp->mf_page_size = stf.F_BSIZE;
/macosx-10.10/vim-55/runtime/syntax/
H A Dia64.vim215 "stf
216 syn match ia64opcode "stf[1248]\(\.nta\)\=\>"
217 syn match ia64opcode "stf\.spill\(\.nta\)\=\>"
H A Dtak.vim66 syn keyword takIdentifier flq flx gen ncv per sim siv stf stv tvd tvs
/macosx-10.10/xnu-2782.1.97/config/
H A DMASTER185 pseudo-device stf 1 # <stf>
/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A Dfiles219 bsd/net/if_stf.c optional stf

Completed in 161 milliseconds