Home
last modified time | relevance | path

Searched refs:check (Results 1 – 9 of 9) sorted by relevance

/system/core/libnetutils/
Dpacket.c108 ip.check = 0; in send_packet()
111 ip.check = finish_sum(checksum(&ip, sizeof(ip), 0)); in send_packet()
116 udp.check = 0; in send_packet()
131 udp.check = finish_sum(udpsum); in send_packet()
212 LOGW("IP header checksum failure (0x%x)", packet.ip.check); in receive_packet()
229 temp = packet.udp.check; in receive_packet()
230 packet.udp.check = 0; in receive_packet()
232 packet.udp.check = temp; in receive_packet()
/system/core/libmincrypt/tools/
DDumpPublicKey.java39 static void check(RSAPublicKey key) throws Exception { in check() method in DumpPublicKey
57 check(key); in print()
120 check(key); in main()
/system/core/fastboot/
Dusb_linux.c78 static int check(void *_desc, int len, unsigned type, int size) in check() function
103 if(check(ptr, len, USB_DT_DEVICE, USB_DT_DEVICE_SIZE)) in filter_usb_device()
109 if(check(ptr, len, USB_DT_CONFIG, USB_DT_CONFIG_SIZE)) in filter_usb_device()
149 if(check(ptr, len, USB_DT_INTERFACE, USB_DT_INTERFACE_SIZE)) in filter_usb_device()
162 if(check(ptr, len, USB_DT_ENDPOINT, USB_DT_ENDPOINT_SIZE)) in filter_usb_device()
/system/core/sh/
Dalias.c179 lookupalias(char *name, int check) in lookupalias() argument
185 if (check && (ap->flag & ALIASINUSE)) in lookupalias()
Dinput.c273 goto check; in preadbuffer()
290 check: in preadbuffer()
/system/core/rootdir/etc/
Dinit.goldfish.rc46 # program to check wether it runs on the emulator
/system/core/adb/
Dsysdeps_win32.c1277 int (*check) ( EventHook hook ); member
1304 hook->check = NULL; in event_hook_alloc()
1531 (!hook->check || hook->check(hook)) ) in fdevent_process()
1887 hook->check = _event_socket_check; in _fh_socket_hook()
/system/core/rootdir/
Dinit.rc93 # create dalvik-cache and double-check the perms
102 # double check the perms, in case lost+found already exists, and set owner
/system/core/logcat/
Devent-log-tags136 # + check activity_launch_time for Home app