Operating System - HP-UX
1826415 Members
3774 Online
109692 Solutions
New Discussion

DLKM MODINC MODDEC operations

 
Kallol   Biswas
Occasional Contributor

DLKM MODINC MODDEC operations

Hi,
What is the best way to
implement MODCINC/MODDEC like
operation in HP-UX DLKM network drivers?

If down send a LAN_REQ_PROTOCOL_REMOVE
request. Howeve it sends a
LAN_REQ_GET_MIBSTAT also after
the above request.

If up does not send any unique
control request.

1 REPLY 1
Bill McNAMARA_1
Honored Contributor

Re: DLKM MODINC MODDEC operations

Is suggest refering to the developer net:

http://www.hp.com/go/developer

I have seen DKLM driver templates, example code and discussion forums there. You may get a more appropriate answer there..

Good luck,
Bill
It works for me (tm)