HomeSort by: relevance | last modified time | path
    Searched defs:lcp_header (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_spppsubr.c 240 struct lcp_header { struct
245 #define LCP_HEADER_LEN sizeof (struct lcp_header)
289 (*parse_confreq)(struct sppp *, struct lcp_header *, int,
291 void (*parse_confrej)(struct sppp *, struct lcp_header *, int);
292 void (*parse_confnak)(struct sppp *, struct lcp_header *, int);
409 sppp_lcp_confreq(struct sppp *, struct lcp_header *, int,
411 static void sppp_lcp_confrej(struct sppp *, struct lcp_header *, int);
412 static void sppp_lcp_confnak(struct sppp *, struct lcp_header *, int);
425 sppp_ipcp_confreq(struct sppp *, struct lcp_header *, int,
427 static void sppp_ipcp_confrej(struct sppp *, struct lcp_header *, int)
    [all...]
if_spppsubr.c 240 struct lcp_header { struct
245 #define LCP_HEADER_LEN sizeof (struct lcp_header)
289 (*parse_confreq)(struct sppp *, struct lcp_header *, int,
291 void (*parse_confrej)(struct sppp *, struct lcp_header *, int);
292 void (*parse_confnak)(struct sppp *, struct lcp_header *, int);
409 sppp_lcp_confreq(struct sppp *, struct lcp_header *, int,
411 static void sppp_lcp_confrej(struct sppp *, struct lcp_header *, int);
412 static void sppp_lcp_confnak(struct sppp *, struct lcp_header *, int);
425 sppp_ipcp_confreq(struct sppp *, struct lcp_header *, int,
427 static void sppp_ipcp_confrej(struct sppp *, struct lcp_header *, int)
    [all...]

Completed in 27 milliseconds