Searched refs:destAppName (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/net/iucv/ |
D | af_iucv.h | 74 char destAppName[16]; member
|
/linux-4.1.27/net/iucv/ |
D | af_iucv.c | 345 memcpy(phs_hdr->destAppName, iucv->dst_name, 8); in afiucv_hs_send() 349 ASCEBC(phs_hdr->destAppName, sizeof(phs_hdr->destAppName)); in afiucv_hs_send() 1906 ASCEBC(trans_hdr->destAppName, sizeof(trans_hdr->destAppName)); in afiucv_swap_src_dest() 1912 memcpy(trans_hdr->srcAppName, trans_hdr->destAppName, 8); in afiucv_swap_src_dest() 1914 memcpy(trans_hdr->destAppName, tmpName, 8); in afiucv_swap_src_dest() 2128 EBCASC(trans_hdr->destAppName, sizeof(trans_hdr->destAppName)); in afiucv_hs_rcv() 2139 trans_hdr->destAppName, 8)) && in afiucv_hs_rcv() 2150 trans_hdr->destAppName, 8)) && in afiucv_hs_rcv()
|