• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/libpcap/

Lines Matching refs:cooked

311 	int	cooked;		/* using SOCK_DGRAM rather than SOCK_RAW */
1815 * If this is a cooked device, leave extra room for a
1818 if (handlep->cooked) {
1828 * support cooked devices.
1946 * If this is a cooked device, fill in the fake packet header.
1948 if (handlep->cooked) {
2194 if (handlep->cooked) {
2196 * We don't support sending on cooked-mode sockets.
2198 * XXX - how do you send on a bound cooked-mode
2203 "Sending packets isn't supported in cooked mode",
2948 * mode, and so that, if we're in cooked mode, all memory-
3150 * in cooked mode; otherwise, we can't use cooked mode, so we have
3194 * as we fall back on cooked mode there, and we use
3307 * in cooked mode. That's what we'll do, if we can.
3350 * in cooked mode, if we can; otherwise, we just treat
3362 * back on cooked sockets, so we'd have to
3526 * so let's use "Linux-cooked" mode. Jean II
3529 /* handlep->cooked = 1; */
3566 * We need to use cooked mode, so that in sll_protocol we
3572 /* handlep->cooked = 1; */
3658 * socket for the cooked interface, otherwise we first
3714 * to cooked mode if we have an unknown interface type
3718 /* Assume for now we don't need cooked mode. */
3719 handlep->cooked = 0;
3769 * in cooked mode (e.g., PPP devices),
3773 * kernels) - reopen in cooked mode.
3798 handlep->cooked = 1;
3802 * we allocated - this only supports cooked
3815 * cooked mode; we may want to
3822 "falling back to cooked "
3828 * IrDA capture is not a real "cooked" capture,
3866 * It uses cooked mode.
3868 handlep->cooked = 1;
3878 * if we figure out how to transmit in cooked
3942 * If we're in cooked mode, make the snapshot length
3943 * large enough to hold a "cooked mode" header plus
3948 * a DLT_LINUX_SLL2 "cooked mode" header; a snapshot length
3951 if (handlep->cooked) {
5139 if (handlep->cooked) {
5163 "cooked-mode frame doesn't have room for sll header");
5203 "cooked-mode frame doesn't have room for sll header");
5245 if (handlep->cooked) {
6918 handlep->cooked = 0;
7251 * Yes; are we in cooked mode?
7253 if (handlep->cooked) {