Searched refs:afp (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/network_cmds-457/ifconfig.tproj/
H A Difconfig.c131 const struct afswtch *afp);
132 static void status(const struct afswtch *afp, const struct sockaddr_dl *sdl,
184 const struct afswtch *afp = NULL; local
275 afp = af_getbyname(*argv);
276 if (afp == NULL)
278 if (afp->af_name != NULL)
280 /* leave with afp non-zero */
316 afp = af_getbyname(*argv);
317 if (afp != NULL)
365 ifconfig(argc, argv, 0, afp);
388 struct afswtch *afp; local
399 struct afswtch *afp; local
410 struct afswtch *afp; local
427 struct afswtch *afp; local
493 ifconfig(int argc, char *const *argv, int iscreate, const struct afswtch *afp) argument
622 setifaddr(const char *addr, int param, int s, const struct afswtch *afp) argument
638 settunnel(const char *src, const char *dst, int s, const struct afswtch *afp) argument
669 deletetunnel(const char *vname, int param, int s, const struct afswtch *afp) argument
677 setifnetmask(const char *addr, int dummy __unused, int s, const struct afswtch *afp) argument
687 setifbroadaddr(const char *addr, int dummy __unused, int s, const struct afswtch *afp) argument
695 setifipdst(const char *addr, int dummy __unused, int s, const struct afswtch *afp) argument
709 notealias(const char *addr, int param, int s, const struct afswtch *afp) argument
728 setifdstaddr(const char *addr, int param __unused, int s, const struct afswtch *afp) argument
741 setifflags(const char *vname, int value, int s, const struct afswtch *afp) argument
767 setifcap(const char *vname, int value, int s, const struct afswtch *afp) argument
789 setifmetric(const char *val, int dummy __unused, int s, const struct afswtch *afp) argument
799 setifmtu(const char *val, int dummy __unused, int s, const struct afswtch *afp) argument
810 setifname(const char *val, int dummy __unused, int s, const struct afswtch *afp) argument
832 setrouter(const char *vname, int value, int s, const struct afswtch *afp) argument
844 setifdesc(const char *val, int dummy __unused, int s, const struct afswtch *afp) argument
859 settbr(const char *val, int dummy __unused, int s, const struct afswtch *afp) argument
917 setthrottle(const char *val, int dummy __unused, int s, const struct afswtch *afp) argument
944 setlog(const char *val, int dummy __unused, int s, const struct afswtch *afp) argument
965 setcl2k(const char *vname, int value, int s, const struct afswtch *afp) argument
997 status(const struct afswtch *afp, const struct sockaddr_dl *sdl, struct ifaddrs *ifa) argument
[all...]
H A Difbridge.c358 setbridge_add(const char *val, int d, int s, const struct afswtch *afp) argument
369 setbridge_delete(const char *val, int d, int s, const struct afswtch *afp) argument
380 setbridge_discover(const char *val, int d, int s, const struct afswtch *afp) argument
387 unsetbridge_discover(const char *val, int d, int s, const struct afswtch *afp) argument
394 setbridge_learn(const char *val, int d, int s, const struct afswtch *afp) argument
401 unsetbridge_learn(const char *val, int d, int s, const struct afswtch *afp) argument
409 setbridge_sticky(const char *val, int d, int s, const struct afswtch *afp) argument
416 unsetbridge_sticky(const char *val, int d, int s, const struct afswtch *afp) argument
423 setbridge_span(const char *val, int d, int s, const struct afswtch *afp) argument
434 unsetbridge_span(const char *val, int d, int s, const struct afswtch *afp) argument
446 setbridge_stp(const char *val, int d, int s, const struct afswtch *afp) argument
453 unsetbridge_stp(const char *val, int d, int s, const struct afswtch *afp) argument
461 setbridge_edge(const char *val, int d, int s, const struct afswtch *afp) argument
467 unsetbridge_edge(const char *val, int d, int s, const struct afswtch *afp) argument
473 setbridge_autoedge(const char *val, int d, int s, const struct afswtch *afp) argument
479 unsetbridge_autoedge(const char *val, int d, int s, const struct afswtch *afp) argument
485 setbridge_ptp(const char *val, int d, int s, const struct afswtch *afp) argument
491 unsetbridge_ptp(const char *val, int d, int s, const struct afswtch *afp) argument
497 setbridge_autoptp(const char *val, int d, int s, const struct afswtch *afp) argument
503 unsetbridge_autoptp(const char *val, int d, int s, const struct afswtch *afp) argument
510 setbridge_flush(const char *val, int d, int s, const struct afswtch *afp) argument
521 setbridge_flushall(const char *val, int d, int s, const struct afswtch *afp) argument
532 setbridge_static(const char *val, const char *mac, int s, const struct afswtch *afp) argument
554 setbridge_deladdr(const char *val, int d, int s, const struct afswtch *afp) argument
572 setbridge_addr(const char *val, int d, int s, const struct afswtch *afp) argument
579 setbridge_maxaddr(const char *arg, int d, int s, const struct afswtch *afp) argument
594 setbridge_hellotime(const char *arg, int d, int s, const struct afswtch *afp) argument
609 setbridge_fwddelay(const char *arg, int d, int s, const struct afswtch *afp) argument
624 setbridge_maxage(const char *arg, int d, int s, const struct afswtch *afp) argument
639 setbridge_priority(const char *arg, int d, int s, const struct afswtch *afp) argument
655 setbridge_protocol(const char *arg, int d, int s, const struct afswtch *afp) argument
672 setbridge_holdcount(const char *arg, int d, int s, const struct afswtch *afp) argument
688 setbridge_ifpriority(const char *ifn, const char *pri, int s, const struct afswtch *afp) argument
707 setbridge_ifpathcost(const char *ifn, const char *cost, int s, const struct afswtch *afp) argument
727 setbridge_ifmaxaddr(const char *ifn, const char *arg, int s, const struct afswtch *afp) argument
747 setbridge_timeout(const char *arg, int d, int s, const struct afswtch *afp) argument
763 setbridge_private(const char *val, int d, int s, const struct afswtch *afp) argument
770 unsetbridge_private(const char *val, int d, int s, const struct afswtch *afp) argument
779 setbridge_hostfilter(const char *ifn, const char *addr, int s, const struct afswtch *afp) argument
806 unsetbridge_hostfilter(const char *ifn, int d, int s, const struct afswtch *afp) argument
[all...]
H A Difconfig.h70 typedef void c_func(const char *cmd, int arg, int s, const struct afswtch *afp);
71 typedef void c_func2(const char *arg1, const char *arg2, int s, const struct afswtch *afp);
95 void name(const char *cmd, int arg, int s, const struct afswtch *afp)
97 void name(const char *arg1, const char *arg2, int s, const struct afswtch *afp)
H A Daf_inet6.c107 const struct afswtch *afp)
109 if (afp->af_getprefix != NULL)
110 afp->af_getprefix(addr, MASK);
116 const struct afswtch *afp)
139 const struct afswtch *afp)
141 if (afp->af_af != AF_INET6)
152 const struct afswtch *afp)
161 if (afp->af_af != AF_INET6)
174 const struct afswtch *afp)
176 setip6lifetime("pltime", seconds, s, afp);
106 setifprefixlen(const char *addr, int dummy __unused, int s, const struct afswtch *afp) argument
115 setnd6flags(const char *dummyaddr __unused, int d, int s, const struct afswtch *afp) argument
138 setip6flags(const char *dummyaddr __unused, int flag, int dummysoc __unused, const struct afswtch *afp) argument
151 setip6lifetime(const char *cmd, const char *val, int s, const struct afswtch *afp) argument
173 setip6pltime(const char *seconds, int dummy __unused, int s, const struct afswtch *afp) argument
180 setip6vltime(const char *seconds, int dummy __unused, int s, const struct afswtch *afp) argument
187 setip6eui64(const char *cmd, int dummy __unused, int s, const struct afswtch *afp) argument
491 in6_postproc(int s, const struct afswtch *afp) argument
[all...]
H A Difmedia.c256 setmedia(const char *val, int d, int s, const struct afswtch *afp) argument
287 setmediaopt(const char *val, int d, int s, const struct afswtch *afp) argument
294 unsetmediaopt(const char *val, int d, int s, const struct afswtch *afp) argument
326 setmediainst(const char *val, int d, int s, const struct afswtch *afp) argument
346 setmediamode(const char *val, int d, int s, const struct afswtch *afp) argument
/macosx-10.10.1/dtrace-147/test/tst/common/types/
H A Dtst.complex.d67 int (*afp[2])();
/macosx-10.10.1/bootp-298/
H A Drc.netboot124 afp:*)
125 fstype=afp
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOS9/
H A DMac OS Test Responder.c32 static ServiceRecordSet p1, p2, afp, http, njp; variable
157 CreateProxyRegistrationForRealService(m, 548, "", "_afpovertcp._tcp.", &afp);
220 if (afp.RR_SRV.resrec.RecordType ) mDNS_DeregisterService(&m, &afp);
H A DResponder.c47 static RegisteredService p1, p2, afp, http, njp; variable
165 CreateProxyRegistrationForRealService(&afp, "_afpovertcp._tcp.", 548, "");
/macosx-10.10.1/OpenSSL098-52/src/fips/des/
H A Dfips_desmovs.c270 FILE *afp = NULL, *rfp = NULL; local
292 if ((afp = fopen(afn, "r")) == NULL)
316 fclose(afp);
317 afp = NULL;
320 while (!err && (fgets(ibuf, sizeof(ibuf), afp)) != NULL)
612 if (afp)
613 fclose(afp);
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dfips_desmovs.c270 FILE *afp = NULL, *rfp = NULL; local
292 if ((afp = fopen(afn, "r")) == NULL)
316 fclose(afp);
317 afp = NULL;
320 while (!err && (fgets(ibuf, sizeof(ibuf), afp)) != NULL)
612 if (afp)
613 fclose(afp);
H A Dfips_aesavs.c552 FILE *afp = NULL, *rfp = NULL; local
575 if ((afp = fopen(afn, "r")) == NULL)
599 fclose(afp);
600 afp = NULL;
603 while (!err && (fgets(ibuf, sizeof(ibuf), afp)) != NULL)
848 if (afp)
849 fclose(afp);
/macosx-10.10.1/OpenSSL098-52/src/fips/aes/
H A Dfips_aesavs.c552 FILE *afp = NULL, *rfp = NULL; local
575 if ((afp = fopen(afn, "r")) == NULL)
599 fclose(afp);
600 afp = NULL;
603 while (!err && (fgets(ibuf, sizeof(ibuf), afp)) != NULL)
848 if (afp)
849 fclose(afp);
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A Dtcltk-man2html.tcl1617 set afp [open $html/Keywords/$a.htm w]
1618 puts $afp "<HTML><HEAD><TITLE>$tcltkdesc Keywords - $a</TITLE></HEAD>"
1619 puts $afp "<BODY><HR><H3>$tcltkdesc Keywords - $a</H3><HR><H2>"
1621 puts $afp "<A HREF=\"$b.htm\">$b</A>"
1623 puts $afp "</H2><HR><DL>"
1627 puts $afp "<DT><A NAME=\"$k\">$k</A><DD>"
1634 puts $afp [join $refs {, }]
1637 puts $afp "</DL><HR><PRE>"
1640 puts $afp "<A HREF=\"copyright.htm\">Copyright</A> &#169; [lrange $copyright 2 end]"
1642 puts $afp "<
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dtcltk-man2html.tcl1837 set afp [open $html/Keywords/$a.htm w]
1838 puts $afp [htmlhead "$tcltkdesc Keywords - $a" \
1841 puts $afp $keyheader
1842 puts $afp "<DL class=\"keylist\">"
1845 puts $afp "<DT><A NAME=\"$k\">$k</A></DT>"
1846 puts $afp "<DD>"
1853 puts $afp "[join $refs {, }]</DD>"
1855 puts $afp "</DL>"
1857 puts $afp [copyout $manual(merge-copyrights)]
1858 puts $afp "</BOD
[all...]
/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_inode.c1315 * @afp: AfpInfo to cache
1318 * If @afp is not NULL copy the backup time and the Finder info from the
1319 * AfpInfo @afp of size @afp_size bytes to the base ntfs inode @ni.
1321 * If @afp is NULL or the AfpInfo is invalid (wrong signature, version, or
1327 void ntfs_inode_afpinfo_cache(ntfs_inode *ni, AFPINFO *afp, argument
1330 if (afp && (afp->signature != AfpInfo_Signature ||
1331 afp->version != AfpInfo_Version ||
1332 afp_size < sizeof(*afp))) {
1338 afp
1398 AFPINFO *afp; local
1477 ntfs_inode_afpinfo_sync(AFPINFO *afp, const unsigned afp_size, ntfs_inode *ni) argument
1530 AFPINFO *afp; local
[all...]
H A Dntfs_inode.h668 __private_extern__ void ntfs_inode_afpinfo_cache(ntfs_inode *ni, AFPINFO *afp,

Completed in 132 milliseconds