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

  /src/sys/net/
if_spppsubr.c 2548 uint32_t nmagic; local in function:sppp_lcp_confreq
2724 nmagic = (uint32_t)p[2] << 24 |
2726 if (nmagic != sp->lcp.magic) {
2728 addlog(" 0x%x", nmagic);
2758 nmagic = ~sp->lcp.magic;
2760 p[2] = nmagic >> 24;
2761 p[3] = nmagic >> 16;
2762 p[4] = nmagic >> 8;
2763 p[5] = nmagic;
5536 int32_t nmagic = htonl(sp->lcp.magic) local in function:sppp_keepalive
    [all...]
if_spppsubr.c 2548 uint32_t nmagic; local in function:sppp_lcp_confreq
2724 nmagic = (uint32_t)p[2] << 24 |
2726 if (nmagic != sp->lcp.magic) {
2728 addlog(" 0x%x", nmagic);
2758 nmagic = ~sp->lcp.magic;
2760 p[2] = nmagic >> 24;
2761 p[3] = nmagic >> 16;
2762 p[4] = nmagic >> 8;
2763 p[5] = nmagic;
5536 int32_t nmagic = htonl(sp->lcp.magic) local in function:sppp_keepalive
    [all...]

Completed in 45 milliseconds