Home
last modified time | relevance | path

Searched refs:calling_ae (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/x25/
Dx25_facilities.c63 memset(dte_facs->calling_ae, '\0', sizeof(dte_facs->calling_ae)); in x25_parse_facilities()
164 memcpy(dte_facs->calling_ae, &p[3], p[1] - 1); in x25_parse_facilities()
244 memcpy(p, dte_facs->calling_ae, bytecount); in x25_create_facilities()
Daf_x25.c590 memset(x25->dte_facilities.calling_ae, '\0', in x25_create()
591 sizeof(x25->dte_facilities.calling_ae)); in x25_create()
/Linux-v4.19/include/uapi/linux/
Dx25.h126 __u8 calling_ae[20]; member