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.
|
- ::ip_output:entry
- {
- pkthdr = args[0]->m_pkthdr;
- if (pkthdr.rsstype != 0 && pkthdr.flowid != 0x61605a86)
- printf("flowid: %#x rsstype: %#x\n", pkthdr.flowid, pkthdr.rsstype);
- }
|