Home
last modified time | relevance | path

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

/linux-2.6.39/net/x25/
Dx25_facilities.c61 memset(dte_facs->calling_ae, '\0', sizeof(dte_facs->calling_ae)); in x25_parse_facilities()
158 memcpy(dte_facs->calling_ae, &p[3], p[1] - 1); in x25_parse_facilities()
236 memcpy(p, dte_facs->calling_ae, bytecount); in x25_create_facilities()
Daf_x25.c589 memset(x25->dte_facilities.calling_ae, '\0', in x25_create()
590 sizeof(x25->dte_facilities.calling_ae)); in x25_create()
1479 if (dtefacs.calling_ae == NULL) in x25_ioctl()
/linux-2.6.39/include/linux/
Dx25.h124 __u8 calling_ae[20]; member