Re: help regarding : To recieve and tranmit packet th' an interface

2005-10-19 Thread Sergey Babkin
>From: rashmi ns <[EMAIL PROTECTED]> >Hello List-members, >we are writing a driver for HDLC-Controller We have coded upto some extent >and actully we are able to transmit and recieve a char buff in loopback >(from inside a driver). >But we want to tranmit/Rx a real packet in (mbuf structure) and t

Re: help regarding : To recieve and tranmit packet th' an interface

2005-10-18 Thread Bakul Shah
> we are writing a driver for HDLC-Controller We have coded upto some extent > and actully we are able to transmit and recieve a char buff in loopback > (from inside a driver). > > But we want to tranmit/Rx a real packet in (mbuf structure) and test our > code .As it is a HDLC controller does'nt ha

Re: help regarding : To recieve and tranmit packet th' an interface

2005-10-18 Thread David S. Madole
From: "rashmi ns" <[EMAIL PROTECTED]> But we want to tranmit/Rx a real packet in (mbuf structure) and test our code .As it is a HDLC controller does'nt have std MAC ADDRRSS . How can i actually achieve a packet transmition and reception .Are there some drivers which does the same I would t

Re: help regarding : To recieve and tranmit packet th' an interface

2005-10-18 Thread Gary Jennejohn
rashmi ns writes: > Hello List-members, > we are writing a driver for HDLC-Controller We have coded upto some extent > and actully we are able to transmit and recieve a char buff in loopback > (from inside a driver). > But we want to tranmit/Rx a real packet in (mbuf structure) and test our > code

help regarding : To recieve and tranmit packet th' an interface

2005-10-18 Thread rashmi ns
Hello List-members, we are writing a driver for HDLC-Controller We have coded upto some extent and actully we are able to transmit and recieve a char buff in loopback (from inside a driver). But we want to tranmit/Rx a real packet in (mbuf structure) and test our code .As it is a HDLC controller do