Searched refs:peer_authname (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dmultilink.c136 /* XXX should check the peer_authname and ho->endpoint
168 l = 4 * strlen(peer_authname) + 10;
178 p += slprintf(p, l-1, "BUNDLE=\"%q\"", peer_authname);
H A Dauth.c1093 if (namelen > (int)sizeof(pcb->peer_authname) - 1)
1094 namelen = (int)sizeof(pcb->peer_authname) - 1;
1095 MEMCPY(pcb->peer_authname, name, namelen);
1096 pcb->peer_authname[namelen] = 0;
/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dppp.h357 char peer_authname[MAXNAMELEN + 1]; /* The name by which the peer authenticated itself to us. */ member in struct:ppp_pcb_s

Completed in 70 milliseconds