Searched refs:IE_CALL_STATE (Results 1 – 4 of 4) sorted by relevance
/drivers/isdn/hisax/ |
D | l3ni1.h | 70 #define IE_CALL_STATE 0x14 macro
|
D | l3dss1.h | 60 #define IE_CALL_STATE 0x14 macro
|
D | l3ni1.c | 497 *p++ = IE_CALL_STATE; in l3ni1_status_send() 576 static int ie_STATUS[] = {IE_CAUSE | IE_MANDATORY, IE_CALL_STATE | 603 {IE_CALL_STATE, 3}, 2141 if ((p = findie(p, skb->len, IE_CALL_STATE, 0))) { in l3ni1_release_ind() 2311 if ((p = findie(skb->data, skb->len, IE_CALL_STATE, 0))) { in l3ni1_status() 2999 if ((ptr = findie(skb->data, skb->len, IE_CALL_STATE, 0)) != NULL) { in ni1up()
|
D | l3dss1.c | 547 *p++ = IE_CALL_STATE; in l3dss1_status_send() 626 static int ie_STATUS[] = {IE_CAUSE | IE_MANDATORY, IE_CALL_STATE | 653 {IE_CALL_STATE, 3}, 2281 if ((p = findie(p, skb->len, IE_CALL_STATE, 0))) { in l3dss1_release_ind() 2451 if ((p = findie(skb->data, skb->len, IE_CALL_STATE, 0))) { in l3dss1_status() 3043 if ((ptr = findie(skb->data, skb->len, IE_CALL_STATE, 0)) != NULL) { in dss1up()
|