Scripts/programs to test FreeBSD ethernet interfaces.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 lines
179 B

  1. ::ip_output:entry
  2. {
  3. pkthdr = args[0]->m_pkthdr;
  4. if (pkthdr.rsstype != 0 && pkthdr.flowid != 0x61605a86)
  5. printf("flowid: %#x rsstype: %#x\n", pkthdr.flowid, pkthdr.rsstype);
  6. }