Searched refs:destAppName (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/iucv/ |
H A D | af_iucv.c | 217 memcpy(phs_hdr->destAppName, iucv->dst_name, 8); in afiucv_hs_send() 221 ASCEBC(phs_hdr->destAppName, sizeof(phs_hdr->destAppName)); in afiucv_hs_send() 1827 ASCEBC(trans_hdr->destAppName, sizeof(trans_hdr->destAppName)); in afiucv_swap_src_dest() 1833 memcpy(trans_hdr->srcAppName, trans_hdr->destAppName, 8); in afiucv_swap_src_dest() 1835 memcpy(trans_hdr->destAppName, tmpName, 8); in afiucv_swap_src_dest() 2051 EBCASC(trans_hdr->destAppName, sizeof(trans_hdr->destAppName)); in afiucv_hs_rcv() 2062 trans_hdr->destAppName, 8)) && in afiucv_hs_rcv() 2073 trans_hdr->destAppName, 8)) && in afiucv_hs_rcv()
|
/openbmc/linux/include/net/iucv/ |
H A D | af_iucv.h | 75 char destAppName[16]; member
|