/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_addrtype.h | 43 __u16 source; member 48 __u16 source; member
|
/bionic/tests/ |
D | netinet_udp_test.cpp | 31 static_assert(offsetof(udphdr, uh_sport) == offsetof(udphdr, source), "udphdr::source"); in TEST() 41 ASSERT_EQ(0x1111, u.source); in TEST()
|
/bionic/libc/kernel/uapi/linux/ |
D | dns_resolver.h | 61 __u8 source; member 70 __u8 source; member
|
D | ivtvfb.h | 24 void __user * source; member
|
D | udp.h | 23 __be16 source; member
|
D | if_arcnet.h | 66 __u8 source; member
|
D | fsl_hypervisor.h | 43 __u32 source; member
|
D | tcp.h | 25 __be16 source; member
|
D | media.h | 120 struct media_pad_desc source; member
|
/bionic/libc/include/netinet/ |
D | udp.h | 46 u_int16_t source; member
|
D | tcp.h | 56 uint16_t source; member
|
/bionic/libc/dns/net/ |
D | nsdispatch.c | 80 _nsmethod(const char *source, const char *database __unused, const char *method __unused, in _nsmethod() argument 87 if (strcasecmp(source, disp_tab[curdisp].src) == 0) { in _nsmethod()
|
/bionic/libc/upstream-netbsd/ |
D | README.md | 1 This directory contains upstream NetBSD source. You should not edit these
|
/bionic/libc/upstream-openbsd/ |
D | README.md | 1 This directory contains upstream OpenBSD source. You should not edit these
|
/bionic/libc/upstream-freebsd/ |
D | README.md | 1 This directory contains upstream FreeBSD source. You should not edit these
|
/bionic/libc/ |
D | NOTICE | 5 Redistribution and use in source and binary forms, with or without 7 * Redistributions of source code must retain the above copyright 33 Redistribution and use in source and binary forms, with or without 35 * Redistributions of source code must retain the above copyright 61 Redistribution and use in source and binary forms, with or without 64 1. Redistributions of source code must retain the above copyright 88 Redistribution and use in source and binary forms, with or without 90 * Redistributions of source code must retain the above copyright 288 Redistribution and use in source and binary forms, with or without 291 1. Redistributions of source code must retain the above copyright [all …]
|
/bionic/libc/bionic/ |
D | grp_pwd_file.cpp | 49 void CopyFieldToString(char* dest, const char* source, size_t max) { in CopyFieldToString() argument 50 while (*source != ':' && *source != '\n' && max > 1) { in CopyFieldToString() 51 *dest++ = *source++; in CopyFieldToString()
|
/bionic/libc/kernel/uapi/xen/ |
D | gntdev.h | 64 } source, dest; member
|
/bionic/docs/ |
D | 32-bit-abi.md | 25 `lseek` in the source becoming `lseek64` at runtime) was added late. Even when 45 grep thoroughly in both your source and your build system: many people 62 For source compatibility, the names containing `64` are also available 80 For source compatibility, the names containing `64` are also available
|
D | fdsan.md | 238 * Redistribution and use in source and binary forms, with or without 241 * * Redistributions of source code must retain the above copyright
|
/bionic/libc/kernel/ |
D | README.TXT | 58 Download the Linux kernel source code: 74 source tree:
|
/bionic/libc/dns/resolv/ |
D | res_init.c | 493 res_setoptions(res_state statp, const char *options, const char *source) in res_setoptions() argument 502 options, source); in res_setoptions() 543 options, source); in res_setoptions()
|
/bionic/ |
D | README.md | 104 # These directories contain unmolested upstream source. Any time we can 110 # This is where we keep the hacks necessary to build BSD source 113 # header/source files needed by the BSD implementation. 120 # current upstream source in one of the upstream directories or by 186 1. Use generate_uapi_headers.sh to go from a Linux source tree to appropriate
|
/bionic/libc/kernel/uapi/sound/ |
D | asequencer.h | 172 struct snd_seq_addr source; member
|
D | asoc.h | 288 char source[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
|