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

  /src/external/bsd/libpcap/dist/
pcap-npf.c 804 unsigned swt; local
880 swt = SWAPS(header->wlen);
881 packet_len = swt - (pw->dag_fcs_bits);
892 swt = SWAPS(header->wlen);
893 packet_len = swt - (pw->dag_fcs_bits);
  /src/external/bsd/top/dist/machine/
m_svr5.c 1030 struct swaptable *swt; local
1038 swt = (struct swaptable *)malloc(sizeof(int) +
1040 if (swt == NULL)
1046 swt->swt_n = cnt;
1050 ste = &(swt->swt_ent[0]);
1058 swapctl(SC_LIST, swt);
1062 ste = &(swt->swt_ent[0]);
1078 free(swt);
m_sunos5.c 1122 struct swaptable *swt; local
1137 swt = (struct swaptable *)malloc(sizeof(int) +
1139 if (swt == NULL)
1143 swt->swt_n = cnt;
1147 ste = &(swt->swt_ent[0]);
1155 if (swapctl(SC_LIST, swt) == -1)
1162 ste = &(swt->swt_ent[0]);
1179 free(swt);
  /src/external/bsd/wpa/dist/src/ap/
ieee802_1x.c 1816 unsigned int swt; local
1825 swt = pos[0];
1829 "HS 2.0: Session Information URL='%s' SWT=%u (session_timeout=%d)",
1830 sta->hs20_session_info_url, swt, session_timeout);
1836 if (swt == 255)
1837 swt = 1; /* Use one minute as the AP selected value */
1839 if ((unsigned int) session_timeout < swt * 60)
1842 warning_time = session_timeout - swt * 60;
1847 sta->hs20_disassoc_timer = swt * 60 * 1000 / beacon_int * 125 / 128;

Completed in 29 milliseconds