File avpsend.c


Included Files


Global Function add_avp_rws()

int add_avp_rws ( struct buffer* buf, _u16 rws )
Prototyped in: avp.h
Calls: htons()

Global Function add_bearer_avp()

int add_bearer_avp ( struct buffer* buf, int bearer )
Prototyped in: avp.h
Calls: htons()

Global Function add_bearer_caps_avp()

int add_bearer_caps_avp ( struct buffer* buf, _u16 caps )
Prototyped in: avp.h
Calls: htons()

Global Function add_callid_avp()

int add_callid_avp ( struct buffer* buf, _u16 callid )
Prototyped in: avp.h
Calls: htons()

Global Function add_challenge_avp()

int add_challenge_avp ( struct buffer* buf, char* c, int len )
Prototyped in: avp.h
Calls: bcopy(), htons()

Global Function add_chalresp_avp()

int add_chalresp_avp ( struct buffer* buf, char* c, int len )
Prototyped in: avp.h
Calls: bcopy(), htons()

Global Function add_firmware_avp()

int add_firmware_avp ( struct buffer* buf )
Prototyped in: avp.h
Calls: htons()

Global Function add_frame_avp()

int add_frame_avp ( struct buffer* buf, int frame )
Prototyped in: avp.h
Calls: htons()

Global Function add_frame_caps_avp()

int add_frame_caps_avp ( struct buffer* buf, _u16 caps )
Prototyped in: avp.h
Calls: htons()

Global Function add_hostname_avp()

int add_hostname_avp ( struct buffer* buf )
Prototyped in: avp.h
Calls: htons(), strcpy()

Global Function add_maxbps_avp()

int add_maxbps_avp ( struct buffer* buf, int speed )
Prototyped in: avp.h
Calls: htons()

Global Function add_message_type_avp()

int add_message_type_avp ( struct buffer* buf, _u16 type )
Prototyped in: avp.h
Calls: htons()

Global Function add_minbps_avp()

int add_minbps_avp ( struct buffer* buf, int speed )
Prototyped in: avp.h
Calls: htons()

Global Function add_number_avp()

int add_number_avp ( struct buffer* buf, char* no )
Prototyped in: avp.h
Calls: htons(), strlen(), strncpy()

Global Function add_physchan_avp()

int add_physchan_avp ( struct buffer* buf, unsigned int physchan )
Calls: htons()

Global Function add_ppd_avp()

int add_ppd_avp ( struct buffer* buf, _u16 ppd )
Prototyped in: avp.h
Calls: htons()

Global Function add_protocol_avp()

int add_protocol_avp ( struct buffer* buf )
Prototyped in: avp.h
Calls: htons()

Global Function add_randvect_avp()

int add_randvect_avp ( struct buffer* buf, char* c, int len )
Prototyped in: avp.h
Calls: bcopy(), htons()

Global Function add_result_code_avp()

int add_result_code_avp ( struct buffer* buf, _u16 result, _u16 error, char* msg, int len )
Prototyped in: avp.h
Calls: bcopy(), htons()

Global Function add_rxspeed_avp()

int add_rxspeed_avp ( struct buffer* buf, int speed )
Prototyped in: avp.h
Calls: htons()

Global Function add_seqreqd_avp()

int add_seqreqd_avp ( struct buffer* buf )
Prototyped in: avp.h
Calls: htons()

Global Function add_serno_avp()

int add_serno_avp ( struct buffer* buf, unsigned int serno )
Prototyped in: avp.h
Calls: htons()

Global Function add_tunnelid_avp()

int add_tunnelid_avp ( struct buffer* buf, _u16 tid )
Prototyped in: avp.h
Calls: htons()

Global Function add_txspeed_avp()

int add_txspeed_avp ( struct buffer* buf, int speed )
Prototyped in: avp.h
Calls: htons()

Global Function add_vendor_avp()

int add_vendor_avp ( struct buffer* buf )
Prototyped in: avp.h
Calls: htons(), strcpy(), strlen()