Searched defs:af (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dinet_net_ntop.c44 * inet_net_ntop(af, src, bits, dst, size)
54 int af,
61 switch (af) {
53 inet_net_ntop( int af, const void *src, int bits, char *dst, size_t size ) argument
H A Dinet_net_pton.c86 * inet_net_pton(af, src, dst, size)
99 int af,
105 switch (af) {
98 inet_net_pton( int af, const char *src, void *dst, size_t size ) argument
H A Dgethostbyht.c115 int af, len; local
135 af = AF_INET6;
140 af = AF_INET6;
143 af = AF_INET;
153 host.h_addrtype = af;
176 _gethostbyhtname(const char *name, int af) argument
183 if (p->h_addrtype != af)
197 _gethostbyhtaddr(const char *addr, int len, int af) argument
203 if (p->h_addrtype == af && !bcmp(p->h_addr, addr, len))
H A Dgethostbynis.c57 _gethostbynis(const char *name, char *map, int af) argument
67 switch(af) {
125 _gethostbynisname(const char *name, int af) argument
127 return _gethostbynis(name, "hosts.byname", af);
131 _gethostbynisaddr(const char *addr, int len, int af) argument
133 return _gethostbynis(inet_ntoa(*(struct in_addr *)addr),"hosts.byaddr", af);
H A Dgetnetbynis.c56 _getnetbynis(const char *name, char *map, int af) argument
66 switch(af) {
129 _getnetbynisaddr(unsigned long addr, int af) argument
137 if (af != AF_INET) {
170 return _getnetbynis(str, "networks.byaddr", af);
H A Dinet_pton.c79 * inet_pton(af, src, dst)
91 int af,
96 switch (af) {
90 inet_pton( int af, const char *src, void *dst ) argument
H A Dgetnetnamadr.c147 getnetbyaddr(uint32_t addr, int af) argument
160 hp = _getnetbyhtaddr(addr, af);
163 hp = _getnetbydnsaddr(addr, af);
166 hp = _getnetbynisaddr(addr, af);
H A Dgethostbydns.c521 _gethostbydnsname(const char *name, int af) argument
533 switch (af) {
548 host.h_addrtype = af;
573 if (inet_pton(af, name, host_addr) <= 0) {
606 if (inet_pton(af, name, host_addr) <= 0) {
635 _gethostbydnsaddr(const char *addr, int len, int af) argument
655 if (af == AF_INET6 && len == IN6ADDRSZ &&
661 af = AF_INET;
664 switch (af) {
681 switch (af) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/NetUtil/
H A Dinet_ntop.c65 * inet_ntop(af, src, dst, size)
73 inet_ntop(int af, const void *src, char *dst, socklen_t size) argument
79 switch (af) {
/vbox/src/recompiler/target-i386/
H A Dhelper_template.h66 int cf, pf, af, zf, sf, of; local
72 af = (CC_DST ^ src1 ^ src2) & 0x10;
76 return cf | pf | af | zf | sf | of;
90 int cf, pf, af, zf, sf, of;
96 af = (CC_DST ^ src1 ^ src2) & 0x10;
100 return cf | pf | af | zf | sf | of;
114 int cf, pf, af, zf, sf, of;
120 af = (CC_DST ^ src1 ^ src2) & 0x10;
124 return cf | pf | af | zf | sf | of;
139 int cf, pf, af, z
[all...]
H A Dop_helper.c2270 int al, ah, af; local
2274 af = eflags & CC_A;
2279 if (((al & 0x0f) > 9 ) || af) {
2294 int al, ah, af; local
2298 af = eflags & CC_A;
2303 if (((al & 0x0f) > 9 ) || af) {
2317 int al, af, cf; local
2322 af = eflags & CC_A;
2326 if (((al & 0x0f) > 9 ) || af) {
2344 int al, al1, af, c local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dethernet.c133 * @v af Address family
138 int eth_mc_hash ( unsigned int af, const void *net_addr, void *ll_addr ) { argument
142 switch ( af ) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2sock.c638 _PR_MD_SOCKETPAIR(int af, int type, int flags, PRInt32 *osfd) argument
642 rv = socketpair(af, type, flags, osfd);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95sock.c58 _PR_MD_SOCKET(int af, int type, int flags) argument
63 sock = socket(af, type, flags);
H A Dw16sock.c94 _PR_MD_SOCKET(int af, int type, int flags) argument
104 sock = socket(af, type, flags);
H A Dntio.c966 int af = AF_INET; local
977 rv = _PR_MD_SOCKET(af, SOCK_STREAM, 0);
1140 _PR_MD_SOCKET(int af, int type, int flags) argument
1144 sock = socket(af, type, flags);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dimports.h386 double af, bf; local
387 af = (3 << 22) + 0.5 + (double)f;
390 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
399 double af, bf; local
402 af = (3 << 22) + 0.5 + (double)f;
404 u.f = (float) af; ai = u.i;
433 double af, bf; local
434 af = (3 << 22) + 0.5 + (double)f;
437 __asm__ ("fstps %0" : "=m" (ai) : "t" (af) : "st");
446 double af, b local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbnet.c733 _MD_socketpair (int af, int type, int flags, PRInt32 *osfd) argument
834 _MD_socket (int af, int type, int flags) argument
838 osfd = socket( af, type, 0 );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprsocket.c1347 PR_IMPLEMENT(PRFileDesc *) PR_OpenTCPSocket(PRIntn af) argument
1349 return PR_Socket(af, SOCK_STREAM, 0);
1352 PR_IMPLEMENT(PRFileDesc*) PR_OpenUDPSocket(PRIntn af) argument
1354 return PR_Socket(af, SOCK_DGRAM, 0);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprnetdb.c644 #define GETHOSTBYNAME2(name, af) \
645 (gethostbyname2_r(name, af, &tmphe, tmpbuf, bufsize, &h, &h_err), h)
646 #define GETHOSTBYADDR(addr, addrlen, af) \
647 (gethostbyaddr_r(addr, addrlen, af, \
654 #define GETHOSTBYNAME2(name, af) \
655 gethostbyname2_r(name, af, &tmphe, tmpbuf, bufsize, &h_err)
656 #define GETHOSTBYADDR(addr, addrlen, af) \
657 gethostbyaddr_r(addr, addrlen, af, &tmphe, tmpbuf, bufsize, &h_err)
662 #define GETHOSTBYNAME2(name, af) gethostbyname2(name, af)
1007 PRInt32 af; local
2038 pr_GetAddrInfoByNameFB(const char *hostname, PRUint16 af, PRIntn flags) argument
2060 PR_GetAddrInfoByName(const char *hostname, PRUint16 af, PRIntn flags) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c1237 PRInt32 _MD_socketpair(int af, int type, int flags, argument
1242 rv = socketpair(af, type, flags, osfd);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h1299 * PRIntn af
1311 NSPR_API(PRFileDesc*) PR_OpenUDPSocket(PRIntn af); variable
1319 * PRIntn af
1331 NSPR_API(PRFileDesc*) PR_OpenTCPSocket(PRIntn af); variable
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c1683 addr->raw.family = fd->secret->af;
3496 if (fd != NULL) fd->secret->af = domain;
4351 PR_IMPLEMENT(PRFileDesc*) PR_OpenUDPSocket(PRIntn af) argument
4353 return PR_Socket(af, SOCK_DGRAM, 0);
4356 PR_IMPLEMENT(PRFileDesc*) PR_OpenTCPSocket(PRIntn af) argument
4358 return PR_Socket(af, SOCK_STREAM, 0);
4481 if (NULL != fd) fd->secret->af = PF_INET;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c4124 GLfloat af[4] = {0., 0., 0., 0.,}; local
4129 zv_bind(context, GL_FLOAT, device->czvDrawVertices, 4, GL_FALSE, af);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h1262 extern PRInt32 _PR_MD_SOCKETPAIR(int af, int type, int flags, PRInt32 *osfd);
1265 extern PRInt32 _PR_MD_SOCKET(int af, int type, int flags);
1750 PRUint16 af; /* If the platform requires passing the exact member in struct:PRFilePrivate

Completed in 1280 milliseconds

12