Home
last modified time | relevance | path

Searched refs:destAppName (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/iucv/
Daf_iucv.c341 memcpy(phs_hdr->destAppName, iucv->dst_name, 8); in afiucv_hs_send()
345 ASCEBC(phs_hdr->destAppName, sizeof(phs_hdr->destAppName)); in afiucv_hs_send()
1961 ASCEBC(trans_hdr->destAppName, sizeof(trans_hdr->destAppName)); in afiucv_swap_src_dest()
1967 memcpy(trans_hdr->srcAppName, trans_hdr->destAppName, 8); in afiucv_swap_src_dest()
1969 memcpy(trans_hdr->destAppName, tmpName, 8); in afiucv_swap_src_dest()
2184 EBCASC(trans_hdr->destAppName, sizeof(trans_hdr->destAppName)); in afiucv_hs_rcv()
2195 trans_hdr->destAppName, 8)) && in afiucv_hs_rcv()
2206 trans_hdr->destAppName, 8)) && in afiucv_hs_rcv()
/Linux-v5.4/include/net/iucv/
Daf_iucv.h75 char destAppName[16]; member