Searched defs:af (Results 51 - 61 of 61) sorted by relevance

123

/external/tcpdump/
H A Dprint-bgp.c53 #include "af.h"
870 u_int16_t af; local
1009 af = EXTRACT_16BITS(tptr);
1013 tok2strbuf(af_values, "Unknown AFI", af,
1015 af,
1021 switch(af<<8 | safi) {
1053 printf("\n\t no AFI %u / SAFI %u decoder",af,safi);
1070 switch(af<<8 | safi) {
1181 printf("no AFI %u/SAFI %u decoder",af,safi);
1210 switch (af<<
[all...]
H A Dprint-rsvp.c38 #include "af.h"
1076 int subobj_type,af,subobj_len,total_subobj_len; local
1088 af = (EXTRACT_16BITS(obj_tptr+2))&0x00FF;
1094 tok2str(af_values, "Unknown", af), af,
1101 switch(af) {
/external/netperf/
H A Dnettest_bsd.c478 af_to_nf(int af) {
480 switch(af) {
623 "complete_addrinfo: could not resolve '%s' port '%s' af %d",
1156 inet_ntop(int af, const void *src, char *dst, size_t size);
476 af_to_nf(int af) argument
H A Dnetlib.c509 inet_nton(int af, const void *src, char *dst, int cnt)
513 switch (af) {
2702 printf("establish control: could not resolve remote '%s' port '%s' af %s",
2743 printf("establish control: could not resolve local '%s' port '%s' af %s",
504 inet_nton(int af, const void *src, char *dst, int cnt) argument
/external/openssh/
H A Dchannels.c1137 u_int have, need, i, found, nmethods, addrlen, af; local
1184 af = AF_INET;
1188 af = -1;
1192 af = AF_INET6;
1221 if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL)
2632 channel_set_af(int af) argument
2634 IPv4or6 = af;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp398 void addArg(ArgEffects::Factory &af, unsigned idx, ArgEffect e) { argument
399 Args = af.add(Args, idx, e);
/external/icu4c/test/intltest/
H A Dnumfmtst.cpp379 Formattable af; local
380 fmt.parse(s, af, pos);
383 if (af.getType() == Formattable::kLong)
384 a = af.getLong();
385 else if (af.getType() == Formattable::kDouble) {
386 a = af.getDouble();
427 Formattable af; local
428 fmt.parse(s, af, pos);
429 if (af.getType() == Formattable::kLong ||
430 af
[all...]
/external/qemu/target-i386/
H A Dop_helper.c1771 int al, ah, af; local
1775 af = eflags & CC_A;
1780 if (((al & 0x0f) > 9 ) || af) {
1795 int al, ah, af; local
1799 af = eflags & CC_A;
1804 if (((al & 0x0f) > 9 ) || af) {
1818 int al, af, cf; local
1823 af = eflags & CC_A;
1827 if (((al & 0x0f) > 9 ) || af) {
1845 int al, al1, af, c local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c12303 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, /* a8..af ........ */
65026 } af; member in union:vdbeExecUnion
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12303 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, /* a8..af ........ */
65054 } af; member in union:vdbeExecUnion
[all...]

Completed in 969 milliseconds

123