• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/netgraph/

Lines Matching refs:packet

236 	struct mbuf 		*m; /* holds cluster with last sent packet */
237 union packet *pkt; /* points within the above cluster */
337 * If the tag data would go past the end of the packet, abort.
381 "packet\n");
387 * Make up a packet, using the tags filled out for the session.
471 * Broadcast the PADI packet in m0 to all listening hooks.
518 * Routines to find a particular session that matches an incoming packet. *
888 neg->pkt = mtod(neg->m, union packet*);
1008 * Wait for PADI packet coming from Ethernet.
1029 * Wait for PADI packet coming from hook.
1139 /* Generate a packet of that type. */
1184 /* Generate a packet of that type. */
1276 * Reset the packet header to broadcast. Since we are
1289 * Send packet and prepare to retransmit it after timeout.
1470 * A PADI packet is being returned by the application
1582 * Dig out various fields from the packet.
1634 log(LOG_NOTICE, "ng_pppoe[%x]: packet "
1650 * the ENTIRE packet up there. It should come back to
1784 * Whoa! drop back to resend that PADS packet.
1819 * Set up the stored packet header to be correct for
1821 * around in case we need to resend this last packet.
1927 /* If packet too short, dump it. */
2026 * we should send a DISC packet if we are shutting down
2034 /* Generate a packet of that type. */
2113 * Resend the last packet, using an exponential backoff.
2146 * Parse an incoming packet to see if any tags should be copied to the
2147 * output packet. Don't do any tags that have been handled in the main
2164 * If the tag data would go past the end of the packet, abort.