Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Datm.h188 #define ATM_E164_LEN 12 /* maximum E.164 number length */ macro
210 char pub[ATM_E164_LEN+1]; /* public address (E.164) */
/openbmc/linux/net/atm/
H A Daddr.c22 for (i = 1; i < ATM_E164_LEN + 1; i++) /* make sure it's \0-terminated */ in check_addr()
H A Dsignaling.c85 msg->local.sas_addr.pub, ATM_E164_LEN + 1); in sigd_send()