Home
last modified time | relevance | path

Searched refs:build_CConnectRsp (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/isdn/tpam/
Dtpam.h182 extern struct sk_buff *build_CConnectRsp(u32);
Dtpam_commands.c424 skb = build_CConnectRsp(card->channels[channel].ncoid); in tpam_command_acceptd()
512 skb = build_CConnectRsp(card->channels[channel].ncoid); in tpam_command_proceed()
Dtpam_nco.c220 struct sk_buff *build_CConnectRsp(u32 ncoid) { in build_CConnectRsp() function