Searched defs:source (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
D | ipt_addrtype.h | 22 u_int16_t source; member
|
/bionic/libc/kernel/common/linux/ |
D | udp.h | 24 __u16 source; member
|
D | if_arcnet.h | 82 uint8_t source, member
|
D | media.h | 106 struct media_pad_desc source; member
|
D | tcp.h | 25 __u16 source; member
|
/bionic/libc/include/netinet/ |
D | udp.h | 47 __u16 source; member
|
/bionic/libc/netbsd/net/ |
D | nsdispatch.c | 91 _nsmethod(const char *source, const char *database, const char *method, in _nsmethod()
|
/bionic/libc/netbsd/resolv/ |
D | res_init.c | 481 res_setoptions(res_state statp, const char *options, const char *source) in res_setoptions()
|
/bionic/libc/kernel/arch-mips/asm/ |
D | mipsregs.h | 479 #define __read_32bit_c0_register(source, sel) ({ int __res; if (sel == 0) __asm__ __volatile__… argument 480 #define __read_64bit_c0_register(source, sel) ({ unsigned long long __res; if (sizeof(unsigned l… argument 486 #define __read_32bit_c0_ctrl_register(source) ({ int __res; __asm__ __volatile__( "cfc0\t%0, "… argument 489 #define __read_64bit_c0_split(source, sel) ({ unsigned long long __val; unsigned long __flags;… argument 490 #define __write_64bit_c0_split(source, sel, val) do { unsigned long __flags; local_irq_save(… argument 690 #define read_32bit_cp1_register(source) ({ int __res; __asm__ __volatile__( ".set\tpush\n\t" … argument
|