Searched refs:tel (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/net/ipv6/ |
D | ip6_tunnel.c | 400 struct ipv6_tlv_tnl_enc_lim *tel; in parse_tlv_tnl_enc_lim() local 403 if (i + sizeof (*tel) > off + optlen) in parse_tlv_tnl_enc_lim() 406 tel = (struct ipv6_tlv_tnl_enc_lim *) &raw[i]; in parse_tlv_tnl_enc_lim() 408 if (tel->type == IPV6_TLV_TNL_ENCAP_LIMIT && in parse_tlv_tnl_enc_lim() 409 tel->length == 1) in parse_tlv_tnl_enc_lim() 412 if (tel->type) in parse_tlv_tnl_enc_lim() 413 i += tel->length + 2; in parse_tlv_tnl_enc_lim() 461 struct ipv6_tlv_tnl_enc_lim *tel; in ip6_tnl_err() local 486 tel = (struct ipv6_tlv_tnl_enc_lim *) &skb->data[teli]; in ip6_tnl_err() 487 if (tel->encap_limit == 0) { in ip6_tnl_err() [all …]
|
/linux-3.4.99/drivers/isdn/hardware/eicon/ |
D | message.c | 1055 dbug(1, dprintf("plci_remove(%x,tel=%x)", plci->Id, plci->tel)); in plci_remove() 1364 if (!(plci->tel && !plci->adv_nl))nl_req_ncci(plci, ASSIGN, 0); in connect_req() 1504 if (plci->tel == ADV_VOICE && a->AdvCodecPLCI) in connect_res() 1521 plci->tel = 0; in connect_res() 1995 else plci->tel = 0; in facility_req() 2046 rplci->tel = 0; in facility_req() 3320 byte tel; in select_b_req() local 3330 msg->length, plci->Id, plci->tel, plci->NL.Id, plci->appl, plci->SuppState)); in select_b_req() 3366 tel = plci->tel; in select_b_req() 3369 if (tel) /* external controller in use by this PLCI */ in select_b_req() [all …]
|
D | divacapi.h | 232 byte tel; member
|
/linux-3.4.99/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 705 You access these devices by telnetting to that port. Each active tel-
|