Searched defs:partialcsum (Results 1 - 3 of 3) sorted by relevance

/external/dhcpcd/
H A Dbpf.c163 void *data, ssize_t len, int *partialcsum)
175 if (partialcsum != NULL)
176 *partialcsum = 0; /* Not supported on BSD */
162 get_raw_packet(struct interface *iface, int protocol, void *data, ssize_t len, int *partialcsum) argument
H A Dlpf.c166 void *data, ssize_t len, int *partialcsum)
197 if (partialcsum != NULL) {
198 *partialcsum = 0;
207 *partialcsum = aux->tp_status &
165 get_raw_packet(struct interface *iface, int protocol, void *data, ssize_t len, int *partialcsum) argument
H A Ddhcpcd.c669 int i, partialcsum = 0; local
677 packet, udp_dhcp_len, &partialcsum);
680 if (valid_udp_packet(packet, bytes, &from, partialcsum) == -1) {

Completed in 145 milliseconds