aboutsummaryrefslogtreecommitdiff
path: root/tools/ifnet
Commit message (Collapse)AuthorAgeFilesLines
* ifnet: Rename DrvAPI to "IfAPI"Justin Hibbits2023-01-171-2/+2
| | | | | | | "DrvAPI" is too generic a name. Make the name more specific as "IfAPI" (InterFace API). Sponsored by: Juniper Networks, Inc.
* Update DrvAPI convert script for new KPIsJustin Hibbits2022-12-201-132/+110
| | | | | | | Bring the DrvAPI convert script forward from the initial commit to account for the last 8 years of changes to the KPIs. Sponsored by: Juniper Networks, Inc.
* * Handle ++x as well as x++ while converting.Marcel Moolenaar2014-06-251-7/+54
| | | | | | | | | | | | * Add special case handling where normal conversion would not work (some APIs have special names) * Fix conversion for function calls involving ifnet Submitted by: Sreekanth Rupavatharam <rupavath@juniper.net> Obtained from: Juniper Networks, Inc. Notes: svn path=/head/; revision=267870
* Add convert_drvapi.sh; a script that helps to convert NIC driversMarcel Moolenaar2014-06-021-0/+255
to use the procedural interface. Submitted by: Sreekanth Rupavatharam <rupavath@juniper.net> Reviewed by: glebius@ Obtained from: Juniper Networks, Inc. Notes: svn path=/head/; revision=266975