Lines Matching defs:cooked
297 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */
1483 * If this is a cooked device, leave extra room for a
1486 if (handlep->cooked)
1493 * support cooked devices.
1611 * If this is a cooked device, fill in the fake packet header.
1613 if (handlep->cooked) {
1810 if (handlep->cooked) {
1814 * XXX - how do you send on a bound cooked-mode
1819 "Sending packets isn't supported in cooked mode",
2419 * and so that, if we're in cooked mode, all memory-reference
2604 * in cooked mode; otherwise, we can't use cooked mode, so we have
2628 * as we fall back on cooked mode there; are there any
2728 * in cooked mode. That's what we'll do, if we can.
2771 * in cooked mode, if we can; otherwise, we just treat
2783 * back on cooked sockets, so we'd have to
2947 * so let's use "Linux-cooked" mode. Jean II */
2948 //handlep->cooked = 1;
3011 * socket for the cooked interface, otherwise we first
3067 * to cooked mode if we have an unknown interface type
3071 /* Assume for now we don't need cooked mode. */
3072 handlep->cooked = 0;
3121 * in cooked mode (e.g., PPP devices),
3125 * kernels) - reopen in cooked mode.
3150 handlep->cooked = 1;
3154 * we allocated - this only supports cooked
3166 * cooked mode; we may want to
3173 "falling back to cooked "
3179 * IrDA capture is not a real "cooked" capture,
3215 * It uses cooked mode.
3217 handlep->cooked = 1;
3224 * if we figure out how to transmit in cooked
3288 * If we're in cooked mode, make the snapshot length
3289 * large enough to hold a "cooked mode" header plus
3293 if (handlep->cooked) {
4224 if (handlep->cooked) {
4247 "cooked-mode frame doesn't have room for sll header");
5586 handlep->cooked = 0;
5912 * Yes; are we in cooked mode?
5914 if (handlep->cooked) {