HomeSort by relevance Sort by last modified time
    Searched refs:partialcsum (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd/
lpf.c 166 void *data, ssize_t len, int *partialcsum)
197 if (partialcsum != NULL) {
198 *partialcsum = 0;
207 *partialcsum = aux->tp_status &
bpf.c 163 void *data, ssize_t len, int *partialcsum)
175 if (partialcsum != NULL)
176 *partialcsum = 0; /* Not supported on BSD */
dhcpcd.c 669 int i, partialcsum = 0; local
677 packet, udp_dhcp_len, &partialcsum);
680 if (valid_udp_packet(packet, bytes, &from, partialcsum) == -1) {
    [all...]

Completed in 465 milliseconds