links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: "mac",

Top "mac" experts: moo, jrk, jamespro, peweck, kahaugen, marcus,

Groups about "mac": mac games, Apple Macs and Mac Software, illustrator tutorial, Apple, Apple I, formationmac,

1 - 3 of 3   Watch mshook
 
/*send the packet*/
send_result = sendto(s, buffer, ETH_FRAME_LEN, 0, 
	      (struct sockaddr*)&socket_address, sizeof(socket_address));
if (send_result == -1) { errorhandling... }

Example 1.6. Receive a RAW ethernet frame

void* buffer = (void*)malloc(ETH_FRAME_LEN); /*Buffer for ethernet frame*/
int length = 0; /*length of the received frame*/ 
...
length = recvfrom(s, buffer, ETH_FRAME_LEN, 0, NULL, NULL);
if (length == -1) { errorhandling .... }
by mshook 2009-10-15 22:15 ethernet · 802 · packet · howto · code · mac · ip · c · example
http://aschauf.landshut.org/fh/linux/udp_vs_raw/ch01s03.html - cached - mail it - history

12. The Morris worm
11. Google search rank
10. Apollo guidance system
9. Excel spreadsheet
8. Macintosh OS
7. Sabre system
6. Mosaic browser
5. Java language
4. IBM System 360 OS
That leaves my third, second, and top-most choices still to go. So here they are:

by mshook 2009-05-09 23:38 pdafriendly · apollo · gnc · ibm · unix · linux · spoiler · list · rank · agc · mac · spreadsheet · java · worm · browser · tinyrul · qvrr5c
http://www.informationweek.com/shared/printableArticle.jhtml;jsessionid=A4NOF022PM024QSNDLPCKHSCJUNN2JVN?articleID=19190... - cached - mail it - history
I got this from the Bates College Library. It is Mac only.
by mshook 2007-08-06 13:18 hypertext · 1993 · bates · mac
http://www.amazon.com/Socrates-Labyrinth-David-Kolb/dp/1884511171/ - cached - mail it - history
1 - 3 of 3  
Related Tags
 
- exclude ~ optional + require
Add Dates