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

/freebsd-11-stable/sbin/spppcontrol/
H A Dspppcontrol.c47 void print_vals(const char *ifname, struct spppreq *sp);
65 struct spppreq spr;
212 print_vals(const char *ifname, struct spppreq *sp)
/freebsd-11-stable/sys/net/
H A Dif_sppp.h119 * In order to use this, create a struct spppreq, fill in the cmd
132 struct spppreq { struct
H A Dif_spppsubr.c5053 struct spppreq *spr;
5056 if ((spr = malloc(sizeof(struct spppreq), M_TEMP, M_NOWAIT)) == NULL)
5059 * ifr_data_get_ptr(ifr) is supposed to point to a struct spppreq.
5069 if (copyin(ifr_data_get_ptr(ifr), spr, sizeof(struct spppreq)) != 0) {
5107 sizeof(struct spppreq));

Completed in 65 milliseconds