Home
last modified time | relevance | path

Searched refs:callid (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/isdn/sc/
Dinterrupt.c96 unsigned int callid; in interrupt_handler() local
104 memcpy(&callid, rcvmsg.msg_data.byte_array, sizeof(int)); in interrupt_handler()
105 if (callid >= 0x8000 && callid <= 0xFFFF) in interrupt_handler()
113 else if (callid >= 0x0000 && callid <= 0x7FFF) in interrupt_handler()
/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_pe_sip.c13 const char *callid, size_t callid_len, in ip_vs_dbg_callid() argument
17 memcpy(buf + *idx, callid, len); in ip_vs_dbg_callid()
23 #define IP_VS_DEBUG_CALLID(callid, len) \ argument
25 callid, len, &ip_vs_dbg_idx)
/linux-3.4.99/drivers/isdn/divert/
Disdn_divert.h82 ulong callid; /* id of call delivered by ascii output */ member
Ddivert_procfs.c237 dioctl.fwd_ctrl.callid, in isdn_divert_ioctl_unlocked()
Disdn_divert.c205 int deflect_extern_action(u_char cmd, ulong callid, char *to_nr) in deflect_extern_action() argument
214 { if (cs->divert_id == callid) break; /* found */ in deflect_extern_action()
/linux-3.4.99/net/netfilter/
Dnf_conntrack_pptp.c200 static int exp_gre(struct nf_conn *ct, __be16 callid, __be16 peer_callid) in exp_gre() argument
221 IPPROTO_GRE, &peer_callid, &callid); in exp_gre()
230 IPPROTO_GRE, &callid, &peer_callid); in exp_gre()
/linux-3.4.99/drivers/net/wireless/
Dairo.c740 char callid[ETH_ALEN]; member