Searched refs:cooked (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
H A Defs_fs_i.h27 } cooked; member in union:extent_u
/external/libpcap/
H A Dpcap-linux.c398 * If we're in cooked mode, make the snapshot length
399 * large enough to hold a "cooked mode" header plus
403 if (handle->md.cooked) {
477 * If this is a cooked device, leave extra room for a
480 if (handle->md.cooked)
487 * support cooked devices.
579 * If this is a cooked device, fill in the fake packet header.
581 if (handle->md.cooked) {
760 if (handle->md.cooked) {
764 * XXX - how do you send on a bound cooked
[all...]
H A Dpcap-int.h100 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */ member in struct:pcap_md

Completed in 28 milliseconds