HomeSort by relevance Sort by last modified time
    Searched refs:so_m (Results 1 - 13 of 13) sorted by null

  /external/qemu/slirp/
socket.h 26 struct mbuf *so_m; /* Pointer to the original SYN packet, member in struct:socket
socket.c 80 m_free(so->so_m);
468 icmp_error(so->so_m, ICMP_UNREACH,code, 0,strerror(errno));
470 icmp_reflect(so->so_m);
471 so->so_m = NULL; /* Don't m_free() it again! */
513 icmp_error(so->so_m, ICMP_UNREACH,code, 0,strerror(errno));
misc.c 397 if (so->so_m != NULL && do_pty == 1) {
398 sbappend(so, so->so_m);
399 so->so_m = NULL;
udp.c 240 m_free(so->so_m); /* used for ICMP if error on sorecvfrom */
246 so->so_m=m; /* ICMP backup */
366 /* if (so->so_m) m_free(so->so_m); done by sofree */
ip_icmp.c 126 so->so_m = m;
tcp_input.c 263 m = so->so_m;
264 so->so_m = NULL;
699 so->so_m = m;
    [all...]
tcp_subr.c 878 * If there is binary data here, we save it in so->so_m
880 if (!so->so_m) {
886 so->so_m = m;
890 } /* if(so->so_m==NULL) */
    [all...]
  /external/qemu/slirp-android/
socket.h 26 struct mbuf *so_m; /* Pointer to the original SYN packet, member in struct:socket
socket.c 88 m_free(so->so_m);
474 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str);
476 icmp_reflect(so->so_m);
477 so->so_m = 0; /* Don't mbuf_free() it again! */
514 icmp_error(so->so_m, ICMP_UNREACH,code, 0,errno_str);
misc.c 361 if (so->so_m != NULL && do_pty == 1) {
362 sbappend(so, so->so_m);
363 so->so_m = NULL;
udp.c 290 m_free(so->so_m); /* used for ICMP if error on sorecvfrom */
296 so->so_m=m; /* ICMP backup */
410 /* if (so->so_m) m_free(so->so_m); done by sofree */
ip_icmp.c 130 so->so_m = m;
tcp_input.c 263 m = so->so_m;
264 so->so_m = NULL;
705 so->so_m = m;
    [all...]

Completed in 1655 milliseconds