Searched refs:typelen (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/dns_resolver/ |
D | dns_query.c | 75 size_t typelen, desclen; in dns_query() local 86 typelen = 0; in dns_query() 89 typelen = strlen(type); in dns_query() 90 if (typelen < 1) in dns_query() 92 desclen += typelen + 1; in dns_query() 107 memcpy(cp, type, typelen); in dns_query() 108 cp += typelen; in dns_query()
|
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 64 unsigned int typelen; in backend_bus_id() local 70 typelen = strcspn(type, "/"); in backend_bus_id() 71 if (!typelen || type[typelen] != '/') in backend_bus_id() 91 typelen, type, domid, devid) >= XEN_BUS_ID_SIZE) in backend_bus_id()
|
/linux-4.1.27/fs/nfs/ |
D | nfs4idmap.c | 249 const char *type, size_t typelen, char **desc) in nfs_idmap_get_desc() argument 252 size_t desclen = typelen + namelen + 2; in nfs_idmap_get_desc() 259 memcpy(cp, type, typelen); in nfs_idmap_get_desc() 260 cp += typelen; in nfs_idmap_get_desc()
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 829 __be16 typelen; member 1409 mic->typelen = htons(payLen + 16); //Length of Mic'd packet in encapsulate() 1419 emmh32_update(&context->seed,(u8*)&mic->typelen,10); // Type/Length and Snap in encapsulate() 1425 mic->typelen = 0; //Let NIC know it could be an oversized packet in encapsulate() 1469 if (ntohs(mic->typelen) == 0x888E) in decapsulate() 1502 if (!mic->typelen) in decapsulate() 1503 mic->typelen = htons(payLen + sizeof(MICBuffer) - 2); in decapsulate() 1507 emmh32_update(&context->seed, (u8 *)&mic->typelen, sizeof(mic->typelen)+sizeof(mic->u.snap)); in decapsulate() 3360 if (ntohs(micbuf.typelen) > 0x05DC) in airo_handle_rx() 3660 if (ntohs(micbuf.typelen) <= 0x05DC) { in mpi_receive_802_3()
|