• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/

Lines Matching refs:cooked

1365 	 * If this is a cooked device, leave extra room for a
1368 if (handle->md.cooked)
1375 * support cooked devices.
1514 * If this is a cooked device, fill in the fake packet header.
1516 if (handle->md.cooked) {
1698 if (handle->md.cooked) {
1702 * XXX - how do you send on a bound cooked-mode
1707 "Sending packets isn't supported in cooked mode",
2285 * and so that, if we're in cooked mode, all memory-reference
2465 * in cooked mode; otherwise, we can't use cooked mode, so we have
2489 * as we fall back on cooked mode there; are there any
2589 * in cooked mode. That's what we'll do, if we can.
2632 * in cooked mode, if we can; otherwise, we just treat
2644 * back on cooked sockets, so we'd have to
2738 * so let's use "Linux-cooked" mode. Jean II */
2739 //handle->md.cooked = 1;
2801 * socket for the cooked interface, otherwise we first
2857 * to cooked mode if we have an unknown interface type
2861 /* Assume for now we don't need cooked mode. */
2862 handle->md.cooked = 0;
2911 * in cooked mode (e.g., PPP devices),
2915 * kernels) - reopen in cooked mode.
2940 handle->md.cooked = 1;
2944 * we allocated - this only supports cooked
2956 * cooked mode; we may want to
2963 "falling back to cooked "
2969 * IrDA capture is not a real "cooked" capture,
3005 * It uses cooked mode.
3007 handle->md.cooked = 1;
3014 * if we figure out how to transmit in cooked
3078 * If we're in cooked mode, make the snapshot length
3079 * large enough to hold a "cooked mode" header plus
3083 if (handle->md.cooked) {
3896 if (handle->md.cooked) {
3919 "cooked-mode frame doesn't have room for sll header");
4988 handle->md.cooked = 0;
5313 * Yes; are we in cooked mode?
5315 if (handle->md.cooked) {