| /src/external/bsd/tcpdump/dist/ |
| in_cksum.c | 65 int byte_swapped = 0; local 104 byte_swapped = 1; 123 if (mlen == 0 && byte_swapped == 0) 129 if (byte_swapped) { 132 byte_swapped = 0;
|
| /src/sys/arch/sparc/sparc/ |
| cpu_in_cksum.c | 196 #define ADDBYTE {ROL; sum += *w; byte_swapped ^= 1;} 205 int byte_swapped = 0; local 277 if (byte_swapped) {
|
| /src/sys/arch/vax/vax/ |
| cpu_in_cksum.S | 79 #define byte_swapped %r6 define 93 clrl byte_swapped 139 xorl2 $1,byte_swapped # byte_swapped ^= 1; 197 xorl2 $1,byte_swapped # byte_swapped ^= 1; 204 tstl byte_swapped # if (byte_swapped) {
|
| /src/sys/arch/powerpc/powerpc/ |
| in_cksum.c | 67 int byte_swapped = 0; local 115 byte_swapped = 1; 204 if (mlen == 0 && byte_swapped == 0) 213 if (byte_swapped) { 216 byte_swapped = 0;
|
| /src/sys/arch/sparc64/sparc64/ |
| cpu_in_cksum.S | 130 ldub [%o5], %o4 ! ADDBYTE {ROL; sum += *w; byte_swapped ^= 1;} 134 xor %g1, 1, %g1 ! Flip byte_swapped 195 xor %g1, 1, %g1 ! Flip byte_swapped 216 brz,pt %g1, 0f ! if (byte_swapped) {
|
| /src/external/bsd/libpcap/dist/ |
| pcap-rpcap.c | 97 int byte_swapped; member in struct:activehosts 133 int byte_swapped; /* Server byte order is swapped from ours */ member in struct:pcap_rpcap 697 pcapint_post_process(p->linktype, pr->byte_swapped, 1960 * \param byte_swapped: pointer to variable to which to set 1 if the 1975 int *byte_swapped, struct pcap_rmtauth *auth, char *errbuf) 2219 *byte_swapped = 0; 2224 *byte_swapped = 1; 2317 *byte_swappedp = activeconn->byte_swapped; 2451 int byte_swapped; /* server is known to be byte-swapped */ local 2497 &pr->uses_ssl, &ssl, flags, &protocol_version, &byte_swapped, 2619 int byte_swapped; \/* Server byte order is swapped from ours *\/ local 2934 int byte_swapped; \/* 1 if server byte order is known to be the reverse of ours *\/ local [all...] |