Home
last modified time | relevance | path

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

/openbmc/linux/net/iucv/
H A Daf_iucv.c219 memcpy(phs_hdr->srcAppName, iucv->src_name, 8); in afiucv_hs_send()
223 ASCEBC(phs_hdr->srcAppName, sizeof(phs_hdr->srcAppName)); in afiucv_hs_send()
1829 ASCEBC(trans_hdr->srcAppName, sizeof(trans_hdr->srcAppName)); in afiucv_swap_src_dest()
1831 memcpy(tmpName, trans_hdr->srcAppName, 8); in afiucv_swap_src_dest()
1833 memcpy(trans_hdr->srcAppName, trans_hdr->destAppName, 8); in afiucv_swap_src_dest()
1881 memcpy(niucv->dst_name, trans_hdr->srcAppName, 8); in afiucv_hs_callback_syn()
2053 EBCASC(trans_hdr->srcAppName, sizeof(trans_hdr->srcAppName)); in afiucv_hs_rcv()
2077 trans_hdr->srcAppName, 8)) && in afiucv_hs_rcv()
/openbmc/linux/include/net/iucv/
H A Daf_iucv.h78 char srcAppName[16]; /* => 70 bytes */ member